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...")
(No difference)

Revision as of 16:44, 17 January 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).
  • MSXzip: Compressor (only RLEp and lVGM format supported so far).
  • MSXmath: Mathematics precomputed table generator (for trigonometry or custom operations).