MCPcopy Create free account
hub / github.com/F-Stack/f-stack / disassemble

Function disassemble

freebsd/arm/arm/disassem.c:683–688  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

681};
682
683void
684disassemble(u_int address)
685{
686
687 (void)disasm(&disassemble_di, address, 0);
688}
689
690/* End of disassem.c */

Callers

nothing calls this directly

Calls 1

disasmFunction · 0.70

Tested by

no test coverage detected