PASIZE           1658 src/dps8/dps8_cpu.c     PASIZE,         // address width
PASIZE             38 src/dps8/dps8_hw_consts.h # define PAMASK          ((1U << PASIZE) - 1U)
PASIZE             40 src/dps8/dps8_hw_consts.h # define PAEVEN          (((1U << (PASIZE - 1)) - 1U) << 1)
PASIZE             41 src/dps8/dps8_hw_consts.h # define MEM_SIZE_MAX    (1U << PASIZE)           /* maximum memory */
PASIZE           4921 src/dps8/dps8_sys.c     PASIZE,      /* Address width       */