Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Learning ASM and ZX Basic Compiler
#4
boriel Wrote: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.

Exactly my solution! Using EQU $ is a bit long winded. It just means "a label which has a value of here" when all labels have that anyway!
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)