Difference between revisions of "Ressources"

From MSX Game Library

Line 36: Line 36:
  
 
== About C development ==
 
== About C development ==
* [https://sdcc.sourceforge.net SDCC]: ''[SDCC Compiler User Guide https://sdcc.sourceforge.net/doc/sdccman.pdf]''
+
* [https://sdcc.sourceforge.net SDCC]: ''[https://sdcc.sourceforge.net/doc/sdccman.pdf SDCC Compiler User Guide]''
 
* Other C library:
 
* Other C library:
 
** [https://github.com/ericb59/Fusion-C-v1.2 Fusion-C 1.2] (C library for SDCC compiler).
 
** [https://github.com/ericb59/Fusion-C-v1.2 Fusion-C 1.2] (C library for SDCC compiler).
 
** [https://github.com/mori0091/libmsx libmsx] (C library for SDCC compiler).
 
** [https://github.com/mori0091/libmsx libmsx] (C library for SDCC compiler).
 
** [https://github.com/lfantoniosi/sdcc_stdio/tree/main sdcc_stdio] (stdio lib implementation for SDCC compiler for CP/M-80).
 
** [https://github.com/lfantoniosi/sdcc_stdio/tree/main sdcc_stdio] (stdio lib implementation for SDCC compiler for CP/M-80).

Revision as of 00:46, 8 January 2026

On this page you will find external information resources that can help you in the development of an MSX project.

About development using MSXgl

About the MSX development in general

About C development