??? 02/10/07 20:34 Read: times |
#132476 - Number format? Responding to: ???'s previous message |
Shmulik Goldberg said:
The code goes like:
.equ KB_OK, 0x45 I changed it to KB_OK EQU 0x45 What am I doing wrong now? Is "0x45" valid for this assembler? It's the 'C' notation for hex numbers, but many (most?) assemblers don't use the 'C' notation - why should they? |