/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

grazfather.github.io
| | www.nayuki.io
9.4 parsecs away

Travel
| | [AI summary] The user has provided a comprehensive overview of the x86 architecture, covering topics such as basic arithmetic operations, control flow with jumps and conditionals, memory addressing modes, the stack and calling conventions, advanced instructions like SSE, virtual memory, and differences between x86-32 and x86-64. The user is likely looking for a summary or clarification of the x86 architecture, possibly for learning purposes or to reinforce their understanding.
| | www.da.vidbuchanan.co.uk
9.5 parsecs away

Travel
| |
| | blog.ropcha.in
6.4 parsecs away

Travel
| |
| | coredumped.dev
24.9 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.