??? 02/09/07 23:02 Read: times |
#132443 - Not instructions Responding to: ???'s previous message |
Shmulik Goldberg said:
http://www.8052.com/codelib/kb.asm , compiling it gives 129 compilation errors Compilers and assemblers are essentially different - you are assembling, not compiling. , errors like:
ERROR:invalid line 13 .equ KB_STATS, 0x47 .equ KB_STATS, 0x47 I checked according the AT89S52 instruction datasheet and the syntax appears to be O.K., and yet it gives me errors. These are not 8051 instructions, so the "instruction datasheet" won't help you here. These are directives to the assembler. They are specific to a particular assembler but, unfortunately, the author has not stated which assembler he uses! |