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

Last change on this file was 5, checked in by chronos, 3 months ago
File size: 110 bytes
Line 
1; Command line shell
2 .include Api.asm
3
4 SYS ReadChar
5 CP R0, R1
6 JR NZ, Next
7 CALL R2
8Next:
9
10 RET
Note: See TracBrowser for help on using the repository browser.