all repos — xyw @ df6b8d925172b6f23d627ba48521b3a9aeb736cd

A minimal virtual machine and assembler for terminals.

devices/clock.h

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

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