Skip to content

A simple binary mix utility. This created for decode a ROM of 8-bit EPROM x2 used as 16-bit EPROM.

License

Notifications You must be signed in to change notification settings

yanorei32/binary-mixer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binary Mixer

GitHub

A simple binary mix utility. This created for decode a ROM of 8-bit EPROM x2 used as 16-bit EPROM.

image

Installation

cargo install --git https://github.com/yanorei32/binary-mixer

How to

Mix mode

$ binary-mixer mix <(echo -n "Hlo") <(echo -n "el!") out0
$ xxd out0
00000000: 4865 6c6c 6f21                           Hello!
$ 

Split mode

$ binary-mixer split <(echo -n "Hello!") out0 out1
$ xxd out0
00000000: 486c 6f                                  Hlo
$ xxd out1
00000000: 656c 21                                  el!
$ 

About

A simple binary mix utility. This created for decode a ROM of 8-bit EPROM x2 used as 16-bit EPROM.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages