The Museum of HP Calculators

HP Forum Archive 21

[ Return to Index | Top of Index ]

Prime: Program size limited to 64K?
Message #1 Posted by Erwin Ried on 16 Nov 2013, 2:01 p.m.

When the program is bigger than 64K, the size label glitches to 1K, 2K,... and so (<< progsize 64 MOD >>).

Also, the connectivity kit shows "program too big" in the status when I try to send the program to the pc.

Format limit? or bug?

      
Re: Prime: Program size limited to 64K?
Message #2 Posted by debrouxl on 16 Nov 2013, 3:15 p.m.,
in response to message #1 by Erwin Ried

I think it's a display bug:
* in http://www.omnimaga.org/index.php?topic=17406.0 , DJ Omnimaga made a program much larger than 64 KB, before splitting it in pieces larger than 64 KB, due to the unreliability and slowness of transfers with both the HP Connectivity Kit and test_hpcalcs;
* the packet format contains a 32-bit file size field.

            
Re: Prime: Program size limited to 64K?
Message #3 Posted by Erwin Ried on 16 Nov 2013, 5:19 p.m.,
in response to message #2 by debrouxl

Quote:
I think it's a display bug:
* in http://www.omnimaga.org/index.php?topic=17406.0 , DJ Omnimaga made a program much larger than 64 KB, before splitting it in pieces larger than 64 KB, due to the unreliability and slowness of transfers with both the HP Connectivity Kit and test_hpcalcs;
* the packet format contains a 32-bit file size field.

Wow that program from DJ Omnimaga is so epic!

You are right, it might be so an artificial limitation, because inside it seems the format can support up to 16MB http://cl.ly/SVr3

                  
Re: Prime: Program size limited to 64K?
Message #4 Posted by debrouxl on 17 Nov 2013, 3:14 a.m.,
in response to message #3 by Erwin Ried

Probably 4 GB.

      
Re: Prime: Program size limited to 64K?
Message #5 Posted by Joseph Ec on 17 Nov 2013, 11:42 p.m.,
in response to message #1 by Erwin Ried

Hi Erwin,

I have a large APP program... days ago passed the 64K size and saw the (progsize MOD 64) issue. But programs goes well.

The main and strange issue that experimented is the APP do not execute in REAL CALC and even editing the prog there is the code... some time the code disappers without reason and I need to repeat the process some times.

Best regards!! jose


[ Return to Index | Top of Index ]

Go back to the main exhibit hall