Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

$MOD52

ORG 00H

DATA_LED BIT P0.0


DATA_VCD_INVERT BIT P0.1
DATA_VCD_NONINVERT BIT P0.2
SETB DATA_LED

START:
JNB DATA_VCD_NONINVERT,START

DD:
MOV P2,#11111101B
JNB DATA_VCD_NONINVERT,DD
JMP START

END

You might also like