??? 02/11/07 01:40 Read: times |
#132500 - read through the assembler manual Responding to: ???'s previous message |
You need to understand how your assembler looks at hex numbers.
0x45 in C coding is 45 hex some assemblers use 045h to represent 45 hex. Do you understand hex, octal, binary, ASCII (and decimal) representation for your assembler..???? http://www.codemastershawn.com/library/t...umbers.php http://www.lyzrdstomp.com/binary/hex1.html Use google tp find other hex tutorials. Which assembler are you using? Do you have the manual? Joe |