mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-11 12:05:55 +00:00
6ea1bcda2b
This reverts commit 6c5c652ee1
.
59 lines
2.7 KiB
Makefile
59 lines
2.7 KiB
Makefile
#as: --32 -mrelax-relocations=yes
|
|
#ld: -melf_i386 -z noseparate-code
|
|
#objdump: -dw --sym
|
|
#notarget: i?86-*-nacl* x86_64-*-nacl*
|
|
|
|
.*: +file format .*
|
|
|
|
SYMBOL TABLE:
|
|
#...
|
|
0+8049164 l O .data 0+1 bar
|
|
#...
|
|
0+8049165 g O .data 0+1 foo
|
|
#...
|
|
|
|
Disassembly of section .text:
|
|
|
|
0+8048074 <_start>:
|
|
[ ]*[a-f0-9]+: c7 c0 64 91 04 08 mov \$0x8049164,%eax
|
|
[ ]*[a-f0-9]+: 81 d0 64 91 04 08 adc \$0x8049164,%eax
|
|
[ ]*[a-f0-9]+: 81 c3 64 91 04 08 add \$0x8049164,%ebx
|
|
[ ]*[a-f0-9]+: 81 e1 64 91 04 08 and \$0x8049164,%ecx
|
|
[ ]*[a-f0-9]+: 81 fa 64 91 04 08 cmp \$0x8049164,%edx
|
|
[ ]*[a-f0-9]+: 81 cf 64 91 04 08 or \$0x8049164,%edi
|
|
[ ]*[a-f0-9]+: 81 de 64 91 04 08 sbb \$0x8049164,%esi
|
|
[ ]*[a-f0-9]+: 81 ed 64 91 04 08 sub \$0x8049164,%ebp
|
|
[ ]*[a-f0-9]+: 81 f4 64 91 04 08 xor \$0x8049164,%esp
|
|
[ ]*[a-f0-9]+: f7 c1 64 91 04 08 test \$0x8049164,%ecx
|
|
[ ]*[a-f0-9]+: c7 c0 64 91 04 08 mov \$0x8049164,%eax
|
|
[ ]*[a-f0-9]+: 81 d0 64 91 04 08 adc \$0x8049164,%eax
|
|
[ ]*[a-f0-9]+: 81 c3 64 91 04 08 add \$0x8049164,%ebx
|
|
[ ]*[a-f0-9]+: 81 e1 64 91 04 08 and \$0x8049164,%ecx
|
|
[ ]*[a-f0-9]+: 81 fa 64 91 04 08 cmp \$0x8049164,%edx
|
|
[ ]*[a-f0-9]+: 81 cf 64 91 04 08 or \$0x8049164,%edi
|
|
[ ]*[a-f0-9]+: 81 de 64 91 04 08 sbb \$0x8049164,%esi
|
|
[ ]*[a-f0-9]+: 81 ed 64 91 04 08 sub \$0x8049164,%ebp
|
|
[ ]*[a-f0-9]+: 81 f4 64 91 04 08 xor \$0x8049164,%esp
|
|
[ ]*[a-f0-9]+: f7 c1 64 91 04 08 test \$0x8049164,%ecx
|
|
[ ]*[a-f0-9]+: c7 c0 65 91 04 08 mov \$0x8049165,%eax
|
|
[ ]*[a-f0-9]+: 81 d0 65 91 04 08 adc \$0x8049165,%eax
|
|
[ ]*[a-f0-9]+: 81 c3 65 91 04 08 add \$0x8049165,%ebx
|
|
[ ]*[a-f0-9]+: 81 e1 65 91 04 08 and \$0x8049165,%ecx
|
|
[ ]*[a-f0-9]+: 81 fa 65 91 04 08 cmp \$0x8049165,%edx
|
|
[ ]*[a-f0-9]+: 81 cf 65 91 04 08 or \$0x8049165,%edi
|
|
[ ]*[a-f0-9]+: 81 de 65 91 04 08 sbb \$0x8049165,%esi
|
|
[ ]*[a-f0-9]+: 81 ed 65 91 04 08 sub \$0x8049165,%ebp
|
|
[ ]*[a-f0-9]+: 81 f4 65 91 04 08 xor \$0x8049165,%esp
|
|
[ ]*[a-f0-9]+: f7 c1 65 91 04 08 test \$0x8049165,%ecx
|
|
[ ]*[a-f0-9]+: c7 c0 65 91 04 08 mov \$0x8049165,%eax
|
|
[ ]*[a-f0-9]+: 81 d0 65 91 04 08 adc \$0x8049165,%eax
|
|
[ ]*[a-f0-9]+: 81 c3 65 91 04 08 add \$0x8049165,%ebx
|
|
[ ]*[a-f0-9]+: 81 e1 65 91 04 08 and \$0x8049165,%ecx
|
|
[ ]*[a-f0-9]+: 81 fa 65 91 04 08 cmp \$0x8049165,%edx
|
|
[ ]*[a-f0-9]+: 81 cf 65 91 04 08 or \$0x8049165,%edi
|
|
[ ]*[a-f0-9]+: 81 de 65 91 04 08 sbb \$0x8049165,%esi
|
|
[ ]*[a-f0-9]+: 81 ed 65 91 04 08 sub \$0x8049165,%ebp
|
|
[ ]*[a-f0-9]+: 81 f4 65 91 04 08 xor \$0x8049165,%esp
|
|
[ ]*[a-f0-9]+: f7 c1 65 91 04 08 test \$0x8049165,%ecx
|
|
#pass
|