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

From WikiTI
Jump to: navigation, search
(Created page with "EmptyHook 021174 - EmptyHook == Synopsis == '''Hypothesized Official Name:''' EmptyHook '''Syscall...")
 
(Comments)
Line 21: Line 21:
 
Complete Disassembly of this System Call:
 
Complete Disassembly of this System Call:
  
<nowiki>_EmptyHook:
+
<pre>_EmptyHook:
 
  add a,e
 
  add a,e
  ret</nowiki>
+
  ret</pre>

Revision as of 11:37, 26 May 2015

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 System Call:

_EmptyHook:
 add a,e
 ret