HP-15C CE: 1 or 2-byte instructions ?
|
08-24-2023, 01:09 PM
(This post was last modified: 08-24-2023 01:24 PM by Pekis.)
Post: #1
|
|||
|
|||
HP-15C CE: 1 or 2-byte instructions ?
Hello,
On my HP-15C CE (Edited after Werner's comment: "in extended mode" ("15.2")) , the "RCL+ 1" instruction needs 1 byte instead of 2 (according to Owner's handbook, p. 218) ? Is it an additional saving compared to the original HP-15C ? Thanks |
|||
08-24-2023, 01:18 PM
Post: #2
|
|||
|
|||
RE: HP-15C CE: 1 or 2-byte instructions ?
You must have a very special 15C CE, then ;-)
On mine, it takes 2 bytes. Werner 41CV†,42S,48GX,49G,DM42,DM41X,17BII,15CE,DM15L,12C,16CE |
|||
08-24-2023, 01:23 PM
Post: #3
|
|||
|
|||
RE: HP-15C CE: 1 or 2-byte instructions ? | |||
08-24-2023, 01:32 PM
Post: #4
|
|||
|
|||
RE: HP-15C CE: 1 or 2-byte instructions ?
Strange, if I have an empty program memory (except for RCL+ 1), g MEM shows 25 167 01-5. So I think it takes two bytes since 1 reg is 7 bytes. (I am in the unsupported 15.2 mode.)
|
|||
08-24-2023, 01:36 PM
Post: #5
|
|||
|
|||
RE: HP-15C CE: 1 or 2-byte instructions ?
So is mine (of course ;-)
It does not make a difference? And it's really easy to check, so I don't know whether I am making some silly mistake, or you are ;-) Werner 41CV†,42S,48GX,49G,DM42,DM41X,17BII,15CE,DM15L,12C,16CE |
|||
08-24-2023, 01:40 PM
(This post was last modified: 08-24-2023 01:44 PM by Didier Lachieze.)
Post: #6
|
|||
|
|||
RE: HP-15C CE: 1 or 2-byte instructions ?
(08-24-2023 01:09 PM)Pekis Wrote: On my HP-15C CE (Edited after Werner's comment: "in extended mode" ("15.2")) , the "RCL+ 1" instruction needs 1 byte instead of 2 (according to Owner's handbook, p. 218) ? Where do you see that the "RCL+ 1" instruction needs 1 byte instead of 2 in the Owner's handbook, p. 218? On this page the "RCL+" instruction is listed in the Two-Bytes Program Instructions in the same way as in my original 15C manual. |
|||
08-24-2023, 01:47 PM
Post: #7
|
|||
|
|||
RE: HP-15C CE: 1 or 2-byte instructions ?
OK, my bad, I made a confusion between programming steps and actual memory
Thanks |
|||
08-24-2023, 02:34 PM
(This post was last modified: 08-24-2023 02:46 PM by Werner.)
Post: #8
|
|||
|
|||
RE: HP-15C CE: 1 or 2-byte instructions ?
No worries.. the 15C has some more confusing things,
eg. the use of RCL DIM I and RCL DIM (i) ought to have been the other way round. (the manual itself is also confused about this, there's a typo on page 178, where it lists RCL DIM (i) where it should be RCL DIM I) I is direct, (i) indirect. 10 STO I then RCL (i) will do a RCL 10 RCL MATRIX A STO I then RCL (i) does RCL A (recall element A(r,c), r=Reg0 and c=Reg1) RCL DIM (i) should then give you the dimensions of A but alas, the instruction to do that is RCL DIM I, as DIM (i) is used for memory partitioning - but then they could easily have taken DIM I for that. A bit strange for an otherwise so consistent machine. Werner 41CV†,42S,48GX,49G,DM42,DM41X,17BII,15CE,DM15L,12C,16CE |
|||
08-24-2023, 02:41 PM
(This post was last modified: 08-24-2023 03:09 PM by J-F Garnier.)
Post: #9
|
|||
|
|||
RE: HP-15C CE: 1 or 2-byte instructions ?
(08-24-2023 01:40 PM)Didier Lachieze Wrote: ... the Owner's handbook, p. 218 Note that the CE manual (correctly) adds the "GSB .label" to the list, which was missing in the LE and original manuals. BTW, the left side of the list is using parentheses () for the parameter list, whereas the right side is using { } brackets. I don't see the logic. J-F |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)