Post Reply 
Problem with HEAD & TAIL Programmes on HP 33s
09-01-2022, 05:14 PM
Post: #3
RE: Problem with HEAD Programme on HP 33s
That doesn't work on a real HP-42S due to the rounding.
Maybe we can do it in two steps?

Code:
00 { 15-Byte Prgm }
01 ENTER
02 LOG
03 2
04 ÷
05 IP
06 10↑X
07 ÷
08 IP
09 ENTER
10 LOG
11 IP
12 10↑X
13 ÷
14 IP
15 END

Or then a little bit shorter:
Code:
00 { 15-Byte Prgm }
01 ENTER
02 LOG
03 2
04 ÷
05 XEQ 00
06 ENTER
07 LOG
08▸LBL 00
09 IP
10 10↑X
11 ÷
12 IP
13 END
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Problem with HEAD Programme on HP 33s - Thomas Klemm - 09-01-2022 05:14 PM



User(s) browsing this thread: 1 Guest(s)