$IncAsm

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.

Arguments

NameTypeRequiredDescription
Filename String Yes The path to ASM source file.

Example

Syntax: $IncAsm <Filename>
    $IncAsm "MyFile.asm"

Remarks

Be sure to read the Accessing SecondBASIC code with ASM for information on how to interact with the BASIC code.

See Also

$Include, Asm, DataFile