#bit #file #8-bit #bus #data #byte #split #68000 #roms #16-bit

app bitsplit

A program that splits an input file into 2 files, where the lower/even bytes end up in one file and the upper/odd bytes end up in another. Useful for programming systems with a 16-bit data bus width that consists of 2 8-bit ROMs.

1 unstable release

0.1.0 Jan 5, 2021

MIT license

3KB

bitsplit

A program that splits an input file into 2 files, where the lower/even bytes end up in one file and the upper/odd bytes end up in another. Useful for programming systems with a 16-bit data bus width that consists of 2 8-bit ROMs.

Written for use with my 68000 single board computer.

No runtime deps