PDA

View Full Version : Maximum Number of Words and Variables


Jawahar
05-01-07, 01:31 PM
Hello,

I am trying to download a pretty long code into an IsoPodX[TM] (after enabling the external memory).

After a point, while downloading, it forgets previously downloaded Words. When this happened, I checked the available memory using AVAIL and PAVAIL. There was still a lot of memory available. But after cutting down on code length, there was no problem during the download.

So, is there any limit on the number of Words, Variables, States, or Machines? Or, why is this problem happening, especially when there is memory space still available?

Thanks.

nmitech
05-01-07, 03:20 PM
The external program ram locates from 0x8000 - 0xFFFF, 32Kx16.
To access the external program ram with IsoMax simply do this,

EXRAM
HEX 8800 PDP !

Note, the First 800 memory cells are reserved for future expansion.