登录
首页 » 汇编语言 » 8051单片机的监控程序

8051单片机的监控程序

于 2022-08-22 发布 文件大小:30.48 kB
0 134
下载积分: 2 下载次数: 1

代码说明:

8051监控程序:-使用外部ram运行用户程序-使用EEPROM保存用户程序-提供单步去毛刺,可以读取内部寄存器和ram

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • LPC2000 启动代码Start.s文件简要分析
    LPC2000 启动代码Start.s文件简要分析 先说一下启动代码的位置,启动代码是在板子加电后首先执行的。所以非要用汇编来写才行。 要完成处理器模式的初始化、设置中断向量表、设置各个模式下的堆栈、初始某些变量从而把 系统带到一个合适的运行环境中开始用户程序的运行。 本段设置处理器的模式相关常量
    2023-08-02 02:00:02下载
    积分:1
  • 与源码控制的2.4GHz无线24L01的风扇,产品是给…
    用24L01的2.4Ghz无线控制风扇的源程序,产品是给美的电器做的,这是风扇接受部分,双向通讯-With the 2.4Ghz wireless 24L01 fan of source control, the product is to give the United States to do the electrical, which is acceptable to some fans, two-way communication
    2022-04-09 23:31:06下载
    积分:1
  • Win32程指南。chm,精度和容易学习!
    Win32 ASM 编程指南.chm,精而易学!-Win32 ASM programming guide. Chm, precision and easy to learn!
    2022-11-02 21:20:03下载
    积分:1
  • 非常有用的资源你也许用他非常方便学习它是不错的样本...
    汇编非常有用的资源你也许用他非常方便学习汇编它是不错的样本-very useful compilation of resources you may use his learning very convenient compilation it is a good sample
    2023-04-05 03:55:03下载
    积分:1
  • 功能最全的能够运行四则运算的计算器且利用堆栈实现带括号的功能...
    功能最全的能够运行四则运算的计算器且利用堆栈实现带括号的功能-The most versatile able to run the calculator and the four operations with the use of the stack to achieve the function in parentheses
    2022-04-10 18:51:17下载
    积分:1
  • random.zip 随机数产生器的源代码 cmdsrc.zip 一个文本辑器的源代码 ourvxd.zip 一个用VxD的简单例子 foxpr...
    random.zip 随机数产生器的汇编源代码 cmdsrc.zip 一个文本编辑器的汇编源代码 ourvxd.zip 一个用汇编编VxD的简单例子 foxprn.zip 一个在Fox中利用汇编语言接口程序实现打印图形的程序 amis.zip 在汇编程序中灵活运用TSRs的程序库-random.zip random number generator to compile the source code cmdsrc.zip a text editor ourvxd.zip compilation of source code used to compile a series of simple example VxD a foxprn.zip use Fox assembler language interface program print graphics procedures amis.zip in the compilation process TSRs flexibility in the use of the library
    2022-02-01 16:27:50下载
    积分:1
  • bootsect print red p on the screen follow the book written by yuan yu
    bootsect 在屏幕上打印p 仿于渊的那本自己动手写操作系统-bootsect print red p on the screen follow the book written by yuan yu
    2022-01-30 17:21:48下载
    积分:1
  • 基于AT89S52单片机的频率计设计
    一.显示年频率,周期,脉宽 三个功能二.在液晶显示器上显示上面三个功能的数值三.带掉电保护功能,掉电后,重新开机,显示先前对应参数测量值,按退出键,重新开始测量,否侧,先前存储到24C02里面的数据不更新电路描述:        一.芯片:AT89S52,液晶显示器LCD12684,脉冲信号发生器,示波器      二.行列式键盘键功能设置:           确认键:0x48(E);    功能选择键:0x28(D);      返回键:0x88(F)
    2023-05-21 06:50:03下载
    积分:1
  • c译的计算器 为了方便了解流程,在程序中把计算过程也输出了.而且栈操作的实现部分也是自己实现的. 程序用两个栈,optr寄存运算符,opnd寄存操
    c语言编译的计算器 为了方便了解流程,在程序中把计算过程也输出了.而且栈操作的实现部分也是自己实现的. 程序用两个栈,optr寄存运算符,opnd寄存操作数和运算结果.输入的表达式以等号结束,例如:2*(1+2)= -c language compiler of the calculator in order to facilitate the understanding of flow, in the procedure to calculate the output of the process. but Stack is the realization of part of their realization. procedures with two stacks, optr storage operator, opnd operand storage and computing the results of . enter the expression in order to equate the end of, for example: 2* (1+ 2) =
    2022-10-25 02:00:03下载
    积分:1
  • 万年历程序 从1302中读出的数据放在67H(高两位年)66H(低两位年)65H(月)64H(星期)63H(日) 62H(小时)61H(分钟)60H(...
    万年历程序 从1302中读出的数据放在67H(高两位年)66H(低两位年)65H(月)64H(星期)63H(日) 62H(小时)61H(分钟)60H(秒)57H(农历月)56H(农历日) 显示缓冲单元7CH-7BH(4CH-4BH)(年低位),7AH-79H(4AH-49H)月,78H(48H)星期, 77H-76H(47H-46H)日,75H-74H(45H-44H)小时,73H-72H(43H-42H)分钟,71H-70H(41H-40H)秒 5EH-5DH(55H-54H)农历年,5CH-5BH(53H-52H)农历月,5AH-59H(51H-50H)农历日 闰月标志为F0,定时器T1为调整时候闪烁用。 1302在设置调整时间后,要改为禁止写入状态,否则在上电复位的时候就发生误写入,使时间值加1分钟 次程序中的段码表只适用于该特殊的硬件,具体的段码表由具体的硬件决定 -Calendar program read from the 1302 data on the 67H (two-year high) 66H (two-year low) 65H (month) 64H (Week) 63H (date) 62H (hours) 61H (minutes) 60H (second) 57H (Lunar Month) 56H (Lunar date) shows a buffer unit 7CH-7BH (4CH-4BH) (year low), 7AH-79H (4AH-49H) month, 78H (48H) Week, 77H-76H (47H-46H) Day , 75H-74H (45H-44H) hours, 73H-72H (43H-42H) minutes, 71H-70H (41H-40H) second 5EH-5DH (55H-54H) Lunar New Year, 5CH-5BH (53H-52H) Lunar month, 5AH-59H (51H-50H) Lunar Leap Day logo for F0, adjust the timer T1 is used when flashing. 1302 adjust at set time, the status should be cha
    2022-08-09 16:37:13下载
    积分:1
  • 696518资源总数
  • 105074会员总数
  • 31今日下载