MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / IsDebugBreakOnInvalid

Function IsDebugBreakOnInvalid

source/Debugger/Debug.cpp:889–892  ·  view source on GitHub ↗

iOpcodeType = AM_IMPLIED (BRK), AM_1, AM_2, AM_3

Source from the content-addressed store, hash-verified

887
888// iOpcodeType = AM_IMPLIED (BRK), AM_1, AM_2, AM_3
889static bool IsDebugBreakOnInvalid (int iOpcodeType)
890{
891 return ((g_nDebugBreakOnInvalid >> iOpcodeType) & 1) ? true : false;
892}
893
894// iOpcodeType = AM_IMPLIED (BRK), AM_1, AM_2, AM_3
895static void SetDebugBreakOnInvalid ( int iOpcodeType, int nValue )

Callers 2

CmdBreakInvalidFunction · 0.85
CheckBreakOpcodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected