MSXtk

From MSX Game Library

Revision as of 17:44, 17 January 2023 by Aoineko (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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).