WOODSTOCK Questions/Observations - Printable Version +- HP Forums (https://archived.hpcalc.org/museumforum) +-- Forum: HP Museum Forums (https://archived.hpcalc.org/museumforum/forum-1.html) +--- Forum: Old HP Forum Archives (https://archived.hpcalc.org/museumforum/forum-2.html) +--- Thread: WOODSTOCK Questions/Observations (/thread-121665.html) |
WOODSTOCK Questions/Observations - Mike T. - 08-15-2007 I don't remember noticing this mentioned here before but I recently noticed some 'odd' behaviour on my HP25 (s/n 1603********). An arithmetic operation that results in an overflow results in, as expected ' 9.9999999 99' However when a register operation results in an arithmetic overflow then, rather than the expected error message,the calculator displays ' 0F ' As my HP21 behaves in the same way I presume that this is intended, but as I don't have the manual I can't double check this. (I find it interesting is that unlike the normal error conditions the register value is updated and the error state is cleared if CHS is pressed). The questions I have are -Does the HP29C' behave in the same way..? -Are there any other 'odd' error codes..? -Does the HP29C return an error number as well as the error message..? -How is the i register used to indirectly address store and (I assume) program locations..?
Mike T.
Re: WOODSTOCK Questions/Observations - Hal Bitton in Boise - 08-15-2007 Hi Mike, My 29C just gives me "error" in the display when I attempt an operation that would overflow one of the registers. Any key clears the error message, and a review of the register reveals that the offending operation was not performed.
Re: WOODSTOCK Questions/Observations - Stefan Vorkoetter - 08-15-2007 My HP 19C (same as the 29C, but with a printer), gives "9.9999999 99" on overflow, (e.g. 1 EEX 55 ENTER x) and "Error" on register overflow (e.g. 1 EEX 55 STO 1 STOx 1). There's no error number, just the message "Error". Regarding register "i", there isn't one. Executing STO i or RCL i uses register 0 as the indirection register. (i.e. STO i on the 19C/29C is equivalent to STO IND 00 on the 41C). Executing GTO i or GSB i does one of two things: 1) If register 0 contains 0 to 9, branches to that label. 2) If register 0 contains -1 to -99, branches backward that many steps.
Stefan
Re: WOODSTOCK Questions/Observations - Ricardo Guerreiro (Argentina) - 08-15-2007 Hi: My hp-29c behavies like the one of stefan (serial 1712xxxxxx)
bye, ricardo
Re: WOODSTOCK Questions/Observations - Mike T. - 08-16-2007 Many thanks to those who have already responded, hopefully I will be able to put this information to good use shortly - just out of interest has anyone tried this on an HP25/25C or HP21..? Just for completeness and in case any one is interested I generated the register overflow using the following key sequence:
1
Mike T.
Re: WOODSTOCK Questions/Observations - Katie Wasserman - 08-16-2007 The 25, 25C and 27 show "OF" on overflow during storage register arithmetic. This is documented in the manuals. The 19C, 29C, 67 and 97 give "Error" which is also documented. The 21 and 22 don't give any indication that you've overflowed a storage register and this is not documented in the owners manual.
|