Removed Duplicate instructions.
LDA and LDB are now Data Operations only. Minor reshuffling of instructions. Fixed typo in the programming manual.
This commit is contained in:
@@ -37,11 +37,9 @@ Instruction instruction_set[] = {
|
||||
{0x23, "INCB"},
|
||||
{0x24, "DECA"},
|
||||
{0x25, "DECB"},
|
||||
{0x26, "LDA"},
|
||||
{0x27, "LDB"},
|
||||
{0x28, "INIA"},
|
||||
{0x29, "INIB"},
|
||||
{0x2F, "CCF"},
|
||||
{0x26, "INIA"},
|
||||
{0x27, "INIB"},
|
||||
{0x28, "CCF"},
|
||||
// Stack Operations:
|
||||
{0x30, "PSHQ"},
|
||||
{0x31, "PSHA"},
|
||||
|
||||
Reference in New Issue
Block a user