How interrupts work (x86 vs. C64)
- From: MJ <spamtrap@xxxxxxxxxx>
- Date: Wed, 25 Oct 2006 09:42:21 +0200
Hi,
Some time ago I used interrupts at Commodore C-64. When I preset address
of system interrupt (as I know there was only one interrupt available)
to my code (which ended with jump to original address of interrupt) the
result was, that my code was repeated continuously (~60 times pre
second, in other 'thread'). The interrupts at x86 seem to work
differently. How do they work, and how to 'emulate' behavior of
interrupt from C64 ?
Many thanks,
MJ
--
.
- Follow-Ups:
- Re: How interrupts work (x86 vs. C64)
- From: Dirk Wolfgang Glomp
- Re: How interrupts work (x86 vs. C64)
- Prev by Date: Re: how to decide the value of SF
- Next by Date: Re: Do "nops" add to the latency of a program?
- Previous by thread: Re: How interrupts work (x86 vs. C64)
- Next by thread: Re: How interrupts work (x86 vs. C64)
- Index(es):
Relevant Pages
|