CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - Interrupt Service Routine

搜索资源列表

  1. ISCALL

    0下载:
  2. This function invokes the interrupt service routine whose address is pisr and returns the results in the most general fashion.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.2kb
    • 提供者:余华
  1. 8259

    0下载:
  2. 用单脉冲发生器的输出脉冲作为中断源,每按一次按键产生一次中断申请,中断服务程序将在实验箱的显示屏显示一个字符“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
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:4.22kb
    • 提供者:黄赛杰
  1. interface

    0下载:
  2. 这是一个用汇编语言编写实现的可编程并行接口实验,(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
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:864byte
    • 提供者:jane
  1. 3

    0下载:
  2. 程序功能为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
  3. 所属分类:assembly language

    • 发布日期:2017-11-22
    • 文件大小:2.08kb
    • 提供者:zhangming
  1. E

    0下载:
  2. 除零溢出中断控制重写,实现了中断服务子程序的修改,当溢出时扩展,当除零时报错-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
  3. 所属分类:assembly language

    • 发布日期:2017-11-26
    • 文件大小:541byte
    • 提供者:ks
  1. clock

    0下载:
  2. 定时器每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
  3. 所属分类:assembly language

    • 发布日期:2017-12-01
    • 文件大小:33.33kb
    • 提供者:冯建明
  1. t8259

    0下载:
  2. 这是一个汇编程序,利用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
  3. 所属分类:assembly language

    • 发布日期:2017-11-21
    • 文件大小:938byte
    • 提供者:王秀琳
  1. 8259A

    0下载:
  2. 这是一个汇编程序,利用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
  3. 所属分类:assembly language

    • 发布日期:2017-12-10
    • 文件大小:639byte
    • 提供者:王秀琳
  1. E

    1下载:
  2. 1.编写一个 32 位二进制数除以 16 位二进制数的除法程序.观察当除数为 0,或 超过相应寄存器范围时,程序执行的结果. 2.修改零号中断服务程序,使它具有以下功能: (1)判断除数是否为 0,当除数为 0 时,显示相应的结果 (2)当除数不为 0 时,采用适当的方法完成商超过 16 位的二进制数的除法运算. 3.注意必须保护原有中断服务程序的入口地址,并在程序完毕前加以恢复.-1 to write a 32-bit binary number is div
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:1.94kb
    • 提供者:王程序
  1. motor

    0下载:
  2. 直流电机的转速控制。利用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
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:1.06kb
    • 提供者:Sophia
  1. INT0

    0下载:
  2. INT0的中断服务程序及脉宽测量 通过按键产生/INT0 有效信号,在P3.4 引脚上输出指示信号;并测量按键操作在/INT0引脚上产生的高电平的脉宽。注意:实际操作时,测试的脉冲宽度有可能超过16 位计数器的定时范围。操作时,考虑用蜂鸣器或指示灯作为状态提示。 -INT0 interrupt service routine and pulse width measurement Produced by key/INT0 valid signal, the output signal
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:1.15kb
    • 提供者:Pan
  1. interrupt

    0下载:
  2. 编一程序,在显示器上显示时、分、秒,借用计数器8253的Timer0作为中断源,通过8259A向CPU发送中断,每10ms产生一次中断。在中断服务程序中管理刷新时、分、秒。 输入文件名(如:CLK)后清屏显示:Current:xx:xx:xx(时分秒键盘输入),打回车,时分秒开始计时,始终不停刷新。当键入ctrl+c时,停止计时,返回系统,且系统正常运行不死机。 -Compile a program that is displayed on the monitor, minutes,
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:3.44kb
    • 提供者:林金金
  1. owlyr

    0下载:
  2. This function invokes the interrupt service routine whose ad-This function invokes the interrupt service routine whose AD
  3. 所属分类:assembly language

    • 发布日期:2017-12-18
    • 文件大小:2kb
    • 提供者:BRfdm!509814
搜珍网 www.dssz.com