cái sườn như thế này:
Code:
main: mov r0,#0 loop_main: call delay sjmp loop_main delay: jb p3.3,ko_nhan jnb p3.3,$ inc r0 cjne r0,#0,skip1 ljmp ct_chinh skip1: cjne r0,#1,skipn ljmp ct_1 skipn: cjne r0,#n,ko_nhan mov r0,#0 ljmp ct_n ko_nhan: ;viết chương trình thơi gian trễ bình thường ret ct_chinh: . . call delay sjmp ct_chinh ct_1: . . call delay sjmp ct_1 ct_n: . . call delay sjmp ct_n end
Comment