source: branches/ByteArray/Asm/Apps/Write.asm

Last change on this file was 5, checked in by chronos, 3 months ago
File size: 115 bytes
Line 
1; Write character to terminal output
2 .include Api.asm
3
4 PUSH R0
5 LD R0, 'A'
6 SYS WriteChar
7 POP R0
8 RET
Note: See TracBrowser for help on using the repository browser.