mirror of
https://github.com/cc65/cc65.git
synced 2025-08-08 06:25:17 +00:00
Added info for tsteax and utsteax
git-svn-id: svn://svn.cc65.org/cc65/trunk@1106 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -144,6 +144,7 @@ static const FuncInfo FuncInfoTable[] = {
|
|||||||
{ "staspidx", REG_A | REG_Y, REG_Y | REG_TMP1 | REG_PTR1 },
|
{ "staspidx", REG_A | REG_Y, REG_Y | REG_TMP1 | REG_PTR1 },
|
||||||
{ "stax0sp", REG_AX, REG_Y },
|
{ "stax0sp", REG_AX, REG_Y },
|
||||||
{ "staxysp", REG_AXY, REG_Y },
|
{ "staxysp", REG_AXY, REG_Y },
|
||||||
|
{ "tsteax", REG_EAX, REG_Y },
|
||||||
{ "tosadda0", REG_A, REG_AXY },
|
{ "tosadda0", REG_A, REG_AXY },
|
||||||
{ "tosaddax", REG_AX, REG_AXY },
|
{ "tosaddax", REG_AX, REG_AXY },
|
||||||
{ "tosicmp", REG_AX, REG_AXY | REG_SREG },
|
{ "tosicmp", REG_AX, REG_AXY | REG_SREG },
|
||||||
@@ -168,6 +169,7 @@ static const FuncInfo FuncInfoTable[] = {
|
|||||||
{ "tosumula0", REG_AX, REG_ALL },
|
{ "tosumula0", REG_AX, REG_ALL },
|
||||||
{ "tosumulax", REG_AX, REG_ALL },
|
{ "tosumulax", REG_AX, REG_ALL },
|
||||||
{ "tosumuleax", REG_EAX, REG_ALL },
|
{ "tosumuleax", REG_EAX, REG_ALL },
|
||||||
|
{ "utsteax", REG_EAX, REG_Y },
|
||||||
};
|
};
|
||||||
#define FuncInfoCount (sizeof(FuncInfoTable) / sizeof(FuncInfoTable[0]))
|
#define FuncInfoCount (sizeof(FuncInfoTable) / sizeof(FuncInfoTable[0]))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user