Synchronization...

This commit is contained in:
xolatile
2024-07-13 08:36:40 -04:00
parent bdf303028b
commit 2175f5506c
3 changed files with 28 additions and 9 deletions

View File

@ -16,13 +16,13 @@ typedef enum {
} type_index;
typedef enum {
XDCL, XLBL, XRPT, XLCT,
RECORD,
/* HIGHLY EXPERIMENTAL CODE ABOVE... */
ADD, OR, ADC, SBB,
AND, SUB, XOR, CMP,
/* */
INC, DEC, NOT, NEG,
UMUL, IMUL, UDIV, IDIV,
MUL, IMUL, DIV, IDIV,
/* */
NOP, RETN, RETF, LEAVE,
LOCK, HLT,