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

Function _6502_GetOpcodeOpmodeOpbyte

source/Debugger/Debugger_Assembler.cpp:619–622  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

617
618//===========================================================================
619void _6502_GetOpcodeOpmodeOpbyte (int & iOpcode_, int & iOpmode_, int & nOpbyte_)
620{
621 iOpcode_ = _6502_GetOpmodeOpbyte( regs.pc, iOpmode_, nOpbyte_ );
622}
623
624//===========================================================================
625bool _6502_GetTargets (WORD nAddress, int *pTargetPartial_, int *pTargetPartial2_, int *pTargetPointer_, int * pTargetBytes_,

Callers 1

CmdNOPFunction · 0.85

Calls 1

_6502_GetOpmodeOpbyteFunction · 0.85

Tested by

no test coverage detected