all repos — xyw @ dc242799873bb69cbb2f996ead7ea4260dbe6b52

A minimal virtual machine and assembler for terminals.

devices/console.h

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

void console_output(xyw_byte *data, xyw_byte addr, xyw_byte *error);