Difference between revisions of "84PCE:Syscalls:021174"
From WikiTI
(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: | ||
− | < | + | <pre>_EmptyHook: |
add a,e | add a,e | ||
− | ret</ | + | ret</pre> |
Revision as of 10: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