Explore >> Select a destination


You are here

benjcal.space
| | bryananthonio.com
5.1 parsecs away

Travel
| | Sharing key insights on how computers work, from logic gates and binary arithmetic to assembly languages.
| | incoherency.co.uk
1.9 parsecs away

Travel
| | [AI summary] The author explores their journey into CPU design, discussing FPGA projects, DIY CPUs like Ben Eater's breadboard CPU and Magic-1, and reflections on learning Verilog and the Nand2Tetris course to build a simple CPU capable of running an OS.
| | jborza.com
2.3 parsecs away

Travel
| | Closer to the machine I started my way with programming with Microsoft QBASIC on DOS, I did try (and succeed) to copy code for a game from a BASIC book, and it did run, but I didnt really get development back then. I didnt really understand how and why it works, and most importantly, how to write my own code to implement a different game. Later I was playing higher level languages such as Pascal and C in the high school and PHP at home.
| | andreabergia.com
30.2 parsecs away

Travel
| This post is part of the Writing a JVM in Rust series. In this post, I will discuss how the JVM bytecode works. In the next part, I will go over the RJVM code that executes it.