gigatron/rom/Contrib/at67/tools/README.md
2025-01-28 19:17:01 +03:00

644 B

Tools

The following command line tools that break out some of the functionality of the emulator are contained within
this folder, see their respective README.md files for detailed documentation:

  • gtasm: can assemble .vasm assembly code into a .gt1 file.
  • gt1torom: splits a .gt1 file into two separate .rom files, one for data and one for instructions.
  • gtmakerom: takes a normal 16bit Gigatron ROM and merges split .gt1 roms into it.
  • gtsplitrom: takes a normal 16bit Gigatron ROM and splits it into data and instruction .rom files.