Explore >> Select a destination


You are here

domipheus.com
| | jborza.com
3.2 parsecs away

Travel
| | Continuing with the implementation of CHIP-8 in Verilog, I wanted to continue with the CPU module and get it to actually execute some instructions, so we'll build an instruction decoder, CPU states and a register file. As described in the previous part , we would like to: fetch instruction (2 bytes) from the memory into an 16-bit opcode register decode the instruction execute the instruction Other articles in the series:
| | www.snell-pym.org.uk
4.9 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.
| | guillaume.baierouge.fr
3.5 parsecs away

Travel
| |
| | notes.eatonphil.com
23.6 parsecs away

Travel
| Writing a lisp compiler from scratch in JavaScript: 1. lisp to assembly