1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-01 15:54:59 +00:00

Added info for the staxspidx runtime function.

git-svn-id: svn://svn.cc65.org/cc65/trunk@3714 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2006-04-02 15:32:16 +00:00
parent 9a98194dc5
commit c73c31c496

View File

@ -189,6 +189,7 @@ static const FuncInfo FuncInfoTable[] = {
{ "shreax4", REG_EAX, REG_AX | REG_TMP1 },
{ "staspidx", REG_A | REG_Y, REG_Y | REG_TMP1 | REG_PTR1 },
{ "stax0sp", REG_AX, REG_Y },
{ "staxspidx", REG_AXY, REG_TMP1 | REG_PTR1 },
{ "staxysp", REG_AXY, REG_Y },
{ "steax0sp", REG_EAX, REG_Y },
{ "steaxysp", REG_EAXY, REG_Y },