Post Reply 
SIZE instruction on HP41CX
04-21-2017, 01:29 AM
Post: #8
RE: SIZE instruction on HP41CX
The SIZE function specify the number of data registers and is part of all HP-41 core functions.

If you XEQ "SIZE" , then specify 005 at the SIZE _ _ _ prompt, 5 data registers will be allocated from the main memory.
Data registers 00, 01, 02, 03 & 04 will then be available.

The "SIZE?" function return the number of data registers allocated and is part of the X-Functions/Memory module.

If you XEQ "SIZE?" the number of data registers currently allocated is placed in X. (in this example the number returned will 5)

The HP-41C contains ...
  • ROM: the core functions in page 0, 1 & 2
  • RAM: 64 Registers or 448 bytes of main memory

The HP-41CV contains ...
  • ROM: the core functions in page 0, 1 & 2
  • RAM: 320 Registers or 2240 bytes of main memory

The HP-41CX contains ...
  • ROM: the core functions in page 0, 1 & 2
  • ROM: the X-Functions/Memory module in page 3
  • ROM: the Time module in page 5 bank 0
  • ROM: the CX-Functions module in page 5 bank 1
  • RAM: 320 Registers or 2240 bytes of main memory
  • RAM: 124 Registers or 868 bytes of extended memory
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
SIZE instruction on HP41CX - Cancuino - 04-20-2017, 10:25 PM
RE: SIZE instruction on HP41CX - Dieter - 04-20-2017, 10:33 PM
RE: SIZE instruction on HP41CX - Cancuino - 04-20-2017, 11:32 PM
RE: SIZE instruction on HP41CX - Namir - 04-20-2017, 11:44 PM
RE: SIZE instruction on HP41CX - Namir - 04-21-2017, 12:02 AM
RE: SIZE instruction on HP41CX - Sylvain Cote - 04-21-2017 01:29 AM
RE: SIZE instruction on HP41CX - Cancuino - 04-21-2017, 07:35 AM
RE: SIZE instruction on HP41CX - Joe Horn - 04-21-2017, 07:48 AM
RE: SIZE instruction on HP41CX - Dieter - 04-21-2017, 12:53 PM



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