mấy a ơi cho e hỏi xíu này,e mới vào nghề nên gà lắm.có vấn đề này khi quét led 7 đoạn xong e không biết phải viết lệnh như thế nào cho nó khoa học,e không biết với việc viết lệnh cho led 7 đoạn thì phải dùng lệnh gì chứ cứ
mov ...
call delay
mov..
call delay
e nghĩ ko phải cách hay,ai biết chỉ giùm e với
e làm như thế này mà thấy ngán vì sự cùi bắp của mình mặc dù nó vẫn chạy bình thường
org 00h
org 40h
main:
mov p3,#03fh
call delay
mov p3,#06h
call delay
mov p3,#05bh
call delay
mov p3,#04fh
call delay
mov p3,#66h
call delay
mov p3,#06dh
call delay
mov p3,#07dh
call delay
mov p3,#07h
call delay
mov p3,#7fh
call delay
mov p3,#6fh
call delay
mov p3,#77h
call delay
mov p3,#07ch
call delay
mov p3,#39h
call delay
mov p3,#05eh
call delay
mov p3,#79h
call delay
mov p3,#71h
call delay
JMP main
delay:
mov r1,#10
l1: mov r2,#10
l2: mov r3,100
l3: nop
nop
nop
nop
nop
nop
nop
nop
djnz r3,l3
djnz r2,l2
djnz r1,l1
ret
end
mov ...
call delay
mov..
call delay
e nghĩ ko phải cách hay,ai biết chỉ giùm e với
e làm như thế này mà thấy ngán vì sự cùi bắp của mình mặc dù nó vẫn chạy bình thường
org 00h
org 40h
main:
mov p3,#03fh
call delay
mov p3,#06h
call delay
mov p3,#05bh
call delay
mov p3,#04fh
call delay
mov p3,#66h
call delay
mov p3,#06dh
call delay
mov p3,#07dh
call delay
mov p3,#07h
call delay
mov p3,#7fh
call delay
mov p3,#6fh
call delay
mov p3,#77h
call delay
mov p3,#07ch
call delay
mov p3,#39h
call delay
mov p3,#05eh
call delay
mov p3,#79h
call delay
mov p3,#71h
call delay
JMP main
delay:
mov r1,#10
l1: mov r2,#10
l2: mov r3,100
l3: nop
nop
nop
nop
nop
nop
nop
nop
djnz r3,l3
djnz r2,l2
djnz r1,l1
ret
end