Don't use SF_TRAMPOLINE, change symbol references instead.

In smart mode, use RTL instead of RTS if the enclosing .PROC is far.
More address size changes.


git-svn-id: svn://svn.cc65.org/cc65/trunk@2696 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2003-11-29 07:53:26 +00:00
parent 05f3f154a9
commit c5cc4e1536
12 changed files with 365 additions and 390 deletions

View File

@@ -1736,14 +1736,6 @@ static CtrlDesc CtrlCmdTab [] = {
int TokIsPseudo (unsigned Tok)
/* Return true if the given token is a pseudo instruction token */
{
return (Tok >= TOK_FIRSTPSEUDO && Tok <= TOK_LASTPSEUDO);
}
void HandlePseudo (void)
/* Handle a pseudo instruction */
{