We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The code below doesn't show an error, but the #elif directive just seem to be ignored.
#if MODE == 1 include "file1.asm" #elif MODE == 2 include "file2.asm" #else include "file3.asm" #endif