Author: KermMartian
Posted: 27 Oct 2012 06:37:49 pm (GMT -5)
Either use .equ instead of EQU, or add a #define EQU .equ at the very beginning of the file. EQU is not a real command to the assembler, where .anything is a proper assembler command. There's no real point in trying to memorize all of the equates, though.![Smile]()
_________________
![]()
Posted: 27 Oct 2012 06:37:49 pm (GMT -5)
Either use .equ instead of EQU, or add a #define EQU .equ at the very beginning of the file. EQU is not a real command to the assembler, where .anything is a proper assembler command. There's no real point in trying to memorize all of the equates, though.

_________________





