all repos — xyw @ c7dfaf0efb5ee4bfe2acdb8e509387c4384505d4

A minimal virtual machine and assembler for terminals.

devices/clock.h

 1
 2
 3
 4
#include "../xyw.h"

void clock_init(xyw_byte *data);
xyw_byte clock_input(xyw_byte *data, xyw_byte addr, xyw_byte *error);