asm
emits raw virtual machine instructions
Usage:
(asm instruction*)Provides direct access to Ale’s assembler syntax. This form is primarily used by the core library and low-level code that needs explicit control over VM instructions.
An Example
(asm
const 99)
This example emits code that returns the literal value 99.