I have a new post on Hackaday: New Bismuth Transistor Runs 40% Faster And Uses 10% Less Power.
Category Archives: Writing
Wireless Doorbell Extension Features Home-Wound Coil
I have a new post on Hackaday: Wireless Doorbell Extension Features Home-Wound Coil.
The World’s Longest Range LED Flashlight
I have a new post on Hackaday: The World’s Longest Range LED Flashlight.
Web Dashboard And OTA Updates For The ESP32
I have a new post on Hackaday: Web Dashboard And OTA Updates For The ESP32.
Superconductivity News: What Makes Floquet Majorana Fermions Special For Quantum Computing?
I have a new post on Hackaday: Superconductivity News: What Makes Floquet Majorana Fermions Special For Quantum Computing?
Lancing College Shares Critical Design Review For UK CanSat Entry
I have a new post on Hackaday: Lancing College Shares Critical Design Review For UK CanSat Entry.
Getting Started With ATtiny Configurable Custom Logic (CCL)
I have a new post on Hackaday: Getting Started With ATtiny Configurable Custom Logic (CCL).
Trekulator: A Reproduction Of The 1977 Star Trek Themed Calculator
I have a new post on Hackaday: Trekulator: A Reproduction Of The 1977 Star Trek Themed Calculator.
Biasing Transistors With Current Sources
I have a new post on Hackaday: Biasing Transistors With Current Sources.
MilliForth-6502, A Forth For The 6502 CPU
I have a new post on Hackaday: MilliForth-6502, A Forth For The 6502 CPU.
Some material was deleted by the editors so I have included it below for the archive.
The main code is the assembly code in sector-6502.s.
These are the commands I ran to take it all for a spin:
mkdir /tmp/milliForth-6502 cd /tmp/milliForth-6502 git clone https://github.com/cc65/cc65 cd cc65 make sudo make install cd .. git clone https://github.com/ShonFrazier/lib6502 cd lib6502 make sudo make install cd .. git clone https://github.com/agsb/milliForth-6502 cd milliForth-6502 touch out source do1 sector-6502 wc -c sector-6502.out hd sector-6502.out