mirror of
https://github.com/cc65/cc65.git
synced 2025-01-27 09:33:42 +00:00
PEI was broken
git-svn-id: svn://svn.cc65.org/cc65/trunk@2224 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
c63d25f43f
commit
309f1f0f88
@ -273,7 +273,7 @@ static const struct {
|
||||
{ "NOP", 0x0000001, 0xea, 0, PutAll },
|
||||
{ "ORA", 0x0b8f6fc, 0x00, 0, PutAll },
|
||||
{ "PEA", 0x0000008, 0xf4, 6, PutAll },
|
||||
{ "PEI", 0x0800000, 0xd4, 0, PutAll },
|
||||
{ "PEI", 0x0000400, 0xd4, 1, PutAll },
|
||||
{ "PER", 0x0040000, 0x62, 0, PutPCRel16 },
|
||||
{ "PHA", 0x0000001, 0x48, 0, PutAll },
|
||||
{ "PHB", 0x0000001, 0x8b, 0, PutAll },
|
||||
|
Loading…
x
Reference in New Issue
Block a user