.key LIBRARY/A,FUNCTION
.bra {
.ket }
.def FUNCTION ()

echo "E offset finder."
echo "Requires E:bin to be in the path for showmodule"
echo
echo "Offset is shown in /** **/'s, first in integer, then in hex.  The"
echo "hex value must be changed to a negative if you use it; the int."
echo "is already negative, so you can just use it!"
echo

showmodule emodules:{LIBRARY} >ram:tempfile
search ram:tempfile "{FUNCTION}"
delete ram:tempfile QUIET

echo

