Explore >> Select a destination


You are here

debugmo.de
| | jborza.com
3.9 parsecs away

Travel
| | Ive went through the first part of From Nand to Tetris course where I learnt to build a simple 16-bit computer called Hack from the digital building blocks (NAND gates). The course used its specific HDL (hardware definition language), which is a gentle way to shield a beginner from the ugliness of a real language, but to implement anything on a real FPGA board one needs to use VHDL or Verilog.
| | appcodelabs.com
6.6 parsecs away

Travel
| | Step-by-step tutorial on how to install open source development tools for the Lattice IceStick FPGA evaluation board on macOS and Linux.
| | www.scorpia.co.uk
8.0 parsecs away

Travel
| | [AI summary] This article details the design and implementation of a POE-enabled lighting fixture with network control, focusing on hardware development, firmware, and integration with theatrical lighting systems.
| | gpfault.net
24.6 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.