mirror of
https://github.com/cc65/cc65.git
synced 2025-02-08 11:31:34 +00:00
Added info about the subysp function.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5692 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
cff1a6ffdb
commit
0f7f7796b1
@ -228,6 +228,7 @@ static const FuncInfo FuncInfoTable[] = {
|
|||||||
{ "steaxysp", REG_EAXY, REG_Y },
|
{ "steaxysp", REG_EAXY, REG_Y },
|
||||||
{ "subeq0sp", REG_AX, REG_AXY },
|
{ "subeq0sp", REG_AX, REG_AXY },
|
||||||
{ "subeqysp", REG_AXY, REG_AXY },
|
{ "subeqysp", REG_AXY, REG_AXY },
|
||||||
|
{ "subysp", REG_Y, REG_AY },
|
||||||
{ "tosadd0ax", REG_AX, REG_EAXY | REG_TMP1 },
|
{ "tosadd0ax", REG_AX, REG_EAXY | REG_TMP1 },
|
||||||
{ "tosadda0", REG_A, REG_AXY },
|
{ "tosadda0", REG_A, REG_AXY },
|
||||||
{ "tosaddax", REG_AX, REG_AXY },
|
{ "tosaddax", REG_AX, REG_AXY },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user