On 6/19/25 14:44, Steve Smith wrote:
In general, for allocating actual space, all you need is the alignment and total length. You can use some form of USING the DSECT to address as many as you like, and you keep the macro simple. ...
Might this be useful where the List form generates in write-protected storage, copied into obtained for the Execute form.
Does the Execute form generally identify fields by labels or by hard-coded offsets? The latter complicates documentation, debugging, and service. -- gil