| | |
BIn files
![]() |
your question is not very clear -- what exactly do you want to do? This will move a binary file into ax register
Assembly Syntax (Toggle Plain Text)
mov ax, 01010101B
Last edited by Ancient Dragon; Feb 14th, 2007 at 7:13 am.
Don't PM me with questions -- you might get a nasty PM in response. If you have a question then post it in one of the forums.
•
•
Join Date: Nov 2006
Posts: 134
Reputation:
Solved Threads: 3
It's called an assembler. Unless you want a text file consisting of strings of 1's and 0's; in which case there is unlikely to be any commercial or freeware program that can do that - it's too unusual, and you would have to write your own. You would need to start by downloading some technical reference manuals from Intel's website.
•
•
Join Date: Sep 2006
Posts: 327
Reputation:
Solved Threads: 22
They're called opcodes it and depends on the processor.
example http://courses.ece.uiuc.edu/ece390/r...pcodes.html#HA
example http://courses.ece.uiuc.edu/ece390/r...pcodes.html#HA
Last edited by Colin Mac; Feb 17th, 2007 at 7:14 pm.
•
•
Join Date: Nov 2006
Posts: 134
Reputation:
Solved Threads: 3
•
•
•
•
They're called opcodes it and depends on the processor.
example http://courses.ece.uiuc.edu/ece390/r...pcodes.html#HA
•
•
Join Date: Sep 2006
Posts: 327
Reputation:
Solved Threads: 22
Just like the OP never said he wanted a program to convert assembly to machine code, just like I never said a program that converted assembly to machine code wasn't an assembler, so that's hardly in dispute either, is it? :rolleyes:
•
•
•
•
I need help as to how 2 change machine codes 2 binaries or hex like mov to mayb 101011111, yeah, u know like own compiler
some background:
3.12 Bit Fields and Packed Data
http://webster.cs.ucr.edu/AoA/Window...a7.html#999885
the "Y86" encoding explained:
5.3 Basic Instruction Design Goals
http://webster.cs.ucr.edu/AoA/Window...A.html#1013428
Then look at Daniel Sterling's SML: Simple Machine Language
http://www.lost-habit.com/sml/
You also might want to do some basic research into compiler construction. Here are a few usefull links:
http://www.faqs.org/faqs/compilers/faq/
http://www.freetechbooks.com/viewforum.php?f=14
http://cs.wwc.edu/~aabyan/464/Book/
Nathan.
while (CPU is present) {some assembly required}
![]() |
Similar Threads
- How do i install .sit, .hqz, .bin files (OS X)
- can't delete recycle bin files and others (Windows NT / 2000 / XP)
- How to empty Recycle bin in all the Domain computers (Windows NT / 2000 / XP)
- Installing bin/cue files Windows XP (Windows Software)
Other Threads in the Assembly Forum
- Previous Thread: Help needed
- Next Thread: Any assistance on MIPS sorting
| Thread Tools | Search this Thread |






