all repos — xyw @ 274de990052cccdf5790915dcf875c3368c9c8e0

A minimal virtual machine and assembler for terminals.

devices/file.h

 1
 2
 3
 4
 5
#include "../xyw.h"

void file_setup(xyw_byte *data);
xyw_byte file_input(xyw_byte *data, xyw_byte addr, xyw_byte *error);
void file_output(xyw_byte *data, xyw_byte addr, xyw_byte *error);