-
Notifications
You must be signed in to change notification settings - Fork 12
Magic Kit Macros
NOTE: This section is incomplete and derived from the magic kit pages: Magic Kit Documentation
The names of macros in the documentation are in all uppercase letters. When using them, they should start with a period and be all lower case.
Example :
.if DEBUG
ldx #0
ldy #4
print "entering main loop..."
.endif
loop:
...
IF |
---|
|
|
IF |
---|
|
|