.. | ||
gt1torom | ||
gtasm | ||
gtbasic | ||
gtmakerom | ||
gtmidi | ||
gtsplitrom | ||
python | ||
README.md |
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.