Skip to content

sanzaru/ibm-1401-bc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ibm-1401-bc

Binary encoder / decoder command line tool for the IBM 1401 emulator

Options

  • e: Encode
  • d: Decode

Usage examples:

Encode a file

./ibm-1401-bc -e some-file-to-decode

After running the program the decoded data can be found in the file some-file-to-decode.dis

Decode a file

./ibm-1401-bc -d some-file-to-decode

After running the program the decoded data can be found in the file some-file-to-decode.bcd

About

Binary encoder / decoder for the IBM 1401 emulator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages