1 #source: greg-1.s 2 #source: gregpsj1.s 3 #source: start.s 4 #source: a.s 5 #as: -x 6 #ld: -m mmo 7 #objdump: -dt 8 9 # Like greg-14, but using PUSHJ stubs. 10 11 .*: file format mmo 12 SYMBOL TABLE: 13 0+4 g \.text Main 14 0+4 g \.text _start 15 0+fe g \*REG\* areg 16 0+8 g \.text a 17 Disassembly of section \.text: 18 0+ <(Main|_start)-0x4>: 19 0: f2fe0002 pushj areg,8 <a> 20 0+4 <(Main|_start)>: 21 4: e3fd0001 setl \$253,0x1 22 0+8 <a>: 23 8: e3fd0004 setl \$253,0x4 24