Difference between revisions of "SDCC"
From MSX Game Library
Line 1: | Line 1: | ||
[[SDCC]] is the toolchain used in {{MSXGL}} to compile, assemble and link the sources files. | [[SDCC]] is the toolchain used in {{MSXGL}} to compile, assemble and link the sources files. | ||
+ | |||
+ | The assembler, sdasz80, is based on ASxxxx cross assembles. | ||
Links: | Links: | ||
* [http://sdcc.sourceforge.net/doc/sdccman.pdf SDCC documentation] | * [http://sdcc.sourceforge.net/doc/sdccman.pdf SDCC documentation] | ||
+ | * [https://shop-pdp.net/ashtml/asmlnk.pdf ASxxxx documentation] |
Revision as of 09:13, 22 January 2024
SDCC is the toolchain used in MSXGL to compile, assemble and link the sources files.
The assembler, sdasz80, is based on ASxxxx cross assembles.
Links: