home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Vectronix 1
/
VECTRONIX1.iso
/
area.3
/
748.lzh
/
748.MSA
/
AUTO
/
50_60HZ.S
< prev
next >
Wrap
Text File
|
1987-09-16
|
468b
|
15 lines
********************************
* 50-60Hz-Umschaltung *
********************************
clr.l -(sp) * Supervisormodus
move.w #$20,-(sp)
trap #1
addq.l #6,sp
bchg #1,$FF820A * Bit für 50/60Hz umdrehen
move.l d0,-(sp) * Usermodus
move.w #$20,-(sp)
trap #1
addq.l #6,sp
clr.w -(sp) * Programm beenden
trap #1