2019年8月9日 星期五

asembly

         ORG 0000h
MOV A,#11110000B
LOOP:MOV P1,A
         CPL A
MOV R4,#10
ACALL Delay0
SJMP LOOP
Delay0:MOV R5,#24
Delay1:MOV R6,#100
Delay2:MOV R7,#100
Delay3:DJNZ R7,Delay3
              DJNZ R6,Delay2
      DJNZ R5,Delay1
      DJNZ R4,Delay0
      RET
     END

沒有留言:

張貼留言

algorithm

 #include <iostream> #include <string.h> using namespace std; int main(int argc, char** argv)  { for(int j=2;j<=100;j++)//j...