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

Function decode_copperlist

src/debug.cpp:3501–3512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3499}
3500
3501static uaecptr decode_copperlist(FILE *file, uaecptr address, int nolines)
3502{
3503 uaecptr next;
3504 while (nolines-- > 0) {
3505 next = decode_copper_insn(file, chipmem_wget_indirect(address), chipmem_wget_indirect(address + 2), address);
3506 address = next;
3507 }
3508 return address;
3509 /* You may wonder why I don't stop this at the end of the copperlist?
3510 * Well, often nice things are hidden at the end and it is debatable the actual
3511 * values that mean the end of the copperlist */
3512}
3513
3514static int copper_debugger (TCHAR **c)
3515{

Callers 1

copper_debuggerFunction · 0.85

Calls 1

decode_copper_insnFunction · 0.85

Tested by

no test coverage detected