21 lines
436 B
Makefile
21 lines
436 B
Makefile
#source: start2.s
|
|
#ld: -m elf64mmix
|
|
#objdump: -td
|
|
|
|
.*: file format elf64-mmix
|
|
|
|
SYMBOL TABLE:
|
|
0+ l d \.text 0+ (|\.text)
|
|
0+4 g \.text 0+ _start
|
|
2000000000000000 g \.text 0+ __bss_start
|
|
2000000000000000 g \.text 0+ _edata
|
|
2000000000000000 g \.text 0+ _end
|
|
0+4 g \.text 0+ _start\.
|
|
|
|
Disassembly of section \.text:
|
|
|
|
0+ <_start-0x4>:
|
|
0: fd000001 swym 0,0,1
|
|
|
|
0+4 <_start>:
|
|
4: fd000002 swym 0,0,2
|