mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-04 16:50:57 +00:00
19 lines
371 B
Makefile
19 lines
371 B
Makefile
#source: protected2.s
|
|
#as: --64 -march=l1om
|
|
#ld: -shared -melf_l1om
|
|
#objdump: -drw --insn-width=7
|
|
#target: x86_64-*-linux*
|
|
|
|
.*: +file format .*
|
|
|
|
|
|
Disassembly of section .text:
|
|
|
|
0+[a-f0-9]+ <foo>:
|
|
[ ]*[a-f0-9]+: c3 ret *
|
|
|
|
0+[a-f0-9]+ <bar>:
|
|
[ ]*[a-f0-9]+: e8 fa ff ff ff call [a-f0-9]+ <foo>
|
|
[ ]*[a-f0-9]+: c3 ret *
|
|
#pass
|