Explore >> Select a destination


You are here

justanotherdot.com
| | feertech.com
2.3 parsecs away

Travel
| | In which we write our first simple machine code
| | gpfault.net
3.1 parsecs away

Travel
| | [AI summary] The text provides an in-depth exploration of various x86-64 instruction set architectures, focusing on arithmetic operations (ADD, SUB, MUL, SMUL, DIV, SDIV), logical operations (AND, OR, XOR, NOT), and control flow instructions. It details the implementation of these instructions in the QBX virtual machine, emphasizing how they emulate real x86-64 instructions while managing the flags register and handling different operand sizes (8-bit and 16-bit). The text also discusses the nuances of flag handling, register operations, and macro-based code generation to streamline instruction implementation.
| | bryananthonio.com
2.9 parsecs away

Travel
| | Sharing key insights on how computers work, from logic gates and binary arithmetic to assembly languages.
| | www.joyfulbikeshedding.com
23.4 parsecs away

Travel
| How do you debug an application, library or an entire system with multiple processes? One answer: tracing. An introduction into bpftrace, and an overview of the Linux tracing ecosystem (DTrace, eBPF, uprobes, etc).