In support of the 33s & 35s
|
01-04-2018, 07:49 AM
(This post was last modified: 01-04-2018 07:56 AM by Dieter.)
Post: #39
|
|||
|
|||
RE: In support of the 33s & 35s
(01-03-2018 11:26 PM)rprosperi Wrote: It's hard to say for sure without seeing all your code, but I'd guess that you are pushing your 3, initially in the T register, off the top of the stack; for example the RCL T raises the stack, pushing the T off; if that's in your loop, you'll be in trouble quickly. Perhaps I should have suggested a different variable name than "T" (as in "three") to avoid confusion: The stack's T-register is not affected here, every "T" refers to a variable T that holds the constant "3" which has been initially stored there. Code: ... BTW, the real 35s nerd of course replaces the 3 with pi IP which consumes less memory and probably is even faster. ;-) Dieter |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 15 Guest(s)