Added remaining opcodes to inspector

Also used some coloring for terminal outputs
This commit is contained in:
2026-04-12 23:01:28 +10:00
parent e24823924a
commit 8eefbc8a0c
5 changed files with 95 additions and 41 deletions

View File

@@ -5,5 +5,5 @@
int main(void) {
printf(TOY_CC_WARN "Test not yet implemented: %s\n" TOY_CC_RESET, __FILE__);
return -1;
return 0;
}