mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-26 22:51:01 +00:00
14 lines
201 B
D
14 lines
201 B
D
#source: mov1.s
|
|
#as: --32
|
|
#ld: -pie -melf_i386
|
|
#objdump: -dw
|
|
|
|
.*: +file format .*
|
|
|
|
|
|
Disassembly of section .text:
|
|
|
|
#...
|
|
[ ]*[a-f0-9]+: 8b 81 ([0-9a-f]{2} ){4} * mov -0x[a-f0-9]+\(%ecx\),%eax
|
|
#pass
|