MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / real_opcode

Function real_opcode

src/gencpu.cpp:905–915  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

903}
904
905static 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
917static int mmu040_movem;
918static void start_mmu040_movem(int movem)

Callers 1

generate_one_opcodeFunction · 0.85

Calls 1

outFunction · 0.85

Tested by

no test coverage detected