Explain why we're doing this insane movl ...,%eax
authorhpa <hpa>
Mon, 21 Apr 2003 21:07:52 +0000 (21:07 +0000)
committerhpa <hpa>
Mon, 21 Apr 2003 21:07:52 +0000 (21:07 +0000)
sample/c32entry.S

index f1c476c..251838d 100644 (file)
@@ -1,6 +1,7 @@
                .section ".text","ax"
                .globl _start
 _start:
+               # This first instruction acts as COM32 magic number
                movl $0x21cd4cff,%eax
                leal 4(%esp),%esi
                movl $__com32,%edi