2012-08-02, 10:20 AM
Nitrofurano, have you tried this on MSX?
Compile with only with zxb --org=0 (ouput format should be .bin, so don't use any other compiler flag, such as -TaB)
:?: Maybe this works as a MSX COM file?
Anyway, I'm about to start MSX support.
Compile with only with zxb --org=0 (ouput format should be .bin, so don't use any other compiler flag, such as -TaB)
Code:
ASM
ALIGN 100h
END ASM
Your basic code goes here
...
...Anyway, I'm about to start MSX support.

