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

Function get_iword_debug

src/debug.cpp:452–461  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450 return v;
451}
452uae_u32 get_iword_debug (uaecptr addr)
453{
454 if (debug_mmu_mode) {
455 return get_word_debug (addr);
456 } else {
457 if (valid_address (addr, 2))
458 return get_word (addr);
459 return 0xffff;
460 }
461}
462uae_u32 get_ilong_debug (uaecptr addr)
463{
464 if (debug_mmu_mode) {

Callers 3

ShowEA_dispFunction · 0.70
ShowEAFunction · 0.70
sm68k_disasmFunction · 0.70

Calls 3

get_word_debugFunction · 0.70
valid_addressFunction · 0.70
get_wordFunction · 0.50

Tested by

no test coverage detected