Difference between revisions of "Modules/dos/Usage"
From MSX Game Library
(Created page with "For more information about MSX-DOS programs, official documentaion: * ''[https://map.grauw.nl/resources/dos2_environment.php MSX-DOS 2 Program Interface Specification]'' (MSX...") |
|||
Line 1: | Line 1: | ||
− | For | + | This module simply wraps the MSX-DOS routines. For its use, please refer to the documents describing MSX-DOS features: |
* ''[https://map.grauw.nl/resources/dos2_environment.php MSX-DOS 2 Program Interface Specification]'' (MSX Assembly Page), | * ''[https://map.grauw.nl/resources/dos2_environment.php MSX-DOS 2 Program Interface Specification]'' (MSX Assembly Page), | ||
+ | * ''[https://map.grauw.nl/resources/dos2_functioncalls.php MSX-DOS 2 Function Specification]'' (MSX Assembly Page), | ||
+ | * ''[https://konamiman.github.io/MSX2-Technical-Handbook/md/Chapter3.html MSX2 Technical Handbook - Chapter 3 - MSX-DOS]'' (Konamiman). | ||
+ | |||
+ | <u>Note</u>: Not all MSX-DOS routines have function in this module to encapsulate them in C. If you want certain functions to be added, please ask on the MSXgl's {{DISCORD}}. |
Latest revision as of 19:09, 7 January 2024
This module simply wraps the MSX-DOS routines. For its use, please refer to the documents describing MSX-DOS features:
- MSX-DOS 2 Program Interface Specification (MSX Assembly Page),
- MSX-DOS 2 Function Specification (MSX Assembly Page),
- MSX2 Technical Handbook - Chapter 3 - MSX-DOS (Konamiman).
Note: Not all MSX-DOS routines have function in this module to encapsulate them in C. If you want certain functions to be added, please ask on the MSXgl's Discord server.