Explore >> Select a destination


You are here

projectf.io
| | gpfault.net
5.2 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.
| | blog.reverberate.org
3.3 parsecs away

Travel
| | Author's note: this article used to be called "What Every ComputerProgrammer Should Know About Floating Point, part 1". Some peoplenoted that this was perh...
| | www.exploringbinary.com
3.2 parsecs away

Travel
| | An arbitrary-precision, decimal to two's complement and two's complement to decimal converter
| | waspdev.com
29.9 parsecs away

Travel
| Discussing JavaScript's controversial primitive, its usefulness and whether its poorly designed.