all repos — xyw @ e8e690056cd408c76e4345b8a7ce78ed6b6c15ca

A minimal virtual machine and assembler for terminals.

xyw.h

 1
 2
 3
 4
 5
 6
 7
#ifndef XYW_H
#define XYW_H

typedef unsigned char xyw_byte;
typedef unsigned short xyw_short;

#endif // XYW_H