CE-Programming / libraries

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

Some optimizations #12

Closed ghost closed 8 years ago

ghost commented 8 years ago

Please forget the 6 "dec sp" , I've just realised it's the same speed as the 2 push

adriweb commented 8 years ago

If you commit again on your branch (grosged-patch-1), it will be fixed in that pull request :)

mateoconlechuga commented 8 years ago

You can modify any registers you like, except ix must be saved

ghost commented 8 years ago

Is it possible to delete one of my commits ?

adriweb commented 8 years ago

You can just commit over it (and when merging, later, it can be taken care of)

ghost commented 8 years ago

ah okay, I begin to...understand :)

adriweb commented 8 years ago

By the way , what does mean this anti-slash.r ?

\.r is for handling relocations, as explained here: https://ce-programming.github.io/documentation/tutorials/asm/lib-creation/#relocations