Last Modified: 12/31/2020
Includes an ASM code file into your project where the $IncAsm is used. The included file will be inserted exactly as typed in the ASM code file and won't be parsed by the IDE. Any errors will appear as assembly errors after compilation.
Name | Type | Required | Description |
Filename | String | Yes | The path to ASM source file. |
Syntax: $IncAsm <Filename> |
$IncAsm "MyFile.asm" |