/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

www.jmeiners.com
| | www.andreinc.net
1.8 parsecs away

Travel
| | Writing a simple VM for LC3 in less than 125 lines of C
| | blog.stephenmarz.com
1.9 parsecs away

Travel
| | [AI summary] The text provides an in-depth explanation of how C programs are compiled into assembly and machine code, focusing on various aspects such as data types, memory sections, control structures, and the role of the compiler in making decisions about load/store operations and shifts. It covers topics like data type conversions, padding in structures, global variables, and branch instructions for conditions and loops. The text also mentions the importance of understanding assembly for learning how compilers work and the use of tools like objdump for analyzing compiled code.
| | www.rodrigoaraujo.me
1.2 parsecs away

Travel
| | Virtual Machines (VMs) are a magical thing: a computer being emulated inside a physical computer. Since this emulated computer isn't physical, we call it "virtual". Such a simple description for something so powerful. From a practical perspective, VMs allow users to safely run programs in an isolated environment: the emulated machine. Why build a Virtual Machine from scratch So, why build one when there are already so many great VMs out there?
| | shellsharks.com
7.0 parsecs away

Travel
| An introduction to x86 Intel assembly.