Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CE-Programming/CEmu
/ disasmInit
Function
disasmInit
gui/qt/debugger/disasm.cpp:168–171 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
166
}
167
168
void disasmInit() {
169
disasm.ctx.zdis_read = disasmFetch;
170
disasm.ctx.zdis_put = disasmPut;
171
}
172
173
void disasmGet(bool useCpuMode) {
174
disasm.ctx.zdis_lowercase = !disasm.uppercase;
Callers
1
debugInit
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected