home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / audio / LED-ML.lzh / LED.s < prev   
Text File  |  1992-02-20  |  369b  |  11 lines

  1. ;LED by Kurt R. Krueger (kkrueger@zeus.unomaha.edu)
  2.  
  3. ;This is the a replacement for the HUGE 1088-bye monstrosity that turns
  4. ;the LED off.  I know the assembly code is terribly complex, but the
  5. ;advanced assembly programmer should be able to decipher it. :)
  6.  
  7.     bchg    #1,$BFE001    ;Flip-flop the bit of the CIA hardware
  8.                 ;register that controls the LED.
  9.     rts            ;Bye
  10.     end
  11.