all repos — xyw @ 8b40e451fc046ce1eb659c98afa6f6b79fc55dba

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