Projects with this topic
-
A small 8-bit microprocessor for education/fun, with front-panel control and an LCD display.
This is an educational tool for working with and learning assembly language and machine code, and learning a bit about computer architecture at the "bare-metal" level. It fits in your hand, is programmed with a set of push buttons, has an LCD display for examining memory and registers, and even has a built-in dissassembler for showing you the assembly language corresponding to memory contents. This provides a relatively gentle introduction to low-level programming, but is also fun for those already familiar with assembly language and machine code. The board is self-contained -- no way to interface it to anything outside of itself -- but for working with the software (including playing with interrupts!) it's a handy platform :)
Updated -
FreeDev Foundation: Open-source RISC-V hardware for the public good.
Updated -
The TrustBird APU development.
Updated -
The FreeBird APU development.
Updated -
The compute chiplet, of Kunminghu cores, a shared ARV-Q, and the Ventus GPGPU.
Updated -
The compute chiplet, of Kunminghu cores and a shared ARV-Q.
Updated -
The shared code for the I/O chiplet of the FreeDev APUs.
Updated -
The shared codes for the L3 cache chiplet for the FreeDev APUs.
Updated -
A minimalist, workstation platform
Updated -
The FreeNest platform development.
Updated -
-
A custom 4-bit CPU.
Updated -
A MicroPython library for controlling reading and debouncing pushbutton inputs, including "short" and "long" press callbacks
Updated -
Newest version of microprocessor design for Artix-7 100 Digilent Arty board. Includes the migrated Python assembler code as well, and a assembly-language implementation of Conway's Game of Life coded for this design.
Updated -
My personal projects which i work on during my sparetime.
Updated -
A MicroPython library for controlling PWM outputs in an asyncio loop, with features including fading and blinking
Updated -
A MicroPython library for reading from a rotary encoder
Updated -