Added new pushl0 runtime function.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5706 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -195,6 +195,7 @@ static const FuncInfo FuncInfoTable[] = {
|
||||
{ "pushc1", REG_NONE, REG_A | REG_Y },
|
||||
{ "pushc2", REG_NONE, REG_A | REG_Y },
|
||||
{ "pusheax", REG_EAX, REG_Y },
|
||||
{ "pushl0", REG_NONE, REG_AXY },
|
||||
{ "pushw", REG_AX, REG_AXY | REG_PTR1 },
|
||||
{ "pushw0sp", REG_NONE, REG_AXY },
|
||||
{ "pushwidx", REG_AXY, REG_AXY | REG_PTR1 },
|
||||
|
||||
@@ -333,6 +333,16 @@ static const CallDesc CallTable [] = {
|
||||
},
|
||||
F_NONE,
|
||||
"pusha0sp"
|
||||
},{
|
||||
"pusheax",
|
||||
{
|
||||
/* A X Y SRegLo */
|
||||
0, 0, UNKNOWN_REGVAL, 0,
|
||||
/* SRegHi Ptr1Lo Ptr1Hi Tmp1 */
|
||||
0, UNKNOWN_REGVAL, UNKNOWN_REGVAL, UNKNOWN_REGVAL
|
||||
},
|
||||
F_NONE,
|
||||
"pushl0"
|
||||
},{
|
||||
"pusheax",
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user