Adds notes on Assembler

This commit is contained in:
Nemo 2020-06-01 18:14:46 +05:30
parent 09cd6d9eb0
commit 1966f8b673
1 changed files with 4 additions and 0 deletions

View File

@ -60,3 +60,7 @@ No tricks, fairly straight forward implementation of a few Mux atop the ALU. Thi
## Computer ## Computer
The hardest part about this was deciding what name to give to all the pins The hardest part about this was deciding what name to give to all the pins
## Assembler
I think there are definitely some tricks with reducing lookup table sizes, but I wasn't really aiming for performance (I wrote it in ruby afterall). Also working on a rust implementation, just to learn rust.