Merge pull request #643 from mikeakohn/fix/sweet16_op_bs
The opcode for BS should be 0x0C.
This commit is contained in:
commit
4e137cf9f5
1 changed files with 1 additions and 1 deletions
|
@ -758,7 +758,7 @@ static const struct {
|
|||
{ "BNZ", AMSW16_BRA, 0x07, 0, PutSweet16Branch },
|
||||
{ "BP", AMSW16_BRA, 0x04, 0, PutSweet16Branch },
|
||||
{ "BR", AMSW16_BRA, 0x01, 0, PutSweet16Branch },
|
||||
{ "BS", AMSW16_BRA, 0x0B, 0, PutSweet16Branch },
|
||||
{ "BS", AMSW16_BRA, 0x0C, 0, PutSweet16Branch },
|
||||
{ "BZ", AMSW16_BRA, 0x06, 0, PutSweet16Branch },
|
||||
{ "CPR", AMSW16_REG, 0xD0, 0, PutSweet16 },
|
||||
{ "DCR", AMSW16_REG, 0xF0, 0, PutSweet16 },
|
||||
|
|
Loading…
Add table
Reference in a new issue