/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

daveshacks.blogspot.com
| | www.righto.com
2.9 parsecs away

Travel
| | By carefully examining the layout of the ARM1 processor, it can be reverse engineered. This article describes the interesting circuit used ...
| | www.righto.com
2.5 parsecs away

Travel
| | This article reverse-engineers the flag circuits in the ARM1 processor, explaining in detail how the flags are generate, controlled, and ...
| | www.righto.com
3.0 parsecs away

Travel
| | The 8085 microprocessor has two undocumented status flags: V and K. These flags can be reverse-engineered by looking at the silicon of the ...
| | coredumped.dev
24.3 parsecs away

Travel
| Updated: 2023-01-06 About a year ago I was bitten by the PL bug. It started with reading Crafting Interpreters and discovering the wonders hidden under the hood of a compiler. I am also been a big fan of Emacs, and this started to get me interested in how its interpreter works. At the same time, I was reading the Rust book and trying to understand the concepts there. This all came to a head, and I decided to write an Emacs Lisp interpreter called rune in Rust.