17 lines
417 B
D
Raw Normal View History

2014-03-19 17:25:32 +01:00
#source: lea1.s
2016-07-21 21:35:07 +02:00
#as: --32 -mrelax-relocations=yes
2014-03-19 17:25:32 +01:00
#ld: -melf_i386
#objdump: -dw
.*: +file format .*
Disassembly of section .text:
#...
2016-10-10 16:55:00 +02:00
[ ]*[a-f0-9]+: c7 c0 ([0-9a-f]{2} ){4} * mov \$0x[a-f0-9]+,%eax
[ ]*[a-f0-9]+: c7 c0 ([0-9a-f]{2} ){4} * mov \$0x[a-f0-9]+,%eax
[ ]*[a-f0-9]+: c7 c0 ([0-9a-f]{2} ){4} * mov \$0x[a-f0-9]+,%eax
[ ]*[a-f0-9]+: c7 c0 ([0-9a-f]{2} ){4} * mov \$0x[a-f0-9]+,%eax
2014-03-19 17:25:32 +01:00
#pass