mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-03 07:07:20 +00:00
22 lines
352 B
D
22 lines
352 B
D
|
#source: start.s
|
||
|
#source: wrap3a.s
|
||
|
#source: wrap3b.s
|
||
|
#source: wrap1c.s
|
||
|
#ld: -m mmo
|
||
|
#as: -no-expand
|
||
|
#objdump: -d
|
||
|
|
||
|
.*: file format mmo
|
||
|
|
||
|
Disassembly of section \.text:
|
||
|
|
||
|
0+ <(_start|Main)>:
|
||
|
0: e3fd0001 setl \$253,0x1
|
||
|
4: f2000001 pushj \$0,8 <__wrap_deal>
|
||
|
|
||
|
0+8 <__wrap_deal>:
|
||
|
8: f0000001 jmp c <deal>
|
||
|
|
||
|
0+c <deal>:
|
||
|
c: fd000000 swym 0,0,0
|