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
Great idea. Should #define X in a file define it just in that file or the whole project? I would intend on having it as an option on project options too.
Sent from Samsung Galaxy Note
-------- Original message --------
Subject: [0x10c-DevKit] Conditional assembly (#190)
From: RichardLH [email protected]
To: Kieren Johnstone [email protected]
CC:
Implement
#if
#else
#endif
To allow for conditional assembly such as
#if DEBUG
set
Reply to this email directly or view it on GitHub: #190
Implement
if
else
endif
To allow for conditional assembly such as
if DEBUG
jsr print_debug
endif
or
if (parameter == 0)
set pc, default
else
set pc, parameter
endif
inside Macros
The text was updated successfully, but these errors were encountered: