GRSIZE             39 include/struct.h     WORD gr[GRSIZE]; /**<汎用レジスタ */
GRSIZE            337 src/assemble.c        str[2] < '0' || str[2] > '0' + (GRSIZE - 1))
GRSIZE            586 src/assemble.c     for(int i = 1; i <= GRSIZE-1; i++) {
GRSIZE            601 src/assemble.c     for(int i = GRSIZE-1; i >= 1; i--) {
GRSIZE             48 src/dump.c         for(int i = 0; i < GRSIZE; i++ ) {
GRSIZE            175 src/exec.c         if((r = ((oprx & 0x00F0) >>4)) > GRSIZE - 1) {
GRSIZE            188 src/exec.c         if((x = (oprx & 0x000F)) > GRSIZE - 1) {
GRSIZE            276 src/struct.c           if(gr >= GRSIZE) {
GRSIZE            282 src/struct.c           if(GRSIZE <= gr) {
GRSIZE            353 src/struct.c       for(int i = 0; i < GRSIZE; i++) {