diff options
author | dweller <dweller@cabin.digital> | 2025-03-26 20:13:51 +0200 |
---|---|---|
committer | dweller <dweller@cabin.digital> | 2025-03-26 20:13:51 +0200 |
commit | 202712187e6ea7ce39dafad744c1e729e5279db6 (patch) | |
tree | 3a3ebc48be385c5c9014950fa0a0c2ff05831625 | |
parent | f65558c3ae2ee4439d12344f79c09b6e82519f5d (diff) |
change SYS to ILL instead of NOP
-rw-r--r-- | sources/meta/exec.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sources/meta/exec.c b/sources/meta/exec.c index d9a6052..b913390 100644 --- a/sources/meta/exec.c +++ b/sources/meta/exec.c @@ -23,10 +23,7 @@ BEGIN \ c8->pc = c8->STACK[--c8->sp]; \ END -/* NOTE: NOP for now */ -#define X_C8_SYS \ -BEGIN \ -END +#define X_C8_SYS X_C8_ILL #define X_C8_JP \ BEGIN \ |