| 903 | } |
| 904 | |
| 905 | static void real_opcode(int *have) |
| 906 | { |
| 907 | if (!*have) { |
| 908 | if (using_get_word_unswapped) { |
| 909 | out("\tuae_u32 real_opcode = do_byteswap_16(opcode);\n"); |
| 910 | } else { |
| 911 | out("\tuae_u32 real_opcode = opcode;\n"); |
| 912 | } |
| 913 | *have = 1; |
| 914 | } |
| 915 | } |
| 916 | |
| 917 | static int mmu040_movem; |
| 918 | static void start_mmu040_movem(int movem) |
no test coverage detected