@@ -23,6 +23,8 @@ typedef enum
// 0xB? -> Arithmetic operations
ADD = 0xB0,
SUB = 0xB1,
MUL = 0xB2,
DIV = 0xB3,
// 0xC? -> Bitwise operations
OR = 0xC0,
@@ -57,4 +59,4 @@ typedef struct
int flag_clear_delay;
} CPU_t;
#endif
The note is not visible to the blocked user.