2 ; ASM dialect is for crasm/z80, producing Intel HEX.
3 ; Compile using "crasm -o qq.hex qq.asm" and transfer
4 ; to CP/M system for final conversion to COM file using LOAD.COM
6 ; A simple demonstration of using BDOS calls 2 C_WRITE
7 ; and 9 C_WRITESTR to put something on the console.
8 ; Also, forms a very simple template for setting up ASM for CP/M ;)
26 message asc "Testing 123$"