Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lukepeterson authored Oct 29, 2024
1 parent 2f1989d commit 7930f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Intel 8080 CPU assembler in Go

This is my Intel 8080 CPU assembler, which wrote to support [my Intel 8080 CPU emulator](https://github.com/lukepeterson/go8080cpu).
This is my Intel 8080 CPU assembler, which I wrote to support [my Intel 8080 CPU emulator](https://github.com/lukepeterson/go8080cpu).

It takes a newline separated string of Intel 8080 instructions, parses and validates the tokens, and then returns the assembled byte code.

Expand Down

0 comments on commit 7930f38

Please sign in to comment.