home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / sms32 / 99hon.asm < prev    next >
Encoding:
Assembly Source File  |  1997-03-15  |  377 b   |  11 lines

  1. ; --------------------------------------------------------------
  2. ; Press  ALT+R  to tun this program.
  3.  
  4. ; A program to turn on the heater
  5. ; --------------------------------------------------------------
  6.     CLO        ; Close unwanted windows
  7.     MOV    AL,80    ; Move 10000000 into AL
  8.     OUT    03    ; Send AL to port 03
  9.     END
  10. ; --------------------------------------------------------------
  11.