[Info-vax] Basic & Global sections

Lawrence D’Oliveiro lawrencedo99 at gmail.com
Sat Nov 6 20:18:03 EDT 2021


On Sunday, November 7, 2021 at 11:55:35 AM UTC+13, jdo... at gmail.com wrote:
> ... I added the array to the common area it increased the section size, but I forgot
> to increase the number of mapped pages in my call.

The instinctive response of an assembly-language programmer is to place an “end” symbol after the last object in the common area, and subtract its address from the start to compute how many pages you need, instead of working it out manually. That way it automatically adapts to any changes you might make.



More information about the Info-vax mailing list