Paste Dump from your calc or contents of .d41 file:
Special characters: Σ ≠ ↑ → μ ∡ |
; SIZE = 32Same as ΣREG command
; SREG = 16Stack contents X, Y, Z, T, LASTX and ALPHA
; STACK = "ROCK" 7.416198487 5.744562647 4.69041576 0.4472135955 ; ALPHA = "BIG PI DAY"Key assignments: function name followed by key code
; KEY = COS 12 ; KEY = SWPT 14 ; KEY = SIZE? 81 ; KEY = SIN 13Key assignments to global labels in code using '; Key: key code' comment:
LBL "CDOWN" ; Key: -64Alarms: Date/time in following format only; followed by optional repeat; followed by optional label.
; ALARM = 2018-01-26 14:37:00 ; ALARM = 2018-02-13 23:51:00.2 ; ALARM = 2018-03-14 23:52:00 "BIG PI DAY IS HERE" ; ALARM = 2018-06-08 13:45:21.3 12:34:56 ; ALARM = 2018-10-07 13:45:21.3 12:34:56.7 "ONE TWO THREE"X-Mem area could be preserved in lines like
; MEM = 40 000030030000bf 00000000000000 00000000000000 00000000000000 ; MEM = 98 00000000000000 ffffffffffffff 00000000000000 00000000000000 ; MEM = 9c 00000000000000 4b532e2e2eff00 0b495420574f52 309f000b000005 ; MEM = a0 54585446494c45 01000000000002 08100000000001 06400000000001 ; MEM = a4 04900000000001 03600000000001 02500000000001 01600000000001 ; MEM = a8 09000000000000 04000000000000 01000000000000 00000000000000 ; MEM = ac 20ac000000b00b 53515541524553 df000000000000 0000007ec80e2d ; MEM = b0 77000000000000 5345430075a66d 453d9b73f57f20 10429c02f45053 ; MEM = b4 89a693a6991510 89898989898989 89898989898989 a6948989898989 ; MEM = b8 75000000000000 0000000010a698 4c454e7ea66000 2050534520f47f ; MEM = bc 5354f954455354 c000f600505354 10000000069010 50535453542020
[11] [12] [13] [14] [15] [43] [51] [52] [53] [54] [21] [22] [23] [24] [25] [44] [61] [62] [63] [64] [ ] [ ] [32] [35] [45] [ ] [71] [72] [73] [74] [41] [ ] [ ] [ ] [33] [34] [ ] [81] [82] [83] [84]
hp41uc
utility.
[ON]+[C]
while the calculator is OFF.DM41 >> DM41 >> h Firmware DM41_V23 ? Help p Key press s Dump memory l Load memory ct Console timeout t Get time ts Set time td Update time d Toggle display output to console b Read battery voltage Type '?' for params Uptime 116s DM41 >> s DM41 08 4b000000000000 00000000000000 00000000000000 00000000000000 0c 0000000000019c 1a70016919c175 0000002c048000 00000000000000 174 00000000000000 00000000c8262d 93021036ba0000 402143668e2142 178 225140668e5222 8e042126421242 0010362266ba00 452e2e2e2163b4 17c 45502053504143 06ba0003fd4445 12437120424092 40ce0220512442 180 aa001330244222 00431371457502 40542467b200a9 a80066b2005222 184 42124222517141 42134321413426 2345759303207a 2e2e7e897f3061 188 77f75a45524f2e 4e452e2e2e7e89 2e2e2e7e89f64f 2e7e89f654574f 18c 54485245452e2e 7e892367b300f8 3d9b06f37f2046 537e894585f241 190 9b71f57f20462f 45f27f46f27f3d 226e261a15f156 454c3d9b037e89 194 899c000af54655 9c02a91d9b017e 10322533f2473d 101010361c1510 198 10104035cf6615 61181010421112 56495459a81b31 c000f800475241 A: c000f800475241 B: 0000002c0480fd C: 0000002c0480fd S: 00001100000000 M: 00011cd5ff73cb N: 000000000000c0 G: 00 DM41 >>
[ON][4][ENTER][3][+][x2]
which shows 49 on the display, then we [STO]
the result in register 01
[ON]+[C]
for entering the console mode the calculator is OFF.'p 41'
triggers the key [ON]
'p 28'
triggers the key [4]
'p 36'
triggers the key [ENTER]
. Note 'p 46'
does the same.'p 30'
triggers the key [3]
'p 27'
triggers the key [+]
'p 42 13'
triggers the keys [f][x2]
'p 44 48 38'
triggers the keys [STO][0][1]