home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / program / books / 68k_book / arp_src / leamovea.dsm < prev    next >
Text File  |  1985-11-20  |  586b  |  17 lines

  1.  LEAMOVEA.TOS partial disassembly in trap
  2.  
  3.  LEAMOVEA.TOS was prepared by assembling LEAMOVEA.S in AssemPro's PC-relative
  4.  mode.  The address being loaded into A2 by the LEA instruction is located
  5.  within the space of the adaptive algorithm.
  6.  
  7. 017BCA 45FA009F         LEA $17C6B(PC),A2
  8. 017BCE 51CFFFFA         DBRA D7,$17BCA
  9.  
  10.  The address being loaded into A2 by the MOVEA instruction decimal 233 and is
  11.  located beyond the space of the adaptive algorithm and that of the invoking
  12.  program.
  13.  
  14. 017BCA 247C000000E9     MOVEA.L #$E9,A2
  15. 017BD0 51CFFFF8         DBRA D7,$17BCA
  16.  
  17.