bitsplit

Crates.iobitsplit
lib.rsbitsplit
version0.1.0
sourcesrc
created_at2021-01-05 15:05:14.288967
updated_at2021-01-05 15:05:14.288967
descriptionA 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.
homepage
repositoryhttps://git.scd31.com/stephen/bitsplit
max_upload_size
id332164
size2,914
Stephen D (scd31)

documentation

README

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.

Commit count: 0

cargo fmt