From 1966f8b67365287422ac2295dd13250d07108e4d Mon Sep 17 00:00:00 2001 From: Nemo Date: Mon, 1 Jun 2020 18:14:46 +0530 Subject: [PATCH] Adds notes on Assembler --- NOTES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NOTES.md b/NOTES.md index 48dda50..3d0f595 100644 --- a/NOTES.md +++ b/NOTES.md @@ -60,3 +60,7 @@ No tricks, fairly straight forward implementation of a few Mux atop the ALU. Thi ## Computer 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.