dmmptr — Dynamic Memory Manager offset
The Dynamic Memory Manager offset function
dmmptr
returns the offset with respect to the
DMM reference address of an array loaded in the Dynamic Memory
buffer:
#include "memcom.ins" MCPTR p integer*4 ident p=dmmptr(ident)
where ident
must be a
valid Dynamic Memory Manager identifier. Note that, depending on the
environment, MCPTR
is an integer*4 or integer*8
variable.