/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

zserge.com
| | www.andreinc.net
5.0 parsecs away

Travel
| | Writing a simple VM for LC3 in less than 125 lines of C
| | benhoyt.com
3.8 parsecs away

Travel
| | Mugo is a single-pass compiler for a tiny subset of the Go programming language - just enough to compile itself.
| | www.nayuki.io
3.3 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.
| | deniskyashif.com
19.0 parsecs away

Travel
| In this article, we'll define a basic regular expression language using a context-free grammar and learn how to parse its strings in linear time using the recursive descent method.