pvmm / sdcc-bare-minimum

Bare minimum MSX-DOS project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sdcc-bare-minimum

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.

Included files

TODO

  • Include ultoa_10, ltoa_10, ultoa_16 (hexadecimal);
  • Include uitoa_16 (hexadecimal);

Required

About

Bare minimum MSX-DOS project


Languages

Language:Assembly 53.4%Language:C 40.9%Language:Makefile 5.7%