Open dionoid opened 2 years ago
The code below doesn't show an error, but the #elif directive just seem to be ignored.
include "file1.asm"
include "file2.asm"
include "file3.asm"
The code below doesn't show an error, but the #elif directive just seem to be ignored.
if MODE == 1
elif MODE == 2
else
endif