Bare minimum MSX-DOS project
Bare minimum needed to create a .COM application on MSX-DOS. It will scan all the C and ASM source files in the directory, compile and link them.
- Konami Man's
printf
; uitoa
anditoa
functions;- Fusion-C's putchar_msxdos.s;
- Include
ultoa_10
,ltoa_10
,ultoa_16
(hexadecimal); Includeuitoa_16
(hexadecimal);