Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 333 Bytes

File metadata and controls

18 lines (12 loc) · 333 Bytes

8Bit-Assembler

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.

alt text