A program for converting instructions from Ben Eater's 8 Bit computer design to binary.
Compile:
gcc assembler.c -o assembler
Usage:
cat <file> | ./assembler
Alternatively you can just launch the runnable and type instructions yourself, one by one.