#coding

List of articles tagged with 'coding'

Placeholder image

14 May 2022 - 9 min read

Assembling an assembler - overview

To make my relay computer do something interesting (or anything at all) it needs a list of instructions held in memory. Each instruction consists of an 8-bit value called an …

07 Nov 2013 - 1 min read

Instruction Set

In the last post I promised to reveal the planned instruction set for the computer and here it is (pdf file). This should be viewed alongside the architecture diagram which …