I am curious about the background of these commands to convert between decimal and 5-digit hex values. What's so special about 5-digit hex values? Does it have anything to do with importing machine code into the 71b?
HP-71b DTH$() and HTD() commands
|
|
« Next Oldest | Next Newest »
|
▼ ▼
Post: #6
07-23-2010, 05:19 PM
Hi Don
Assumption: 71B addresses are 20 bit -> 5 nybbles. The 71B Peek and Poke
Post: #7
07-23-2010, 05:24 PM
There are five HEX digits in the highest memory address in the HP-71B, .... FFFFF(HEX)=1048575(10).
Post: #8
07-23-2010, 06:23 PM
Thanks Raymund and John. I wasn't aware of the address space on the 71b, and now these commands make some sense. |