Add a PROCESSOR() function
Closed this issue · 0 comments
duncanamps commented
Add a PROCESSOR() function so you can do things like the following:
mult_available = (PROCESSOR() == "Z180")
:
:
IF mult_available ...
Closed this issue · 0 comments
Add a PROCESSOR() function so you can do things like the following:
mult_available = (PROCESSOR() == "Z180")
:
:
IF mult_available ...