MCPcopy Create free account
hub / github.com/TASEmulators/fceux / InstructionDown

Function InstructionDown

src/drivers/win/debugger.cpp:289–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287 return 0; // of course, if we can't scroll up, just return 0!
288}
289int InstructionDown(int from)
290{
291 int tmp = opsize[GetMem(si.nPos)];
292 if ((tmp))
293 return from + tmp;
294 else
295 return from + 1; // this is data or undefined instruction
296}
297
298static void UpdateDialog(HWND hwndDlg) {
299 BOOL forbid = IsDlgButtonChecked(hwndDlg, IDC_ADDBP_MODE_F);

Callers 1

DebuggerCallBFunction · 0.85

Calls 1

GetMemFunction · 0.85

Tested by

no test coverage detected