/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

modexp.wordpress.com
| | mcyoung.xyz
3.9 parsecs away

Travel
| | [AI summary] The article provides an in-depth exploration of computer architecture and assembly language, focusing on the RISC-V Instruction Set Architecture (ISA). It covers fundamental concepts such as machine words, registers, and the role of assembly language as a human-readable representation of machine instructions. The text explains how programs are structured using instructions, labels, and directives, and categorizes instructions into arithmetic, memory, control flow, and miscellaneous types. It also delves into the calling convention, which defines how functions are called and how data is passed between them, and highlights the importance of maintaining the call stack illusion. The article further discusses the practical implications of these conce...
| | blog.pimaker.at
2.8 parsecs away

Travel
| | Linux in a Pixel Shader - A RISC-V Emulator for VRChat
| | 0x434b.dev
1.9 parsecs away

Travel
| | Disclaimer: These are unfiltered study notes mostly for myself. Guaranteed not to be error free. So if you did land here, managed to get to the end of it and found some mistakes just hit me up, I'd love to know what's wrong :) AArch64 - Preface Basic assembly terminology for
| | austinmorlan.com
21.7 parsecs away

Travel
| Ive been getting into FPGAs lately. Last year I built an FPGA version of Ben Eaters breadboard computer, but Ive been wanting to do a more advanced project to help me gain experience with Verilog and FPGAs in general. For his breadboard computer, Ben Eater followed the design laid out in a book called Digital Computer Electronics by Malvino and Brown. The book builds what it calls the Simple-as-Possible (SAP) Computer.