Added stuff. Fixed bug.
Data Pointer value now properly displayed in debug mode. Added conditional calls to match conditional branches.
This commit is contained in:
@@ -29,9 +29,13 @@ Instruction instruction_set[] = {
|
||||
{0x11, "BRQ"},
|
||||
{0x12, "BRA"},
|
||||
{0x13, "BRB"},
|
||||
{0x14, "CALL"},
|
||||
{0x15, "RET"},
|
||||
{0x16, "BRC"},
|
||||
{0x14, "BRC"},
|
||||
{0x17, "CALL"},
|
||||
{0x18, "CALLA"},
|
||||
{0x19, "CALLB"},
|
||||
{0x1A, "CALLQ"},
|
||||
{0x1B, "CALLCF"},
|
||||
{0x1F, "RET"},
|
||||
// Register Operations:
|
||||
{0x20, "RSTA"},
|
||||
{0x21, "RSTB"},
|
||||
|
||||
Reference in New Issue
Block a user