Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Learning ASM and ZX Basic Compiler
#3
Note: EQU $ is something that I don't think should be supported because It can be written this way:
Code:
Asm
string: defb "(your name) is cool"
eostr:  ; EQU $ is no needed
End Asm
In fact you can use $ for relative jumps, like JR $-5 and the like.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)