sanzaru / ibm-1401-bc

Binary encoder / decoder for the IBM 1401 emulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:Swift 100.0%