all repos — xyw @ 875f8bc84268a02c4ea122b43b182e3f019bb689

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