Difference between revisions of "84PCE:Syscalls:021174"

From WikiTI
Jump to: navigation, search
(Comments)
(Comments)
 
Line 19: Line 19:
 
=== Comments ===
 
=== Comments ===
  
Complete Disassembly of this System Call:
+
Complete disassembly of this routine:
  
<pre>_EmptyHook:
+
_EmptyHook:
add a,e
+
  add a,e
ret</pre>
+
  ret

Latest revision as of 11:59, 26 May 2016

Synopsis

Hypothesized Official Name: EmptyHook

Syscall Address: 021174h

This executes a hook that has nothing in it.

Inputs

  • None

Outputs

  • A = A+E

Destroys

  • AF

Comments

Complete disassembly of this routine:

_EmptyHook:
 add a,e
 ret