all repos — xyw @ ae85fee3a63c0b579da793d745f635416f8af57b

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