R1_R2             650 src/assemble.c             if((cmd = getcmdcode(cmdl->cmd, R1_R2)) == 0xFFFF) {
R1_R2              96 src/disassemble.c     if(cmdtype == R1_R2) {
R1_R2             242 src/exec.c         sys->cpu->pr += getcmdwordlen("LD", R1_R2);
R1_R2             289 src/exec.c         sys->cpu->pr += getcmdwordlen("ADDA", R1_R2);
R1_R2             303 src/exec.c         sys->cpu->pr += getcmdwordlen("SUBA", R1_R2);
R1_R2             349 src/exec.c         sys->cpu->pr += getcmdwordlen("ADDL", R1_R2);
R1_R2             363 src/exec.c         sys->cpu->pr += getcmdwordlen("SUBL", R1_R2);
R1_R2             377 src/exec.c         sys->cpu->pr += getcmdwordlen("AND", R1_R2);
R1_R2             391 src/exec.c         sys->cpu->pr += getcmdwordlen("OR", R1_R2);
R1_R2             405 src/exec.c         sys->cpu->pr += getcmdwordlen("XOR", R1_R2);
R1_R2             429 src/exec.c         sys->cpu->pr += getcmdwordlen("CPA", R1_R2);
R1_R2             453 src/exec.c         sys->cpu->pr += getcmdwordlen("CPL", R1_R2);
R1_R2              23 src/struct.c       { "LD", R1_R2, 0x1400, ld_r1_r2, 1 },
R1_R2              28 src/struct.c       { "ADDA", R1_R2, 0x2400, adda_r1_r2, 1 },
R1_R2              29 src/struct.c       { "SUBA", R1_R2, 0x2500, suba_r1_r2, 1 },
R1_R2              30 src/struct.c       { "ADDL", R1_R2, 0x2600, addl_r1_r2, 1 },
R1_R2              31 src/struct.c       { "SUBL", R1_R2, 0x2700, subl_r1_r2, 1 },
R1_R2              35 src/struct.c       { "AND", R1_R2, 0x3400, and_r1_r2, 1 },
R1_R2              36 src/struct.c       { "OR", R1_R2, 0x3500, or_r1_r2, 1 },
R1_R2              37 src/struct.c       { "XOR", R1_R2, 0x3600, xor_r1_r2, 1 },
R1_R2              40 src/struct.c       { "CPA", R1_R2, 0x4400, cpa_r1_r2, 1 },
R1_R2              41 src/struct.c       { "CPL", R1_R2, 0x4500, cpl_r1_r2, 1 },
R1_R2             274 src/struct.c       if(cmdtype == R_ADR_X || cmdtype == R1_R2 || cmdtype == R_) {
R1_R2             280 src/struct.c       if(cmdtype == R_ADR_X || cmdtype == R1_R2 || cmdtype == ADR_X) {