|
-
May 9th, 2001, 02:02 PM
#1
Hex editing
Im getting bored, so i wanna make a dos app in hex. What i need is to find out what are the hex equivlents to the instructions.
-
Jul 27th, 2001, 02:48 PM
#2
I know this message is late, but....
Do a search on the internet for "Art of Assembly"
You then goto the website that has it and download all of the PDF files. You can then print that BAD BOY up and you will have everything you need to know about assembly language.. You will need it in order to convert all of the CPU instructions to BIN format (HEX Equivalent) 
Enjoy...
-
Jul 27th, 2001, 10:28 PM
#3
I already have that printed out. And knowing the assembly language is only half of hex editing.
-
Jul 28th, 2001, 10:30 AM
#4
-
Jul 28th, 2001, 01:18 PM
#5
Oh ok, i was printing each chapter as i got to it and i havent got to the appendixes yet. Well, know i have the hex codes from an intel manuel. The problem now is that i dont understand how to use them. This is how they are presented...
Code:
MOV - Move
Opcode Instruction desciption
88 /r MOV r/m8,r8 Move r8 into r/m8
The /r is defined as follows...
Code:
Indicates that the ModR/M bytes of the instruction contains both a register operand and an r/m operand.
I have no idea what that means. Could you give me a quick example of the mov ins?
Like
in hex.
Thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|