change SYS instruction to PORT and add imm4

This commit is contained in:
2026-07-16 12:43:41 +10:00
parent d5a0df1299
commit 74992e673a
4 changed files with 19 additions and 5 deletions

5
src/device.h Normal file
View File

@@ -0,0 +1,5 @@
#pragma once
typedef struct {
} Device;