all repos — xyw @ ccafef89ab690f9057c9418df692f2d9a4740be1

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