/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

questionableengineering.com
| | www.snell-pym.org.uk
19.4 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.
| | venam.net
18.0 parsecs away

Travel
| | Computer architecture can be considered a boring topic, one that is studied during CS education, then put aside, and leaves place to the shiny new toys that capture the attention. I've recently revisited it, and I'd like to summarize some takeaways.
| | domipheus.com
21.0 parsecs away

Travel
| | This is part of a series of posts detailing the steps and learning undertaken to design and implement a CPU in VHDL. Previous parts are available here, and I'd recommend they are read before continuing! Instruction Set Architecture The Instruction Set Architecture (ISA) of a CPU defines the set of operations that can be performed, and on what data types. It explains timing, restrictions, and sometimes any hazards or hardware bugs that can present during normal operation. The operations are defined along ...
| | ptomato.wordpress.com
32.5 parsecs away

Travel
| A Rust version of a virtual machine, inspired by a popular post from last month about a virtual machine in 125 lines of C