home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / program / books / 68k_book / arp_src / prg_2ar.asm < prev    next >
Assembly Source File  |  1985-11-20  |  659b  |  15 lines

  1.  Address Objectcode  Line    Sourcetext Assembly listing for RELOCATE.S                                         
  2.  
  3. 000000 :                1   ; Program Name: RELOCATE.S
  4. 000000 :                2
  5. 000000 :203900000022    3   move.l    up_1, d0
  6. 000006 :203900000026    4   move.l    up_2, d0
  7. 00000C :203CFFFFFFFC    5   move.l    #-4, d0
  8. 000012 :203CFFFFFFFC    6   move.l    #up_1-up_2,d0
  9. 000018 :2039FFFFFFFC    7   move.l    up_1-up_2, d0
  10. 00001E :                8   data
  11. 00001E :00000022        9  pointer:   dc.l  up_1
  12. 000022 :00000005       10  up_1:      dc.l  5
  13. 000026 :00000003       11  up_2:      dc.l  3
  14. 00002A :               12   end
  15.