Updated includes, README and TODO

This commit is contained in:
2024-06-19 20:01:20 +01:00
parent e3aabff845
commit bdc6e15ae9
5 changed files with 78 additions and 71 deletions

View File

@@ -15,7 +15,6 @@
#include <lib/base.h>
#include <stdio.h>
#include <stdlib.h>
#define UNSIGNED_OPCODE_IS_TYPE(OPCODE, OP_TYPE) \
(((OPCODE) >= OP_TYPE##_BYTE) && ((OPCODE) <= OP_TYPE##_WORD))