PASIZE 1627 src/dps8/dps8_cpu.c PASIZE, // address width PASIZE 41 src/dps8/dps8_hw_consts.h # define PAMASK ((1U << PASIZE) - 1U) PASIZE 43 src/dps8/dps8_hw_consts.h # define PAEVEN (((1U << (PASIZE - 1)) - 1U) << 1) PASIZE 44 src/dps8/dps8_hw_consts.h # define MEM_SIZE_MAX (1U << PASIZE) /* maximum memory */ PASIZE 4791 src/dps8/dps8_sys.c PASIZE, /* Address width */