Added stack usage info
git-svn-id: svn://svn.cc65.org/cc65/trunk@1716 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
87531388f9
commit
cca009fe78
1 changed files with 1 additions and 0 deletions
|
@ -1135,6 +1135,7 @@ static char* RegInfoDesc (unsigned U, char* Buf)
|
|||
strcat (Buf, U & REG_PTR1? "1" : "_");
|
||||
strcat (Buf, U & REG_PTR2? "2" : "_");
|
||||
strcat (Buf, U & REG_SAVE? "V" : "_");
|
||||
strcat (Buf, U & REG_SP? "S" : "_");
|
||||
|
||||
return Buf;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue