mirror of
https://github.com/cc65/cc65.git
synced 2025-01-12 02:30:44 +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:
parent
9a98194dc5
commit
c73c31c496
@ -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 },
|
||||
|
Loading…
x
Reference in New Issue
Block a user