mirror of
https://github.com/cc65/cc65.git
synced 2025-01-16 13:31:16 +00:00
Correct sweet16 addressing bug with SUB instr. Patch by Gabriele Galeotti.
git-svn-id: svn://svn.cc65.org/cc65/trunk@3982 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
f62b7a564e
commit
e1866ed9f8
@ -625,7 +625,7 @@ static const struct {
|
||||
{ "ST", AMSW16_REG | AMSW16_IND, 0x10, 1, PutSweet16 },
|
||||
{ "STD", AMSW16_IND, 0x70, 0, PutSweet16 },
|
||||
{ "STP", AMSW16_IND, 0x90, 0, PutSweet16 },
|
||||
{ "SUB", AMSW16_IMM, 0xB0, 0, PutSweet16 },
|
||||
{ "SUB", AMSW16_REG, 0xB0, 0, PutSweet16 },
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user