Support for "virtual operands" of subroutines like this:
jsr SomeProc .byte $00, $01 ; argument to SomeProc ; return here from SomeProc bit $3F
This commit is contained in:
@@ -104,7 +104,9 @@ void OH_Rts (const OpcDesc*);
|
||||
void OH_JmpAbsolute (const OpcDesc*);
|
||||
void OH_JmpAbsoluteIndirect (const OpcDesc* D);
|
||||
void OH_JmpAbsoluteXIndirect (const OpcDesc* D);
|
||||
void OH_JsrAbsolute (const OpcDesc*);
|
||||
|
||||
void SetSubroutineVOperand (unsigned Addr, unsigned Size);
|
||||
|
||||
|
||||
/* End of handler.h */
|
||||
|
||||
Reference in New Issue
Block a user