{
{CONTINUE BIT COUNT - This array is used to manage the continue bits in the page table.
{    Each entry in the array contains a count of the number of 'times' the continue bit in
{    the corresponding page table entry is 'set'. If the count is non-zero, the continue bit
{    is set.

  VAR
    mmv$continue_bit_count_p: [XREF] ^mmt$continue_bit_count;

?? PUSH (LISTEXT := ON) ??
*copyc mmt$continue_bit_count
?? POP ??
