CE-Programming / libraries

Common libraries for use on the TI84+CE/TI83PCE calculators
BSD 2-Clause "Simplified" License
141 stars 11 forks source link

added a few "LEA...", removed a few "or a,a" #25

Closed ghost closed 8 years ago

mateoconlechuga commented 8 years ago

Nice, but lea hl,ix+9 \ ld sp,hl is incorrect, it can simply be ld sp,ix :)

ghost commented 8 years ago

You're right ! the value 9 was here because of the 3 "push" before ! (just realised that!) Let's forget this commit, I count on you to replace with "ld sp,ix" and remove the "or a,a" ;)

mateoconlechuga commented 8 years ago

No; it's easy; the commit is merged in, but github handles all the differences. There's no need to forget about a commit. Closing a conversation doesn't cancel the PR.

mateoconlechuga commented 8 years ago

This branch had some conflicts when merging in, so I just resolved them manually in a separate commit. Thanks for the help! :)