Am Samstag, den 16.08.2008, 02:10 +0200 schrieb svn@coreboot.org:
+# The trick is to push the destination address on the stack with an immediate +# instruction (no register/memory references), then return to that address. +# This emulates the nonexisting "Jump near, absolute, addrees in operand" +# instruction in the x86 instruction set. +#
s/addrees/address/
Signed-off-by: Paul Menzel paulepanter@users.sourceforge.net