1
0
This commit is contained in:
Rokas Puzonas 2023-04-13 17:26:01 +03:00
parent 4535ee9adb
commit 95ce42d6ae

View File

@ -15,6 +15,8 @@
#define dbg(...) printf("; "); printf(__VA_ARGS__); printf("\n")
#define ARRAY_LEN(arr) sizeof(arr) / sizeof(arr[0])
// TODO: find a way to merge "to/from register" with "to/from accumulator" branches into a single code path
enum decode_error {
DECODE_OK,
DECODE_ERR_EOF,