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

  1.  Address Objectcode   Line    Sourcetext Assembly listing for RELATIVE.S                                         
  2.  
  3. 000000 :                 1   ; Program Name: RELATIVE.S
  4. 000000 :                 2
  5. 000000 :203A001A         3   move.l    up_1, d0
  6. 000004 :203A001A         4   move.l    up_2, d0
  7. 000008 :203CFFFFFFFC     5   move.l    #-4, d0
  8. 00000E :                 6
  9. 00000E :203CFFFFFFFC     7   move.l    #up_1-up_2,d0
  10. 000014 :203AFFE6         8   move.l    up_1-up_2, d0
  11. 000018 :                 9   data
  12. 000018 :0000001C        10  pointer:   dc.l  up_1
  13. 00001C :00000005        11  up_1:      dc.l  5
  14. 000020 :00000003        12  up_2:      dc.l  3
  15. 000024 :                13   end
  16.