Difference between revisions of "83Plus:BCALLs:4FF9"

From WikiTI
Jump to: navigation, search
 
Line 1: Line 1:
{Wikify}
+
{{Wikify}}
 
_RunTracerHook      EQU 4FF9h  ;Undocumented 1.13
 
_RunTracerHook      EQU 4FF9h  ;Undocumented 1.13
 
     ;Checks the byte @ the address @ tracerHookPtr.
 
     ;Checks the byte @ the address @ tracerHookPtr.

Revision as of 10:53, 23 December 2005


Please format this article according to the guidelines and Wikification suggestions, then remove this {{Wikify}} notice from the article.


_RunTracerHook EQU 4FF9h  ;Undocumented 1.13

   ;Checks the byte @ the address @ tracerHookPtr.
   ;If the byte is 83, it runs the hook. If the byte 
   ;is different, it resets the tracer hook flag.
   ;Inputs:     tracerHookPtr       must be setup correctly
   ;Outputs:    HL          Int16   points to start of hook
   ;            F           Int8    F is 6A if not run

submitted by Michael Cimino

btw, sorry about not looking up what the actual value of the hook ptr is