all repos — xyw @ c35d11b7e11d8c0b6213751f15347ff70b844c17

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