bza-2b.d 349 B

123456789101112131415161718192021
  1. #source: start.s
  2. #source: a.s
  3. #source: bza.s
  4. #as: -no-expand
  5. #ld: -m elf64mmix
  6. #objdump: -dr
  7. .*: file format elf64-mmix
  8. Disassembly of section \.text:
  9. 0+ <_start>:
  10. 0+: e3fd0001 setl \$253,0x1
  11. 0+4 <a>:
  12. 4: e3fd0004 setl \$253,0x4
  13. 0+8 <bza>:
  14. 8: e3fd0002 setl \$253,0x2
  15. c: 43eafffe bz \$234,4 <a>
  16. 10: e3fd0003 setl \$253,0x3