home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Audio 4.94 - Over 11,000 Files
/
audio-11000.iso
/
amiga
/
utils
/
led_ml
/
led.s
< prev
Wrap
Text File
|
1993-02-10
|
369b
|
11 lines
;LED by Kurt R. Krueger (kkrueger@zeus.unomaha.edu)
;This is the a replacement for the HUGE 1088-bye monstrosity that turns
;the LED off. I know the assembly code is terribly complex, but the
;advanced assembly programmer should be able to decipher it. :)
bchg #1,$BFE001 ;Flip-flop the bit of the CIA hardware
;register that controls the LED.
rts ;Bye
end