Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 608 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 608 Bytes

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