Difference between revisions of "MSXtk"
From MSX Game Library
Line 6: | Line 6: | ||
* [[MSXmath]]: Mathematics precomputed table generator (for trigonometry or custom operations). | * [[MSXmath]]: Mathematics precomputed table generator (for trigonometry or custom operations). | ||
* [[MSXzip]]: Compressor (only [[RLEp]] and [[lVGM]] format supported so far). | * [[MSXzip]]: Compressor (only [[RLEp]] and [[lVGM]] format supported so far). | ||
+ | |||
+ | [[Category:MSXtk]] |
Latest revision as of 00:43, 16 December 2023
MSXtk (for MSX Tool Kit) is a suite of tools created by the same author of MSXgl (me ^^). It is composed of the following tools:
- MSXhex: Part of the build tool, this program convert .IHX files generated by SDCC into final binary file (.ROM, .COM or .BIN). The tool handle ROM mapper segment merging to take advantage of SDCC segment definition syntax.
- MSXimg: Image conversion tool.
- MSXbin: Convert binary file into data that can be include into source project (C or assembler).
- MSXcrypt: Encryption tool.
- MSXmath: Mathematics precomputed table generator (for trigonometry or custom operations).
- MSXzip: Compressor (only RLEp and lVGM format supported so far).