mirror of
https://github.com/cc65/cc65.git
synced 2025-03-23 17:30:28 +00:00
Generate more predictable code.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4039 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
2e8d62cf88
commit
f3b639f835
@ -945,8 +945,8 @@ void g_leasp (int offs)
|
||||
AddCodeLine ("inx");
|
||||
} else {
|
||||
ldaconst (offs);
|
||||
AddCodeLine ("clc");
|
||||
AddCodeLine ("ldx sp+1");
|
||||
AddCodeLine ("clc");
|
||||
AddCodeLine ("adc sp");
|
||||
AddCodeLine ("bcc %s", LocalLabelName (L));
|
||||
AddCodeLine ("inx");
|
||||
|
Loading…
x
Reference in New Issue
Block a user