home *** CD-ROM | disk | FTP | other *** search
- ;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
-