Binary encoder / decoder command line tool for the IBM 1401 emulator
- e: Encode
- d: Decode
./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
./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