Example code
The example code are supplied in TXT files including the generated ASM files.
(Please use the BACK button on your browser to get back to this page
after viewing one of the following files).
demo.txt
(asm) : sample
syntax including interrupt
demo-ins.txt (asm) : generating single instructions using C code
demo-mat.txt (asm)
: integer math operations
demo-fpm.txt (asm)
: floating point math
demo-fxm.txt (asm) : fixed point math
demo-rom.txt (asm)
: const data and DW
demo-ptr.txt (asm) : indexed tables and pointers
demo-var.txt (asm) : defining RAM variables
|