6 return !(code == Instructions::NOP || code == Instructions::HLT);
10 auto charAt = [&name] (
size_t index) ->
char {
11 return index < name.length() ? std::toupper(name[index]) :
'#';
21 return Instructions::ADD;
31 return Instructions::ALF;
47 return Instructions::CHAR;
61 return Instructions::CMP1;
67 return Instructions::CMP2;
73 return Instructions::CMP3;
79 return Instructions::CMP4;
85 return Instructions::CMP5;
91 return Instructions::CMP6;
97 return Instructions::CMPA;
103 return Instructions::CMPX;
115 return Instructions::CON;
131 return Instructions::DEC1;
137 return Instructions::DEC2;
143 return Instructions::DEC3;
149 return Instructions::DEC4;
155 return Instructions::DEC5;
161 return Instructions::DEC6;
167 return Instructions::DECA;
173 return Instructions::DECX;
185 return Instructions::DIV;
199 return Instructions::END;
207 return Instructions::ENN1;
213 return Instructions::ENN2;
219 return Instructions::ENN3;
225 return Instructions::ENN4;
231 return Instructions::ENN5;
237 return Instructions::ENN6;
243 return Instructions::ENNA;
249 return Instructions::ENNX;
259 return Instructions::ENT1;
265 return Instructions::ENT2;
271 return Instructions::ENT3;
277 return Instructions::ENT4;
283 return Instructions::ENT5;
289 return Instructions::ENT6;
295 return Instructions::ENTA;
301 return Instructions::ENTX;
313 return Instructions::EQU;
329 return Instructions::FADD;
343 return Instructions::FCMP;
357 return Instructions::FDIV;
371 return Instructions::FMUL;
385 return Instructions::FSUB;
401 return Instructions::HLT;
413 return Instructions::IN;
419 return Instructions::INC1;
425 return Instructions::INC2;
431 return Instructions::INC3;
437 return Instructions::INC4;
443 return Instructions::INC5;
449 return Instructions::INC6;
455 return Instructions::INCA;
461 return Instructions::INCX;
473 return Instructions::IOC;
487 return Instructions::J1N;
491 return Instructions::J1NN;
497 return Instructions::J1NP;
503 return Instructions::J1NZ;
511 return Instructions::J1P;
517 return Instructions::J1Z;
527 return Instructions::J2N;
531 return Instructions::J2NN;
537 return Instructions::J2NP;
543 return Instructions::J2NZ;
551 return Instructions::J2P;
557 return Instructions::J2Z;
567 return Instructions::J3N;
571 return Instructions::J3NN;
577 return Instructions::J3NP;
583 return Instructions::J3NZ;
591 return Instructions::J3P;
597 return Instructions::J3Z;
607 return Instructions::J4N;
611 return Instructions::J4NN;
617 return Instructions::J4NP;
623 return Instructions::J4NZ;
631 return Instructions::J4P;
637 return Instructions::J4Z;
647 return Instructions::J5N;
651 return Instructions::J5NN;
657 return Instructions::J5NP;
663 return Instructions::J5NZ;
671 return Instructions::J5P;
677 return Instructions::J5Z;
687 return Instructions::J6N;
691 return Instructions::J6NN;
697 return Instructions::J6NP;
703 return Instructions::J6NZ;
711 return Instructions::J6P;
717 return Instructions::J6Z;
727 return Instructions::JAN;
731 return Instructions::JANN;
737 return Instructions::JANP;
743 return Instructions::JANZ;
751 return Instructions::JAP;
757 return Instructions::JAZ;
769 return Instructions::JBUS;
779 return Instructions::JE;
785 return Instructions::JG;
789 return Instructions::JGE;
797 return Instructions::JL;
801 return Instructions::JLE;
811 return Instructions::JMP;
821 return Instructions::JNE;
829 return Instructions::JNOV;
841 return Instructions::JOV;
853 return Instructions::JRED;
865 return Instructions::JSJ;
875 return Instructions::JXN;
879 return Instructions::JXNN;
885 return Instructions::JXNP;
891 return Instructions::JXNZ;
899 return Instructions::JXP;
905 return Instructions::JXZ;
919 return Instructions::LD1;
923 return Instructions::LD1N;
931 return Instructions::LD2;
935 return Instructions::LD2N;
943 return Instructions::LD3;
947 return Instructions::LD3N;
955 return Instructions::LD4;
959 return Instructions::LD4N;
967 return Instructions::LD5;
971 return Instructions::LD5N;
979 return Instructions::LD6;
983 return Instructions::LD6N;
991 return Instructions::LDA;
995 return Instructions::LDAN;
1001 switch (charAt(3)) {
1003 return Instructions::LDX;
1005 switch (charAt(4)) {
1007 return Instructions::LDXN;
1017 switch (charAt(1)) {
1019 switch (charAt(2)) {
1021 switch (charAt(3)) {
1023 switch (charAt(4)) {
1025 return Instructions::MOVE;
1033 switch (charAt(2)) {
1035 switch (charAt(3)) {
1037 return Instructions::MUL;
1045 switch (charAt(1)) {
1047 switch (charAt(2)) {
1049 switch (charAt(3)) {
1051 return Instructions::NOP;
1057 switch (charAt(2)) {
1059 switch (charAt(3)) {
1061 return Instructions::NUM;
1069 switch (charAt(1)) {
1071 switch (charAt(2)) {
1073 switch (charAt(3)) {
1075 switch (charAt(4)) {
1077 return Instructions::ORIG;
1085 switch (charAt(2)) {
1087 switch (charAt(3)) {
1089 return Instructions::OUT;
1097 switch (charAt(1)) {
1099 switch (charAt(2)) {
1101 switch (charAt(3)) {
1103 return Instructions::SLA;
1105 switch (charAt(4)) {
1107 return Instructions::SLAX;
1113 switch (charAt(3)) {
1115 return Instructions::SLC;
1121 switch (charAt(2)) {
1123 switch (charAt(3)) {
1125 return Instructions::SRA;
1127 switch (charAt(4)) {
1129 return Instructions::SRAX;
1135 switch (charAt(3)) {
1137 return Instructions::SRC;
1143 switch (charAt(2)) {
1145 switch (charAt(3)) {
1147 return Instructions::ST1;
1151 switch (charAt(3)) {
1153 return Instructions::ST2;
1157 switch (charAt(3)) {
1159 return Instructions::ST3;
1163 switch (charAt(3)) {
1165 return Instructions::ST4;
1169 switch (charAt(3)) {
1171 return Instructions::ST5;
1175 switch (charAt(3)) {
1177 return Instructions::ST6;
1181 switch (charAt(3)) {
1183 return Instructions::STA;
1187 switch (charAt(3)) {
1189 return Instructions::STJ;
1193 switch (charAt(3)) {
1195 return Instructions::STX;
1199 switch (charAt(3)) {
1201 return Instructions::STZ;
1207 switch (charAt(2)) {
1209 switch (charAt(3)) {
1211 return Instructions::SUB;
1219 return Instructions::INVALID;
1223 auto charAt = [&name] (
size_t index) ->
char {
1224 return index < name.length() ? std::toupper(name[index]) :
'#';
1226 switch (charAt(0)) {
1228 switch (charAt(1)) {
1230 switch (charAt(2)) {
1232 switch (charAt(3)) {
1234 switch (charAt(4)) {
1246 switch (charAt(1)) {
1248 switch (charAt(2)) {
1250 switch (charAt(3)) {
1252 switch (charAt(4)) {
1258 switch (charAt(4)) {
1264 switch (charAt(4)) {
1270 switch (charAt(4)) {
1276 switch (charAt(4)) {
1282 switch (charAt(4)) {
1288 switch (charAt(4)) {
1294 switch (charAt(4)) {
1306 switch (charAt(1)) {
1308 switch (charAt(2)) {
1310 switch (charAt(3)) {
1312 switch (charAt(4)) {
1318 switch (charAt(4)) {
1324 switch (charAt(4)) {
1330 switch (charAt(4)) {
1336 switch (charAt(4)) {
1342 switch (charAt(4)) {
1348 switch (charAt(4)) {
1354 switch (charAt(4)) {
1362 switch (charAt(3)) {
1364 switch (charAt(4)) {
1370 switch (charAt(4)) {
1376 switch (charAt(4)) {
1382 switch (charAt(4)) {
1388 switch (charAt(4)) {
1394 switch (charAt(4)) {
1400 switch (charAt(4)) {
1406 switch (charAt(4)) {
1418 switch (charAt(1)) {
1420 switch (charAt(2)) {
1422 switch (charAt(3)) {
1424 switch (charAt(4)) {
1434 switch (charAt(2)) {
1436 switch (charAt(3)) {
1438 switch (charAt(4)) {
1448 switch (charAt(2)) {
1450 switch (charAt(3)) {
1452 switch (charAt(4)) {
1462 switch (charAt(2)) {
1464 switch (charAt(3)) {
1466 switch (charAt(4)) {
1476 switch (charAt(2)) {
1478 switch (charAt(3)) {
1480 switch (charAt(4)) {
1492 switch (charAt(1)) {
1494 switch (charAt(2)) {
1496 switch (charAt(3)) {
1506 switch (charAt(1)) {
1508 switch (charAt(2)) {
1510 switch (charAt(3)) {
1512 switch (charAt(4)) {
1518 switch (charAt(4)) {
1524 switch (charAt(4)) {
1530 switch (charAt(4)) {
1536 switch (charAt(4)) {
1542 switch (charAt(4)) {
1548 switch (charAt(4)) {
1554 switch (charAt(4)) {
1566 switch (charAt(1)) {
1568 switch (charAt(2)) {
1570 switch (charAt(3)) {
1574 switch (charAt(4)) {
1580 switch (charAt(4)) {
1586 switch (charAt(4)) {
1594 switch (charAt(3)) {
1600 switch (charAt(3)) {
1608 switch (charAt(2)) {
1610 switch (charAt(3)) {
1614 switch (charAt(4)) {
1620 switch (charAt(4)) {
1626 switch (charAt(4)) {
1634 switch (charAt(3)) {
1640 switch (charAt(3)) {
1648 switch (charAt(2)) {
1650 switch (charAt(3)) {
1654 switch (charAt(4)) {
1660 switch (charAt(4)) {
1666 switch (charAt(4)) {
1674 switch (charAt(3)) {
1680 switch (charAt(3)) {
1688 switch (charAt(2)) {
1690 switch (charAt(3)) {
1694 switch (charAt(4)) {
1700 switch (charAt(4)) {
1706 switch (charAt(4)) {
1714 switch (charAt(3)) {
1720 switch (charAt(3)) {
1728 switch (charAt(2)) {
1730 switch (charAt(3)) {
1734 switch (charAt(4)) {
1740 switch (charAt(4)) {
1746 switch (charAt(4)) {
1754 switch (charAt(3)) {
1760 switch (charAt(3)) {
1768 switch (charAt(2)) {
1770 switch (charAt(3)) {
1774 switch (charAt(4)) {
1780 switch (charAt(4)) {
1786 switch (charAt(4)) {
1794 switch (charAt(3)) {
1800 switch (charAt(3)) {
1808 switch (charAt(2)) {
1810 switch (charAt(3)) {
1814 switch (charAt(4)) {
1820 switch (charAt(4)) {
1826 switch (charAt(4)) {
1834 switch (charAt(3)) {
1840 switch (charAt(3)) {
1848 switch (charAt(2)) {
1854 switch (charAt(2)) {
1858 switch (charAt(3)) {
1866 switch (charAt(2)) {
1870 switch (charAt(3)) {
1878 switch (charAt(2)) {
1880 switch (charAt(3)) {
1888 switch (charAt(2)) {
1890 switch (charAt(3)) {
1896 switch (charAt(3)) {
1898 switch (charAt(4)) {
1908 switch (charAt(2)) {
1910 switch (charAt(3)) {
1918 switch (charAt(2)) {
1920 switch (charAt(3)) {
1928 switch (charAt(2)) {
1930 switch (charAt(3)) {
1934 switch (charAt(4)) {
1940 switch (charAt(4)) {
1946 switch (charAt(4)) {
1954 switch (charAt(3)) {
1960 switch (charAt(3)) {
1970 switch (charAt(1)) {
1972 switch (charAt(2)) {
1974 switch (charAt(3)) {
1984 switch (charAt(1)) {
1986 switch (charAt(2)) {
1988 switch (charAt(3)) {
1992 switch (charAt(4)) {
2000 switch (charAt(3)) {
2008 switch (charAt(2)) {
2010 switch (charAt(3)) {
2014 switch (charAt(4)) {
2022 switch (charAt(3)) {
2030 switch (charAt(2)) {
2032 switch (charAt(3)) {
2047 case Instructions::NOP:
return 1;
2048 case Instructions::ADD:
return 2;
2049 case Instructions::SUB:
return 2;
2050 case Instructions::MUL:
return 10;
2051 case Instructions::DIV:
return 12;
2052 case Instructions::NUM:
return 10;
2053 case Instructions::SLA:
return 2;
2054 case Instructions::MOVE:
return 1 + field * 2;
2056 case Instructions::LDA:
return 2;
2057 case Instructions::LD1:
return 2;
2058 case Instructions::LD2:
return 2;
2059 case Instructions::LD3:
return 2;
2060 case Instructions::LD4:
return 2;
2061 case Instructions::LD5:
return 2;
2062 case Instructions::LD6:
return 2;
2063 case Instructions::LDX:
return 2;
2065 case Instructions::LDAN:
return 2;
2066 case Instructions::LD1N:
return 2;
2067 case Instructions::LD2N:
return 2;
2068 case Instructions::LD3N:
return 2;
2069 case Instructions::LD4N:
return 2;
2070 case Instructions::LD5N:
return 2;
2071 case Instructions::LD6N:
return 2;
2072 case Instructions::LDXN:
return 2;
2074 case Instructions::STA:
return 2;
2075 case Instructions::ST1:
return 2;
2076 case Instructions::ST2:
return 2;
2077 case Instructions::ST3:
return 2;
2078 case Instructions::ST4:
return 2;
2079 case Instructions::ST5:
return 2;
2080 case Instructions::ST6:
return 2;
2081 case Instructions::STX:
return 2;
2083 case Instructions::STJ:
return 2;
2084 case Instructions::STZ:
return 2;
2085 case Instructions::JBUS:
return 1;
2086 case Instructions::IOC:
return 1;
2087 case Instructions::IN:
return 1;
2088 case Instructions::OUT:
return 1;
2089 case Instructions::JRED:
return 1;
2090 case Instructions::JMP:
return 1;
2092 case Instructions::JAN:
return 1;
2093 case Instructions::J1N:
return 1;
2094 case Instructions::J2N:
return 1;
2095 case Instructions::J3N:
return 1;
2096 case Instructions::J4N:
return 1;
2097 case Instructions::J5N:
return 1;
2098 case Instructions::J6N:
return 1;
2099 case Instructions::JXN:
return 1;
2101 case Instructions::INCA:
return 1;
2102 case Instructions::INC1:
return 1;
2103 case Instructions::INC2:
return 1;
2104 case Instructions::INC3:
return 1;
2105 case Instructions::INC4:
return 1;
2106 case Instructions::INC5:
return 1;
2107 case Instructions::INC6:
return 1;
2108 case Instructions::INCX:
return 1;
2110 case Instructions::CMPA:
return 2;
2111 case Instructions::CMP1:
return 2;
2112 case Instructions::CMP2:
return 2;
2113 case Instructions::CMP3:
return 2;
2114 case Instructions::CMP4:
return 2;
2115 case Instructions::CMP5:
return 2;
2116 case Instructions::CMP6:
return 2;
2117 case Instructions::CMPX:
return 2;