gigatron/rom/Contrib/at67/tools
2025-01-28 19:17:01 +03:00
..
gt1torom init repo 2025-01-28 19:17:01 +03:00
gtasm init repo 2025-01-28 19:17:01 +03:00
gtbasic init repo 2025-01-28 19:17:01 +03:00
gtmakerom init repo 2025-01-28 19:17:01 +03:00
gtmidi init repo 2025-01-28 19:17:01 +03:00
gtsplitrom init repo 2025-01-28 19:17:01 +03:00
python init repo 2025-01-28 19:17:01 +03:00
README.md init repo 2025-01-28 19:17:01 +03:00

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.