单片机电子钟设计代码(Singlechip electronic clock design code).docVIP

  • 0
  • 0
  • 约1.27万字
  • 约 36页
  • 2017-08-20 发布于河南
  • 举报

单片机电子钟设计代码(Singlechip electronic clock design code).doc

单片机电子钟设计代码(Singlechip electronic clock design code)

单片机电子钟设计代码(Singlechip electronic clock design code) **************; definitions for common characters in the ASC code ************* CR = 0DH; ASCLL code for carriage return key LF = 0AH; the ASCLL code of the newline key ESCKG = 1BH; ESC key ASCLL code JIESHU = $; the definition of $ for the end of string The following is a macro definition statement; ************** Move the cursor to the macro definition; hu * * * * * * * designated location MOVTO, MACRO, ROW, LIE PUSH AX PUSH DX MOV AH, 2 MOV, DH, ROW; OK MOV, DL, LIE, column INT 10H POP DX POP AX ENDM A result of the definition of macro out

文档评论(0)

1亿VIP精品文档

相关文档