-
the source for the CPU PIC16C54 to adopt cost
这个源码的CPU为PIC16C54,为子节约成本采用端口复用。-the source for the CPU PIC16C54 to adopt cost-saving portal reuse.
- 2022-03-19 18:17:18下载
- 积分:1
-
设计多字节减法运算程序,要求程序能显示运算数据和结果数据(16进制)....
设计多字节减法运算程序,要求程序能显示运算数据和结果数据(16进制).-design of multi-byte subtraction Operational procedures, requirements Operational procedures can show that the data and results data (16 bases).
- 2022-06-27 12:13:22下载
- 积分:1
-
汇编语言实例 好的很!
汇编语言实例 好的很!-assembly language is a good example!
- 2022-02-28 19:53:55下载
- 积分:1
-
Beihang assembly language teaching materials, based on after
北航的汇编语言教材,基于arm体系的课后实验源码。-Beihang assembly language teaching materials, based on after-school experimental arm system source code.
- 2022-01-25 23:52:33下载
- 积分:1
-
sad
sad
- 2022-08-22 16:44:16下载
- 积分:1
-
汇编写的windows菜单例子2
汇编写的windows菜单例子2-Compilation of written examples of windows menu 2
- 2022-03-21 17:56:28下载
- 积分:1
-
利用汇编语言实现一个可以在显示器上显示时、分、秒的电子时钟,并能提供整点报时功能。设计一个基本的具有显示时、分、秒的电子时钟。
到整点或预定的报警时间,能够...
利用汇编语言实现一个可以在显示器上显示时、分、秒的电子时钟,并能提供整点报时功能。设计一个基本的具有显示时、分、秒的电子时钟。
到整点或预定的报警时间,能够以不同的音乐进行报时,可以自行设置闹钟报警时间;
实物演示时要求讲出程序原理和设计思想;
程序运行良好、界面清晰。
-The use of assembly language implementation on a show in the display hours, minutes and seconds of electronic clock, and can provide the whole point timekeeping function. Designed with a basic display hour, minute, second electronic clock. The whole point of the book or the alarm time, be able to carry out a different time in music, you can set their own alarm clock time kind demonstration program called the principle of speaking the idea and design program is running good, clear interface.
- 2022-05-07 23:11:00下载
- 积分:1
-
homemade clocks and clock interrupt handling procedures in the establishment of...
自制时钟及时钟中断处理程序的编制
在CMD下运行,在右上角将出现当前的时间,同时可以输入CMD下的各种命令
相当于把单任务的操作系统改成多任务(一个显示时间,一个处理各种命令)-homemade clocks and clock interrupt handling procedures in the establishment of CMD running, in the upper right-hand corner there will be the current time, CMD also can be imported under the order amounts to a single task into multi-task operating system (a show, deal with a variety of orders)
- 2022-01-22 09:07:33下载
- 积分:1
-
,片选接到p1.5
复位端 p1.4
中断端接到 int0
82c250工作在斜率模式下 ,RS 接51k电阻到地。
2,SJA10...
,片选接到p1.5
复位端 p1.4
中断端接到 int0
82c250工作在斜率模式下 ,RS 接51k电阻到地。
2,SJA1000与82C250的接口,逻辑上为SJA1000输出0(显性位),表现为低点平输出给82C250,则82C250输出
差分的低电平。SJA1000输出1(隐性位),表现为高电平或悬空输出给82C250,则82C250输出悬空状态。
3,周立功的中SJA_BCANCONF.ASM中对输出控制寄存器 的TX0的输出 极性的位的定义不对。
还有里面定义有接收错误标志码,不知道何时用。-, The election received a P1.5-chip client p1.4 interrupt reset int0 82c250 client received in the slope mode, RS then 51k resistor to ground. 2, SJA1000 with the 82C250 interface, logic for SJA1000 Output 0 (dominant bit), showing low level output to the 82C250, while the low-level differential output 82C250. SJA1000 Output 1 (recessive), and the performance of the output is high or left vacant to the 82C250, the vacant state 82C250 output. 3, Zhou Ligong in the SJA_BCANCONF.ASM of output control register TX0 output polarity bit the definition of wrong. Inside the definition also has to receive error flag code, I do not know when to use.
- 2022-06-28 07:07:40下载
- 积分:1
-
LPC2000 启动代码Start.s文件简要分析
LPC2000 启动代码Start.s文件简要分析
先说一下启动代码的位置,启动代码是在板子加电后首先执行的。所以非要用汇编来写才行。
要完成处理器模式的初始化、设置中断向量表、设置各个模式下的堆栈、初始某些变量从而把
系统带到一个合适的运行环境中开始用户程序的运行。
本段设置处理器的模式相关常量
- 2023-08-02 02:00:02下载
- 积分:1