skeleton-sdcc-msx icon indicating copy to clipboard operation
skeleton-sdcc-msx copied to clipboard

Skeleton C (sdcc) project for MSX binaries

Results 4 skeleton-sdcc-msx issues
Sort by recently updated
recently updated
newest added

This should fix missing `bin` directory creation on `Makefile` #1

As seen in 'crt0msx_msxdos_advanced.s', ADDR_CODE must be 0x170, and if 'crt0msx_msxdos.s' is used, ADDR_CODE must be 0x106. With the current Makefile, hex2bin show 'Overlapped record detected' warning.

This change to ADDR_CODE fixes the overlap with `crt0msx_msxdos_advanced.s` resulting in corrupted `main.com`

First `make` run output: ``` mv: rename main.bin to bin/main.com: No such file or directory make: *** [build] Error 1 ``` After creating a `bin` directory it's clean: ``` Binary...