Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Assembler "EQU"
#1
I have some code that has things like

BORDER_CLR: EQU 4

What's the equivalent in your assembly? A #define?
Reply
#2
Perfect. Thanks for that.
Reply
#3
britlion Wrote:I have some code that has things like

BORDER_CLR: EQU 4

What's the equivalent in your assembly? A #define?
Code:
BORDER_CLR EQU 4
No colon between labels and EQU <value>. Colons are only for automatic position-reference labels.
Reply
#4
Sorry, it seems I pressed the wrong button and use "edit" instead of Reply Confusedhock: :?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)