C-like compiler with devkit?
Moderator: Moderators
Forum rules
- For making cartridges of your Super NES games, see Reproduction.
-
- Posts: 1483
- Joined: Tue Feb 07, 2017 2:03 am
Re: C-like compiler with devkit?
you can drop the STA Local_1
Re: C-like compiler with devkit?
STA Local_1 and STA Temp_0 will be dropped eventually.
There are some LDA that this code tries to generate but the variable is already in A. For example, values are returned in A but Temp_0 is already in A at that point.