2010-06-18, 04:24 AM
I have some code that has things like
BORDER_CLR: EQU 4
What's the equivalent in your assembly? A #define?
BORDER_CLR: EQU 4
What's the equivalent in your assembly? A #define?
|
Assembler "EQU"
|
|
2010-06-18, 04:24 AM
I have some code that has things like
BORDER_CLR: EQU 4 What's the equivalent in your assembly? A #define?
2010-06-18, 05:55 PM
Perfect. Thanks for that.
2010-06-18, 11:15 PM
britlion Wrote:I have some code that has things like Code: BORDER_CLR EQU 4
2010-06-18, 11:17 PM
Sorry, it seems I pressed the wrong button and use "edit" instead of Reply
hock: :?
|
|
« Next Oldest | Next Newest »
|