/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

blog.jchw.io
| | biresch.com
5.7 parsecs away

Travel
| | In previousblog posts I've mentioned some terms like "65xx ISA" and "Addressable Register Architecture (ARA)." I suspect most software engineers have conceptual knowledge of instruction sets and their classification. As anexample, the x86 instruction set is much more complex than the reduced instruction set of the ARM. This is where the terms CISC and RISC...
| | venam.net
3.2 parsecs away

Travel
| | An executable is something that causes a computer to perform some tasks according to encoded instructions. It's in opposition to a data file which must be parsed by another program to be meaningful, for example an image or video. The instructions are usually in machine code, read by the cpu and so dependent on the cpu architecture. An ex...
| | shrik3.com
5.7 parsecs away

Travel
| | [AI summary] A technical blog post explains the ELF binary format, dynamic linking, and the roles of the dynamic linker, GOT, PLT, and symbol tables using command-line examples.
| | www.snell-pym.org.uk
24.5 parsecs away

Travel
| [AI summary] The article discusses various exotic processor architectures, focusing on zero-operand stack machines, multiple stacks, result registers, virtual stacks, and transport-triggered architectures, highlighting their potential to simplify control logic and improve performance.