Difference between revisions of "84PCE:Syscalls:021174"
From WikiTI
(Created page with "EmptyHook 021174 - EmptyHook == Synopsis == '''Hypothesized Official Name:''' EmptyHook '''Syscall...") |
(→Comments) |
||
(One intermediate revision by the same user not shown) | |||
Line 19: | Line 19: | ||
=== Comments === | === Comments === | ||
− | Complete | + | Complete disassembly of this routine: |
− | + | _EmptyHook: | |
− | + | add a,e | |
− | + | ret |
Latest revision as of 10: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