mirror of
https://github.com/pnx/m16vm
synced 2026-06-16 03:44:55 +02:00
include/instr.h: adding a special OP_NONE opcode.
This commit is contained in:
parent
377c008ebe
commit
d530dfda63
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@
|
|||
#define OP_JMP 7
|
||||
#define OP_JR 8
|
||||
#define OP_INT 15
|
||||
#define OP_NONE 0xFF
|
||||
|
||||
/* Register type */
|
||||
struct instr_R {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue