Asm..EndAsm
Source: Positron16 Compiler User Manual, PDF page 405
Syntax
Asm
assembler mnemonics
EndAsm
or
@ assembler mnemonic
Overview
Incorporate in-line assembler in the BASIC code. The mnemonics are passed directly to the assembler without the compiler interfering in any way. This allows a great deal of flexibility that cannot always be achieved using BASIC commands alone. However, if assembler or linker errors are produced from the mnemonics placed between Asm-EndAsm, it means the assembler mnemonics are incorrect, and the compiler’s parser has nothing to do with the errors.
The compiler also allows simple assembler mnemonics to be used within the BASIC program without wrapping them in Asm-EndAsm.