Post Reply 
(HP71B) MEM installed; HowTo evaluate?
02-13-2024, 03:44 PM (This post was last modified: 02-13-2024 03:48 PM by floppy.)
Post: #1
(HP71B) MEM installed; HowTo evaluate?
Hello,
I have currently an HP71B with HP-IL in the hands with 2x32kb and CMT-96 in the card reader.
It show
Code:
>MEM
180746
Code:
>VER$
HP71:2CDCC HPIL:1B
2x32 +96 makes 160.
Where do the 20746 add coming from?
Any explanation is welcome

HP71 4TH/ASM & Multimod, HP41CV/X & Nov64d, PILBOX, HP-IL 821.62A & 64A & 66A, Deb11 64b-PC & PI2 3 4 w/ ILPER, VIDEO80, V41 & EMU71, DM41X, HP75D
Find all posts by this user
Quote this message in a reply
02-13-2024, 04:06 PM (This post was last modified: 02-13-2024 04:07 PM by KeithB.)
Post: #2
RE: (HP71B) MEM installed; HowTo evaluate?
Did you count the 16K that it has internally?
You can also use a port specifier in the MEM command to see just how much is in each port.
Find all posts by this user
Quote this message in a reply
02-13-2024, 04:13 PM
Post: #3
RE: (HP71B) MEM installed; HowTo evaluate?
Also, SHOW PORT will show every port, with its capacity and type.

type
0 main RAM
1 independent RAM
2 ROM
3 EEPROM

Cambridge, UK
41CL/DM41X 12/15C/16C DM15/16 17B/II/II+ 28S 42S/DM42 32SII 48GX 50g 35s WP34S PrimeG2 WP43S/pilot
Casio, Rockwell 18R
Find all posts by this user
Quote this message in a reply
02-13-2024, 04:17 PM
Post: #4
RE: (HP71B) MEM installed; HowTo evaluate?
The ports should be numbered as follows, I think:

0, 0.01–0.03 internal 4x 4KB RAM
0.05 HP-IL module slot
1–4 front ports
5.x card reader slot

Cambridge, UK
41CL/DM41X 12/15C/16C DM15/16 17B/II/II+ 28S 42S/DM42 32SII 48GX 50g 35s WP34S PrimeG2 WP43S/pilot
Casio, Rockwell 18R
Find all posts by this user
Quote this message in a reply
02-13-2024, 04:37 PM
Post: #5
RE: (HP71B) MEM installed; HowTo evaluate?
I updated the machine with more RAM modules I had by hand (now CMT 96 and 2x32 and 1x64 and 1xFORTH)

>SHOW PORT
Code:
0.05  16384  2
3     16384  2
0      4096  0
0.01   4096  0
0.02   4096  0
0.03   4096  0
1     32768  0
2     32768  0
4     32768  0
4.01  32768  0
5     32768  0
5.01  32768  0
5.02  32768  0

which is

0.05 HPIL
0.. 4096*4 (4096 = 4k *1024)
1.. 32k RAM
2.. 32k RAM
3.. 16k ROM from Forth/ASM
4.. 64k RAM
5.. 98304 (96 * 1024 )

Lovely quick answer from all. Thanks a lot.

HP71 4TH/ASM & Multimod, HP41CV/X & Nov64d, PILBOX, HP-IL 821.62A & 64A & 66A, Deb11 64b-PC & PI2 3 4 w/ ILPER, VIDEO80, V41 & EMU71, DM41X, HP75D
Find all posts by this user
Quote this message in a reply
02-28-2024, 03:47 PM (This post was last modified: 02-28-2024 03:47 PM by floppy.)
Post: #6
RE: (HP71B) MEM installed; HowTo evaluate?
Now another situation.

Multimod in card reader
hpil
all 4 ports with a 32KB ram

HP71B ON
>VER$
Code:
HP71:1BBBB HPIL:1A

>POKE "2C000","3"
HP71B OFF then ON

>VER$
Code:
HP71:1BBBB FTH:1B EDT:A KBD:C STRU:A MATH:2B JPC:F05 HPIL:1A ULIB:c

>MEM()
Code:
 147804

>SHOW PORT
Code:
0.05  16384  2
5     16384  2
5.01  32768  2
5.02  32768  2
5.03  16384  2

Why the ports 1 2 3 4 are not indicated with 32KB ?
Looks like Multimod has an effect on the output of SHOW PORT because thats different from another post in this thread.

HP71 4TH/ASM & Multimod, HP41CV/X & Nov64d, PILBOX, HP-IL 821.62A & 64A & 66A, Deb11 64b-PC & PI2 3 4 w/ ILPER, VIDEO80, V41 & EMU71, DM41X, HP75D
Find all posts by this user
Quote this message in a reply
02-28-2024, 03:51 PM (This post was last modified: 02-28-2024 03:56 PM by Sylvain Cote.)
Post: #7
RE: (HP71B) MEM installed; HowTo evaluate?
(02-28-2024 03:47 PM)floppy Wrote:  Multimod in card reader, hpil, all 4 ports with a 32KB ram
(02-28-2024 03:47 PM)floppy Wrote:  Why the ports 1 2 3 4 are not indicated with 32KB ?
Because they have been merged (aka claimed) into main memory.

HP-71 Owner's Manual, Structure of HP-71 Memory, P.103 to P.108

Sylvain Côté
Find all posts by this user
Quote this message in a reply
02-28-2024, 04:30 PM
Post: #8
RE: (HP71B) MEM installed; HowTo evaluate?
(02-28-2024 03:47 PM)floppy Wrote:  >VER$
Code:
HP71:1BBBB FTH:1B EDT:A KBD:C STRU:A MATH:2B JPC:F05 HPIL:1A ULIB:c

(02-28-2024 03:51 PM)Sylvain Cote Wrote:  
(02-28-2024 03:47 PM)floppy Wrote:  Multimod in card reader, hpil, all 4 ports with a 32KB ram
(02-28-2024 03:47 PM)floppy Wrote:  Why the ports 1 2 3 4 are not indicated with 32KB ?
Because they have been merged (aka claimed) into main memory.

More precisely, because you are using here a HP-71 1BBBB. In this version, SHOW PORT doesn't show the memory merged into main memory.
This is the only functional difference between the 1BBBB and 2CDCC versions, and that justified a change in the version number 2CDCC , not just 1CDCC.

J-F
Visit this user's website Find all posts by this user
Quote this message in a reply
02-28-2024, 08:20 PM
Post: #9
RE: (HP71B) MEM installed; HowTo evaluate?
There is a SHOWPORT LEX file available, for use on 1BBBB machines that updates the "SHOW PORT" command to include the mainframe RAM; it appears the same as the 2CDCC output.

SHOWLEX can be found on the GOODY1 LIF volume in Joe Horn's OLDP collection:
https://www.hpmuseum.org/forum/thread-2520.html

--Bob Prosperi
Find all posts by this user
Quote this message in a reply
Post Reply 




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