Add immediate ADC ocpu instruction

This commit is contained in:
g1n 2022-04-17 11:52:44 +03:00
parent 4d0f8d0b6a
commit bbd0aae6be
Signed by: g1n
GPG Key ID: 8D352193D65D4E2C
2 changed files with 456 additions and 390 deletions

View File

@ -38,6 +38,14 @@
#define INS_MOV_REG 0xA1
#define INS_ADD_IM 0x10
#define INS_ADD_REG 0xB0
#define INS_ADC_IM 0x11
#define INS_ADC_REG 0xB1
#define INS_SUB_IM 0x12
#define INS_SUB_REG 0xB2
#define INS_MUL_IM 0x13
#define INS_MUL_REG 0xB3
#define INS_DIV_IM 0x14
#define INS_DIV_REG 0xB4
#define INS_INC 0x15
#define INS_DEC 0x16
#define INS_OCPU_NOP 0x90

File diff suppressed because it is too large Load Diff