sengle
02-23-08, 11:28 PM
When creating buffers for serial i/o, this is standard practice.
HERE 80 4 + ALLOT CONSTANT SCIBUF1_A
However, is the '4 +' only required for serial i/o buffers, or for any memory allocation using ALLOT? I am creating arrays via this method to store values read in from the ADCs and wonder if the '4 +' is required for those, or if...
HERE 5 ALLOT CONSTANT ADC_FRONT
...is sufficient to store 5 ADC reads.
Thanks!
Steve
HERE 80 4 + ALLOT CONSTANT SCIBUF1_A
However, is the '4 +' only required for serial i/o buffers, or for any memory allocation using ALLOT? I am creating arrays via this method to store values read in from the ADCs and wonder if the '4 +' is required for those, or if...
HERE 5 ALLOT CONSTANT ADC_FRONT
...is sufficient to store 5 ADC reads.
Thanks!
Steve