Am Samstag, den 16.08.2008, 02:10 +0200 schrieb [EMAIL PROTECTED]:

> +# 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 <[EMAIL PROTECTED]>
Index: picwrapper
===================================================================
--- picwrapper	(Revision 776)
+++ picwrapper	(Arbeitskopie)
@@ -42,7 +42,7 @@
 #
 # 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"
+# This emulates the nonexisting "Jump near, absolute, address in operand"
 # instruction in the x86 instruction set.
 #
 

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil

--
coreboot mailing list
[email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to