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

Function CmdNOP

source/Debugger/Debug.cpp:2807–2821  ·  view source on GitHub ↗

===========================================================================

Source from the content-addressed store, hash-verified

2805
2806//===========================================================================
2807Update_t CmdNOP (int nArgs)
2808{
2809 int iOpcode;
2810 int iOpmode;
2811 int nOpbytes;
2812
2813 _6502_GetOpcodeOpmodeOpbyte( iOpcode, iOpmode, nOpbytes );
2814
2815 while (nOpbytes--)
2816 {
2817 WriteByteToMemory(regs.pc + nOpbytes, 0xEA);
2818 }
2819
2820 return UPDATE_ALL;
2821}
2822
2823//===========================================================================
2824Update_t CmdOut (int nArgs)

Callers

nothing calls this directly

Calls 2

WriteByteToMemoryFunction · 0.85

Tested by

no test coverage detected