all repos — xyw @ 97b4e0ec67ae15319263f8c3633594369c0e228e

A minimal virtual machine and assembler for terminals.

devices/clock.h

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

void clock_setup(xyw_byte *data, xyw_byte *error);
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);
int clock_poll(xyw_byte *data);