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

Function readhex

src/debug.cpp:1283–1289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1281 return nd.val;
1282}
1283static uae_u32 readhex(TCHAR **c, bool *err)
1284{
1285 int size;
1286 struct numdata nd;
1287 readnum(&nd, c, &size, '$', err);
1288 return nd.val;
1289}
1290static uae_u32 readbin(TCHAR **c, bool *err)
1291{
1292 int size;

Callers 12

copper_debuggerFunction · 0.85
memwatchFunction · 0.85
copymemFunction · 0.85
writeintomemFunction · 0.85
instruction_breakpointFunction · 0.85
process_breakpointFunction · 0.85
saveloadmemFunction · 0.85
searchmemFunction · 0.85
debug_spriteFunction · 0.85
find_eaFunction · 0.85
m68k_modifyFunction · 0.85
debug_lineFunction · 0.85

Calls 1

readnumFunction · 0.85

Tested by

no test coverage detected