You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two simple, low-priority enchancement suggestions:
Allow to use the more assembler-like #DEF in place of the C-like #DEFINE, to better fit in with the instruction syntax and to reduce time spent typing. The old one remains usable.
Allow to use comments within the DEF macro, to allow for commenting on defines themselves on the same line: #DEFINE .IN UP
#DEFINE .NEXT DOWN
#DEFINE .RH LEFT#ROM HIGH #DEFINE .RL RIGHT#ROM LOW #DEFINE =IT 5#CHAR LOOP ITERS
The text was updated successfully, but these errors were encountered:
Two simple, low-priority enchancement suggestions:
#DEFINE .IN UP
#DEFINE .NEXT DOWN
#DEFINE .RH LEFT #ROM HIGH
#DEFINE .RL RIGHT #ROM LOW
#DEFINE =IT 5 #CHAR LOOP ITERS
The text was updated successfully, but these errors were encountered: