Capture the flag - HP-12C programming contest



Post: #12

There are at least two flags on HP-12C: BEG/END and D.MY/M.DY.
What the fastest ways to get these flags values? (and shortest also).


Post: #13

1)

10 second idea. Destroys values in financial registers.

0 FV 1 N 1 i 1 PV PMT 1 + X=0?

If condition true then it was in BEG mode, otherwise END mode.


2)

1.022 ENTER 1 CHS DATE INT 1 - x=0

will be true if mode was M.DY and will not if D.MY


I make no claims that these are anywhere near optimal, but they work.


Post: #14

1) Being not acquainted with finance, is N "n" or "Nj"?
2) 14 steps, <5s in both modes. Wonderful! And unexpected (for me) VIEW/PSE effect.


Post: #15

Oops. N should be lowercase n.

and an edit to the second set of instructions. Saves a step:


1.022 ENTER 1 CHS DATE LSTx - x=0


Edited: 11 Feb 2011, 3:11 p.m.


Post: #16

1) 11 steps.
Less then 4 seconds!!! Das ist Fantastisch! My best was 15s with finance and three times in length (while destroying finance regs too). If finance regs (i use them only for polynomials) are destroyed, it could be used in the finishing part of any program to select output.


Post: #17

1) May not be faster, but shorter:

0 FV 1 n 1 i 1 PV PMT FRC X=0?


Post: #18

Gene, my HP12C says new program is actually a bit FASTER too :)
Having read your articles on HP calcs for many years, I understand you are very experienced in programming them. Please, tell me if there are any more flags in HP-12C which could be used?

Post: #19

Quote:
1.022 ENTER 1 CHS DATE LSTx - x=0

Have I misunderstood something here? This returns 2.012 in M.DY mode and 32.012 in D.MY mode. That is, false for both modes.

1.012 ENTER 1 DATE INTG 1 - x=0 will return 0 and 1, respectively. Same number of steps though.


Post: #20

Oops. Shoudl have been:

1.022 ENTER 1 CHS DATE LSTx + x=0


Post: #21

0 FV 1 STO n STO i STO PV PMT 1 + X=0?


Post: #22

A very concise test! Well done, sir!


Forum Jump: