Post Reply 
Little explorations with HP calculators (no Prime)
04-02-2018, 08:55 PM (This post was last modified: 04-02-2018 08:58 PM by pier4r.)
Post: #306
RE: Little explorations with HP calculators (no Prime)
(03-17-2018 08:55 PM)pier4r Wrote:  A question still remains.
Question to the 71B masters. Can basic on the 71B receive a program (or a reference to a program) as an argument? Or can do indirect addressing?

A kind user solved this problem for me in PM.

Code:

Yes, the 71B can call a subprogram in this way:
10 A$="MYSUB"
20 CALL A$(3)
30 END
40 SUB MYSUB(X)
50 PRINT X
60 END SUB

edit: and while I thank Zaphod for the manufacturer datasheet, I prefer to destroy 10 PC hubs than one 50g. No I am not skilled enough to fix the board components.

Wikis are great, Contribute :)
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Little explorations with HP calculators (no Prime) - pier4r - 04-02-2018 08:55 PM



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