Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content

Stack Exchange Network

Stack Exchange network consists of 183 Q&A communities includingStack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.

Visit Stack Exchange
Loading…
Retrocomputing

Questions tagged [interrupt]

Ask Question

For questions regarding processor interrupt signals on retrocomputing hardware

58 questions
Filter by
Sorted by
Tagged with
16votes
4answers
4kviews

DOS on the 8088 had to process interrupts and return. If a higher-priority interrupt occurred, the current handler was pushed and the higher-priority interrupt was serviced.4.77 million seems like a ...
4votes
1answer
371views

According to the 8275 datasheet, the interrupts are enabled always after the Enable Interrupts command is issued. As the retrace counters are always running, even before the component initialization, ...
4votes
1answer
587views

What is the mapping of hardware interrupts (all the IRQs and NMI) and CPU-generated interrupts (such as division by zero) to real-mode interrupt vectors at BIOS boot time, i.e. at the time the BIOS ...
pts's user avatar
  • 5,499
10votes
0answers
411views

In the MS-DOS v4.00 sources (which I forked for lMS-DOS upon the 2024 April free software release) the msbio module has several references to a machine called "K09", for instance in https://...
ecm's user avatar
  • 1,747
7votes
1answer
465views

The Z80 user manual (um0080.pdf) is basically useless for finding out many details about NMI. The diagram is broken and there's no mention that it's edge-triggered rather than level-triggered like INT ...
Pedro Gimeno's user avatar
5votes
2answers
314views

I've been looking at various documentations, and couldn't find a clear answer. I understand the Model 1 has no interrupt from the video generator, but I'm hoping there's at least a way to busy-wait ...
Cactus's user avatar
  • 2,830
12votes
2answers
2kviews

On the 6502, the brk instruction is a software interrupt. Like any other interrupt, it pushes the status word to the stack and then the program counter, before transferring control to an interrupt ...
Omar and Lorraine's user avatar
14votes
2answers
1kviews

Is there any way to read current Interrupt Mode in Z80 machine code?Official Z80 datasheet mentions IMFa/IMFb registers which keep the mode value.Thank you
Max's user avatar
  • 297
2votes
1answer
507views

How does an original 6502 behave if the ready pin is being held during a reset/power-on event?Would it pause CPU start-up entirely, delaying when some or all of the 6 internal cycles are executed? (...
David's user avatar
  • 5,317
42votes
4answers
9kviews

As I remember, the SysRq key generated a special, unique interrupt (not an ordinary keyboard interrupt). It was supposed to let the user interrupt any process in a multitasking situation and return ...
Miss Understands's user avatar
5votes
1answer
666views

I don't recall where from but at some point I was under the impression that the Intel 186 processor used interrupt 6 for invalid opcodes.However, there's the HP 95LX that uses a NEC V20. NEC V20/V30 ...
ecm's user avatar
  • 1,747
7votes
1answer
324views

While researching this answer about incrementing the program counter, I found something I thought was a little odd in the FETCH state flow diagram, which is figure 3-8 of the PDP-8/E & PDP-8/M &...
Omar and Lorraine's user avatar
21votes
10answers
10kviews

The invention and spread of interrupts in the 1950s is reasonably well known but I am curious: were there any systems after which didn't support them?
chx's user avatar
  • 1,342
12votes
0answers
278views

I've dug into the origin of the word "trap" in computer engineering. The older documented mentions of the term I can find, is the "trapping mode" in the IBM 704, specifically in ...
BipedalJoe's user avatar
12votes
2answers
2kviews

Is there a skeleton for handling the interrupt on the ZX Spectrum? Can I read it?I need the ZX Spectrum to handle an interrupt from a device and I have no idea where to start from.I like the idea of ...
ozw1z5rd's user avatar

153050per page
1
234

Hot Network Questions

more hot questions
Newest interrupt questions feed

[8]ページ先頭

©2009-2025 Movatter.jp