all repos — xyw @ 94b81f553a2fdc7f410cd395c3f4ee69d55f9b43

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