mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 06:31:31 +00:00
Fixed a bug
git-svn-id: svn://svn.cc65.org/cc65/trunk@1628 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
ede471904c
commit
da44e7ae4b
@ -154,8 +154,8 @@ static const FuncInfo FuncInfoTable[] = {
|
||||
{ "push7", REG_NONE, REG_AXY },
|
||||
{ "pusha", REG_A, REG_Y },
|
||||
{ "pusha0", REG_A, REG_XY },
|
||||
{ "pushax", REG_AX, REG_Y },
|
||||
{ "pusha0sp", REG_NONE, REG_AY },
|
||||
{ "pushax", REG_AX, REG_Y },
|
||||
{ "pushaysp", REG_Y, REG_AY },
|
||||
{ "pushc0", REG_NONE, REG_A | REG_Y },
|
||||
{ "pushc1", REG_NONE, REG_A | REG_Y },
|
||||
|
Loading…
Reference in New Issue
Block a user