home *** CD-ROM | disk | FTP | other *** search
/ Vectronix 1 / VECTRONIX1.iso / area.3 / 748.lzh / 748.MSA / AUTO / 50_60HZ.S < prev    next >
Text File  |  1987-09-16  |  468b  |  15 lines

  1. ********************************
  2. *      50-60Hz-Umschaltung     *
  3. ********************************
  4.   clr.l         -(sp)          * Supervisormodus
  5.   move.w        #$20,-(sp)
  6.   trap          #1
  7.   addq.l        #6,sp
  8.   bchg          #1,$FF820A     * Bit für 50/60Hz umdrehen
  9.   move.l        d0,-(sp)       * Usermodus
  10.   move.w        #$20,-(sp)
  11.   trap          #1
  12.   addq.l        #6,sp
  13.   clr.w         -(sp)          * Programm beenden
  14.   trap          #1
  15.