home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga 13 / MA_Cover_13.bin / source / c / stefanb_src / private_projects / mmureset / setcold.a < prev   
Encoding:
Text File  |  1993-09-16  |  151 b   |  10 lines

  1. ; set the "cold boot" bit on the A3000
  2.  
  3.          SECTION setcold,code
  4.  
  5. start:   bset     #7,$DE0002
  6.          moveq.l  #0,d0
  7.          RTS
  8.  
  9.          END
  10.