NCoT Technology
  • Home
  • Blog
  • Sausage Factory Games
  • About Me
  • Download
    • Project
    • Download
    • More Themes
NCoT Technology

Quazar Graphic OLED …

February 6, 2021
Real Pixels? One of the main limits with most Z80 based computers is their lack of any video output. Most video output comes in the form of ASCII text sent to a serial console.
NCoT Technology

Raspberry Pi 400 Devkit …

December 13, 2020
Sure, I could just use my PC for this, but I like the idea of having a dedicated machine that I can install a development environment in, use and later completely wipe if I need …
NCoT Technology

Optimised Z80 - Conway's …

November 22, 2020
Or, how to optimise your code so it runs better… Intro A while back I started learning Z80 assembly language and decided to create a version of Conway’s Life.
NCoT Technology

Conways Life in Z80 …

July 27, 2020
After the fun of writing the Zombies game in Z80, I had a go at writing a version of Conway’s Life in Z80. (adsbygoogle = window.
NCoT Technology

Zombies! - A Game Written …

July 2, 2020
I decided to improve my Z80 assembly skills by writing a game entirely from nothing. It’s based on a BASIC type-in game I found in an old book.
NCoT Technology

The Joy of Sticks - …

June 19, 2020
Building a joystick interface for the RC2014 Z80 computer. Maybe I’ll learn some more Z80 while also trying to write a simple game. (adsbygoogle = window.
NCoT Technology

Clueless Chillout Coding

June 3, 2020
Watch as I turn a two line Python code into two screens of Z80 assembler, with the added fun that after making it work there’s no way to save the program!
NCoT Technology

Debugging Z80 With …

May 24, 2020
I’m a programmer, the CPU is a mystic black box that gets fed instructions. I’m trying to learn and work out what the CPU really does.
NCoT Technology

Pascal programming on a …

May 20, 2020
I managed to get CP/M working on my RC2014 kit and then had some fun programming in Pascal, a language I hadn’t used in over 20 years.
NCoT Technology

Building Z80 Computer …

May 11, 2020
I was originally going to design and create my own Z80 based computer from scratch, prototyping it on a breadboard like Ben Eater shows for his 6502 based computer.