diff options
Diffstat (limited to 'instructions.ts')
-rw-r--r-- | instructions.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/instructions.ts b/instructions.ts new file mode 100644 index 0000000..4d23d23 --- /dev/null +++ b/instructions.ts @@ -0,0 +1,3 @@ +export const instructions: Record<string, number> = { + '': 0x01 +} \ No newline at end of file |