Process instructions
I had a compilers course in college but it was really boring and not that good. However I explored this domain after graduating and I couldn’t thank myself more.
Read about raw bytes from Extensible and Linkable Format
Crafting interpreters
Gem of a book , it is publicly available here
Some of the things I picked up from the book, which are worth mentioning here are as follows:
- Clean way to achieve precedence in C
- Hack to get inheritance with structs in C
- Interesting workaround to swtich statements with directed threaded code
Tsoding
Gem of a channel, tsoding is actually a madlad who’d implement http web sever-client in assembly just because it can be done.