本站淘宝网店地址
shop34518266.taobao.com
 
初学单片机
单片机C语言
C语言实践
51单片机应用
51单片机源程序
 
 
关键字:
范 围:
 
首页51单片机源程序
 
电子音响

MODE    equ   80h
PORTA   equ   0ffd8h            ;8255 并行口 A
PCTL    equ   0ffdbh            ;8255 控制字

code    segment
        assume cs:code

        org   1000h

Start:
        mov   dx,PCTL
        mov   al,MODE
        out   dx,al

        mov   dx,PORTA

Play:
        mov   al,0
        out   dx,al
        call  Delay

        mov   al,255
        out   dx,al
        call  Delay

        jmp   Play

Delay:
        mov   cx,100
        loop  $
        ret

code    ends
        end   Start

更新时间:2007-6-1 11:18:09
 
淘宝店总店
淘宝店分店
腾讯拍拍店
锐志电子新浪博客
锐志网易博客
锐志搜狐博客
西南电子网