all repos — xyw @ 0a1a637d34e7e6011e534681839a73fe619a8fb7

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