Difference between revisions of "MSXtk"

From MSX Game Library

(Created page with "'''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 p...")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
'''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:
 
'''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.
+
* [[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.
+
* [[MSXimg]]: Image conversion tool.
* MSXbin: Convert binary file into data that can be include into source project (C or assembler).
+
* [[MSXbin]]: Convert binary file into data that can be include into source project (C or assembler).
* MSXzip: Compressor (only RLEp and lVGM format supported so far).
+
* [[MSXcrypt]]: Encryption tool.
* 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).
 +
 
 +
[[Category:MSXtk]]

Latest revision as of 01: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).