Senin, 30 Juni 2014

source code edsim51 gerak motor dan 7 segmen

 Source code assembler mikrokontroller edsim51 gerak motor dan seven segmen
ORG 00H

MULAI:
CLR P3.0
CLR P3.1
MOV P1,#0FFH

SW0:
JB P2.5, SW1
SETB P3.0
CLR P3.1
MOV P1,#092H
AJMP SW0

SW1:
JB P2.6,SW2
CLR P3.0
SETB P3.1
MOV P1,#0A4H
AJMP SW1

SW2:
JB P2.7, MULAI
SETB P3.0
CLR P3.1
MOV P1,#099H
ACALL DELAY
CLR P3.0
SETB P3.1
MOV P1,#090H
ACALL DELAY
AJMP SW2

DELAY:
MOV R0,#5

L1: MOV R1,#1
L2: DJNZ R1, $
    DJNZ R0,L1
    RET

END

thanks.......!!!!!

0 komentar: