compat
The compat macro specifies what platform this program is compatible with. Essentially equal to setting -f
in the compiler command line options.
Warning
|
When adding a compat into a file, if the --format flag is specified, it will have precedence over the compat macro.
|
[compat nexfuse]
[compat openlud]
endian
Specifies the endianness of the compiled file. This changes the bit order of the numbers when being laid out in a file.
[endian little]
[endian big]
compile-if
Abruptly errors out of the compilation stage if the format specified is not the format FORMAT
.
[compile-if nexfuse]