Directives
| addinstr | Allows you to add an instruction to the Z80 instruction set at runtime. |
|---|---|
| asc | Defines bytes (.db alias). |
| asciimap | Defines a custom character mapping table. |
| asm/endasm | Switches compilation or or off. |
| binarymode | Specifies the format of the output binary. |
| equ | Sets the value label to value. |
| incbmp | Loads a monochrome image and includes it directly into the output. |
| inclabels | Include a labels file to add labels quickly. |
| msfirst/lsfirst | Switches the compiler between big and little endian modes. |
| rlemode | Sets the current RLE mode. |
String Encoding
| asciimap | Defines a custom character mapping table. |
|---|
Listing Writers
| latenite1debug | Writes an XML debugging log for Latenite 1. |
|---|---|
| latenite1errors | Writes an XML error log for Latenite 1. |
Other Plugins
| envvars | Inserts environment variables into source files. |
|---|