搜索资源列表
-
0下载:
This function invokes the interrupt service routine whose address is pisr and returns the results in the most general fashion.
-
-
0下载:
用单脉冲发生器的输出脉冲作为中断源,每按一次按键产生一次中断申请,中断服务程序将在实验箱的显示屏显示一个字符“R”-Single-pulse generator output pulse as interrupt sources, each generated by a disruption of a key application for interrupt service routine to the display box in the experiment shows a charact
-
-
0下载:
这是一个用汇编语言编写实现的可编程并行接口实验,(1) 设置8255A的A口工作在方式1输出。
(2) 每按一次单脉冲按钮产生一个正脉冲使8255A产生一次中断请求。
(3) 设计中断服务程序,依次输出01H、02H、04H、08H、10H、20H、40H、80H,使L0~L7一次发光。
-It is written in assembly language implementation of a programmable parallel interface experime
-
-
0下载:
程序功能为3位数码管定时更新显示,T0定时中断服务程序用于50ms扫描3位数码管,实现3位数码管的动态显示,显示内容为 :000~999。-The program features three digital tube display is updated regularly, T0 timer interrupt service routine for 50ms scan three digital tube, three digital tube dynamic display, the d
-
-
0下载:
除零溢出中断控制重写,实现了中断服务子程序的修改,当溢出时扩展,当除零时报错-Divide by zero overflow interrupt control the rewrite, modify the interrupt service routine, when the overflow expansion, when the error in addition to 0:00
-
-
0下载:
定时器每100us中断一次,在中断服务程序中,对中断次数进行计数,100us计数10000次就是1秒。然后再对秒计数得到分和小时值,并送入显示缓冲区。-Timer interrupt every 100us, in the interrupt service routine, the interrupt number of counts, 100us count is 1 second 10000. Then seconds count the minutes and hours values
-
-
0下载:
这是一个汇编程序,利用8259实现中断管理控制,其中7个开关为中断源,出发七个中断,中断服务子程序的功能是点亮相应位的LED指示灯。-This is an assembler using the 8259 interrupt management control switch 7 interrupt sources, starting seven interrupt, the interrupt service routine is lit the corresponding LED indic
-
-
0下载:
这是一个汇编程序,利用8259实现中断管理控制,其中7个开关为中断源,出发七个中断,中断服务子程序的功能是点亮相应位的LED指示灯。-This is an assembler using the 8259 interrupt management control switch 7 interrupt sources, starting seven interrupt, the interrupt service routine is lit the corresponding LED indic
-
-
1下载:
1.编写一个 32 位二进制数除以 16 位二进制数的除法程序.观察当除数为 0,或
超过相应寄存器范围时,程序执行的结果.
2.修改零号中断服务程序,使它具有以下功能:
(1)判断除数是否为 0,当除数为 0 时,显示相应的结果
(2)当除数不为 0 时,采用适当的方法完成商超过 16 位的二进制数的除法运算.
3.注意必须保护原有中断服务程序的入口地址,并在程序完毕前加以恢复.-1 to write a 32-bit binary number is div
-
-
0下载:
直流电机的转速控制。利用8253产生“准PWM”(占空比50 ~0 )波形,不同的占空比影响着直流电机的转速。通过秒中断服务程序读取K7-0的数据、修改PWM的占空比,实现直流电机的转速控制。
-DC motor speed control. 8253 use a " quasi-PWM" (50 to 0 duty cycle) waveform, affecting different duty DC motor speed. Read by the interru
-
-
0下载:
INT0的中断服务程序及脉宽测量
通过按键产生/INT0 有效信号,在P3.4 引脚上输出指示信号;并测量按键操作在/INT0引脚上产生的高电平的脉宽。注意:实际操作时,测试的脉冲宽度有可能超过16 位计数器的定时范围。操作时,考虑用蜂鸣器或指示灯作为状态提示。
-INT0 interrupt service routine and pulse width measurement
Produced by key/INT0 valid signal, the output signal
-
-
0下载:
编一程序,在显示器上显示时、分、秒,借用计数器8253的Timer0作为中断源,通过8259A向CPU发送中断,每10ms产生一次中断。在中断服务程序中管理刷新时、分、秒。
输入文件名(如:CLK)后清屏显示:Current:xx:xx:xx(时分秒键盘输入),打回车,时分秒开始计时,始终不停刷新。当键入ctrl+c时,停止计时,返回系统,且系统正常运行不死机。
-Compile a program that is displayed on the monitor, minutes,
-
-
0下载:
This function invokes the interrupt service routine whose ad-This function invokes the interrupt service routine whose AD
-