⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 masm1.htm

📁 本单片机教程是平凡老师花了大量时间
💻 HTM
📖 第 1 页 / 共 3 页
字号:
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> 0023 0174 AJMP SERIAL ;UART interrupt</p>
    </font>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"></p>
    <font face="宋体" size=2> 
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> 0025 54 68 69 DB 'This is demo program for MCS-51TM'</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> 0028 73 20 69 73 20 64 65 6D 6F 20</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> 0032 70 72 6F 67 72 61 6D 20 66 6F</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> 003C 72 20 4D 43 53 2D 35 31 54 4D</p>
    </font>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"></p>
    <font face="宋体" size=2> 
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> 0046 75815F SETUP: MOV SP,#5FH ;set sp point</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> 0049 758911 MOV TMOD,#11H ;set timer mode</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> 004C 758CFE MOV TH0,#HIGH(INIT_Timer0)</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> 004F 758A80 MOV TL0,#LOW(INIT_Timer0)</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> 0052 758DFD MOV TH1,#HIGH(INIT_Timer1)</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> 0055 758B00 MOV TL1,#LOW(INIT_Timer1)</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> 0058 D2A8 SETB EX0</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> 005A D2B8 SETB PX0</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> 005C D2AA SETB EX1</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> 005E C2BA CLR PX1</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> 0060 D2BB SETB PT1</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> 0062 D2A9 SETB ET0</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> 0064 D2AB SETB ET1</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> 0066 D28C SETB TR0</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> 0068 D28E SETB TR1</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> 006A D2AC SETB ES</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> 006C 759899 MOV SCON,#99H</p>
    </font>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"></p>
    <font face="宋体" size=2> 
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0">The Cybernetic Micro Systems 8051 Family Assembler, Version 
      3.03 Page 2</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> 08-25-96</p>
    </font>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"></p>
    </font>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0">
    <font size=2 face="宋体"> 
     
    </font></p>
    <font face="宋体" size=2> 
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> 006F D2AF SETB EA ;enable interrupt</p> 
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> 0071 00 WAIT: NOP</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> 0072 0171 AJMP WAIT ;wait</p>
    </font>
    <font face="Arial" size=3> 
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"></p>
    </font>
    <font face="宋体" size=2> 
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> 0074 00 SERIAL: NOP ;serial interrupt process</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> 0075 C298 CLR RI</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> 0077 32 RETI</p>
    </font>
    <font face="Arial" size=3> 
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"></p>
    <font face="宋体" size=2> 
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> 0078 C28C TIM0: CLR TR0 ;timer0 interrupt process</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> 007A B200 CPL T0_flag</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> 007C 758A80 MOV TL0,#LOW(INIT_Timer0)</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> 007F 74FE MOV A,#HIGH(INIT_Timer0)</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> 0081 F58C MOV TH0,A</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> 0083 D28C SETB TR0</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> 0085 C2B3 CLR P3.3</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> 0087 22 RET</p>
    </font>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"></p>
    <font face="宋体" size=2> 
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> 0088 C28E TIM1: CLR TR1 ;timer1 interrupt process</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> 008A B201 CPL T1_flag</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> 008C 758B00 MOV TL1,#LOW(INIT_Timer1)</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> 008F 74FD MOV A,#HIGH(INIT_Timer1)</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> 0091 F58D MOV TH1,A</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> 0093 D28E SETB TR1</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> 0095 C2B2 CLR P3.2</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> 0097 22 RET</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> 0000 END</p>
    </font>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"></p>
    <font face="宋体" size=2> 
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0">The Cybernetic Micro Systems 8051 Family Assembler, Version 
      3.03 Page 3</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> 08-25-96</p>
    </font>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"></p>
    </font>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0">
    <font size=2 face="宋体"> 
     
    </font></p>
    <font face="Arial" size=3> 
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> </p>
    </font>
    <font face="宋体" size=2> 
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> ;%T Symbol Name Type Value</p> 
    </font>
    <font face="Arial" size=3> 
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"></p>
    <font face="宋体" size=2> 
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> INIT. . . . . . . . . . . . . . L 0000</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> INIT_TIMER0 . . . . . . . . . . I FE80</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> INIT_TIMER1 . . . . . . . . . . I FD00</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> INT_0 . . . . . . . . . . . . . L 0003</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> INT_1 . . . . . . . . . . . . . L 0013</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> S0_VECTOR . . . . . . . . . . . I 0023</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> SERIAL. . . . . . . . . . . . . L 0074</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> SETUP . . . . . . . . . . . . . L 0046</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> T0INT . . . . . . . . . . . . . L 000B</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> T0_FLAG . . . . . . . . . . . . B 0000</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> T0_VECTOR . . . . . . . . . . . I 000B</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> T1INT . . . . . . . . . . . . . L 001B</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> T1_FLAG . . . . . . . . . . . . B 0001</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> T1_VECTOR . . . . . . . . . . . I 001B</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> TIM0. . . . . . . . . . . . . . L 0078</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> TIM1. . . . . . . . . . . . . . L 0088</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> WAIT. . . . . . . . . . . . . . L 0071</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> X0_VECTOR . . . . . . . . . . . I 0003</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> X1_VECTOR . . . . . . . . . . . I 0013</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> ;%Z</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> 00 Errors (0000)</p>
    </font>
    </font></i><font face="宋体" lang="ZH-CN" size=2> 
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0">以上是DEMO51.LST文件。</p>
    </font><i><font face="宋体" size=2> 
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0">:020000000146B7</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0">:03000300D2B23244</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0">:03000B0011783237</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0">:03001300D2B33233</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0">:03001B0011883217</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0">:0D0023000174546869732069732064656D71</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0">:100030006F2070726F6772616D20666F72204D4322</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0">:10004000532D3531544D75815F758911758CFE7551</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0">:100050008A80758DFD758B00D2A8D2B8D2AAC2BA9B</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0">:10006000D2BBD2A9D2ABD28CD28ED2AC759899D257</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0">:10007000AF00017100C29832C28CB200758A8074E0</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0">:10008000FEF58CD28CC2B322C28EB201758B007485</p>
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0">:08009000FDF58DD28EC2B222F3</p>
    </font></i> 
    <p align="JUSTIFY" style="line-height: 150%; margin-top: 0; margin-bottom: 0">
    <font face="宋体" lang="ZH-CN" size=2>以上是DEMO51.HEX文件。</font></p>
    <p align="center"><a href="dpjjx.htm"><img src="back1.gif" border="0" width="43" height="55"></a></p>
    <div align="center"><b> <font face="Arial" size=4></font><font face="黑体" lang="ZH-CN" size=4></font></b></div>
  </ol>
</ol>

<p> </p>

          <hr width="550" SIZE="1" align="center">
<p align="center" style="line-height: 150%; margin-top: 0; margin-bottom: 0"><font size="2" face="宋体">杭州电子计算机工作室 
  COPYRIGHT; <a href="http://www.hificat.com" target="_blank">http://www.hificat.com</a><br>
  &nbsp; e-mail:<a href="mailto:xu169@sina.com">xu169@sina.com</a></font> qq:12739176 
  <font size="2">电话</font>:<font size="2">0571-85956028 13185018567</font>
<p align="center" style="line-height: 150%; margin-top: 0; margin-bottom: 0">      

<p align="center" style="line-height: 150%; margin-top: 0; margin-bottom: 0">      

<p align="center" style="line-height: 150%; margin-top: 0; margin-bottom: 0"> 
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -