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

  1.  Address Objectcode   Line    Sourcetext Assembly listing for COMBO.PRG                                          
  2.  
  3. 000000 :                 1   ; Program Name: COMBO.S
  4. 000000 :                 2
  5. 000000 :203A001C         3   move.l    up_1(pc), d0
  6. 000004 :203A001C         4   move.l    up_2(pc), d0
  7. 000008 :203CFFFFFFFC     5   move.l    #-4, d0
  8. 00000E :                 6
  9. 00000E :203CFFFFFFFC     7   move.l    #up_1-up_2,d0  ; (pc) can't be used with the labels here.
  10. 000014 :2039FFFFFFFC     8   move.l    up_1-up_2, d0  ; (pc) can't be used with the labels here.
  11. 00001A :                 9   data
  12. 00001A :0000001E        10  pointer:   dc.l  up_1
  13. 00001E :00000005        11  up_1:      dc.l  5
  14. 000022 :00000003        12  up_2:      dc.l  3
  15. 000026 :                13   end
  16.