Printing to stack for free42/plus42
|
11-06-2023, 02:23 PM
(This post was last modified: 11-06-2023 02:31 PM by Eddie W. Shore.)
Post: #2
|
|||
|
|||
RE: Printing to stack for free42/plus42
On the HP 42S family, the stack can only hold alpha strings up to six characters. ASTO stores the first six characters of the alpha string to the stack or a variable.
We could be looking at, something like: Z: "60°/.=" T: 60% of the number Y: "70°/.=" X: 70% of the number (pause... do the next pair of calculations) There is no % character in alpha, so I have to construct it in three characters. - - - - - Here is a program that uses the print-out feature which can print out multiple answers with labels. (but not to the stack itself) QUANTITY? 180 *** 60°/.= 108.16218 70°/.= 126.16218 80°/.= 144.16218 90°/.= 162.16218 Code: 00 { 59-Byte Prgm } Sample print out: Code: QUANTITY? Hope this helps. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Printing to stack for free42/plus42 - nickapos - 11-06-2023, 01:17 PM
RE: Printing to stack for free42/plus42 - Eddie W. Shore - 11-06-2023 02:23 PM
RE: Printing to stack for free42/plus42 - Werner - 11-06-2023, 02:39 PM
RE: Printing to stack for free42/plus42 - Eddie W. Shore - 11-07-2023, 03:32 AM
RE: Printing to stack for free42/plus42 - nickapos - 11-06-2023, 02:40 PM
RE: Printing to stack for free42/plus42 - Nigel (UK) - 11-06-2023, 05:56 PM
RE: Printing to stack for free42/plus42 - nickapos - 11-07-2023, 12:00 AM
|
User(s) browsing this thread: 4 Guest(s)