WP 34S: GTO.. behaviour
|
08-16-2014, 09:08 AM
Post: #17
|
|||
|
|||
RE: WP 34S: GTO.. behaviour
(08-16-2014 08:43 AM)Didier Lachieze Wrote: Ok. Let see if I can do that without adding confusion ... ;-) The difference in behaviour for the hot keys depends on being in program mode or not, not on the step number you are at. In program mode, A - D always provide their default function. In run mode, they do if the corresponding label isn't defined. From keys.c: Code: static int check_f_key(int n, const int dflt) { The important bit is about being in run mode as opposed to program mode. As for step 000 vs step 001 -- go to step 000 in program mode, switch to run mode and back. You're at step 001. Step 000 is a program mode only fake step to allow you to input something before step 001. In xeq.c: Code: void update_program_bounds(const int force) { So if we're in run mode, the program counter can never be zero. - Pauli |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)