2014-09-13 00:14:23 +02:00
|
|
|
#source: lea1.s
|
2017-04-10 13:32:00 +02:00
|
|
|
#as: --32 -mrelax-relocations=yes
|
2014-09-13 00:14:23 +02:00
|
|
|
#ld: -pie -melf_i386
|
|
|
|
#objdump: -dw
|
|
|
|
|
|
|
|
.*: +file format .*
|
|
|
|
|
|
|
|
|
|
|
|
Disassembly of section .text:
|
|
|
|
|
|
|
|
#...
|
|
|
|
[ ]*[a-f0-9]+: 8d 81 ([0-9a-f]{2} ){4} * lea -0x[a-f0-9]+\(%ecx\),%eax
|
2017-04-10 13:32:00 +02:00
|
|
|
[ ]*[a-f0-9]+: 8d 81 ([0-9a-f]{2} ){4} * lea 0x[a-f0-9]+\(%ecx\),%eax
|
|
|
|
[ ]*[a-f0-9]+: 8d 81 ([0-9a-f]{2} ){4} * lea 0x[a-f0-9]+\(%ecx\),%eax
|
|
|
|
[ ]*[a-f0-9]+: 8d 81 ([0-9a-f]{2} ){4} * lea 0x[a-f0-9]+\(%ecx\),%eax
|
2014-09-13 00:14:23 +02:00
|
|
|
#pass
|