# gtsplitrom
Takes a gigatron .**_rom_** file and splits it into two individual .**_rom_** files, one for instructions and one
for data. Input file has to be 128KBytes in length, if greater, then only the first 128KBytes will be
read and split.
## Building
- CMake 3.7 or higher is required for building, has been tested on Windows with Visual Studio and gcc/mingw32
and also built and tested under Linux.
- A C++ compiler that supports modern STL.
## Usage
gtsplitrom \ \