Search results
Another atempt at MSX ASM programming
Score: 168.36 %,
Type: Forum topic , Comments: 26 comments
a simple example to input 2 numbers in MSX-DOS.
bdos: equ 0x0005
string_out: equ 0x09
buffer_input: equ 0x0a
org 0x0100
ld ... $'
crlf: db 0x0d, 0x0a, '$'
buffer: ds 0x07, 0x00 Thanks ...
