all repos — xyw @ ee2dec819ec31f6f371966de2630a0a248def377

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);