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

Function isreg

src/readcpu.cpp:925–930  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

923}
924
925static int isreg(amodes mode)
926{
927 if (mode == Dreg || mode == Areg)
928 return 1;
929 return 0;
930}
931
932bool opcode_loop_mode(uae_u16 opcode)
933{

Callers 1

opcode_loop_modeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected