home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / fish / disks / d1016.lha / Programs / BarflyDemo / BarflyDemo.lha / Source / Reloc16Hunk.S < prev    next >
Encoding:
Text File  |  1992-02-06  |  105 b   |  11 lines

  1.     section    "hallo",code,reloc16
  2.     move.l    #a,d0
  3.     move.l    #b,d0
  4.     move.l    #c,d0
  5. a:
  6.     dc.l    0
  7. b:
  8.     dc.l    0
  9. c:
  10.     dc.l    0
  11.