Advertisement
Guest User

Untitled

a guest
Jul 24th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. ;Call the THIS->ISA class's method of some secondary method
  2.  
  3. ;Switch CLASS for this->isa and set method redirect
  4. #thismethod somemethod
  5.  
  6. ;Configure registers to pass arguments.
  7.  
  8. jsr sysjmp ;Call the method
  9.  
  10. ;Restore CLASS pointer
  11. #copy16 tcview,class
  12.  
  13. ;Do some more work here...
  14.  
  15. rts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement