Log inRegister an accountBrowse CSDbHelp & documentationFacts & StatisticsThe forumsAvailable RSS-feeds on CSDbSupport CSDb Commodore 64 Scene Database
You are not logged in - nap
CSDb User Forums


Forums > C64 Coding > C64 interrupts
2010-03-25 10:31
breeze
Account closed

Registered: Mar 2009
Posts: 20
C64 interrupts

Hi pplz :)

Please, explain to me the principle of work interrupts in the C64:

1. The Z80 cpu has a HALT command, which allows to wait for the interruption at the main loop of code.Is there such a command to CPU 6510 or is not possible?

2. In the processor Z80 when it comes to interrupt code execution in the code of main loop is stops and execute the code of interrupt. After execute the code of interrupt, continue to execute code of the main loop. Processor 6510 operates on the same principle? Or code of main loop will continue run and the code of interupt will start parallel ?
 
... 3 posts hidden. Click here to view all posts....
 
2010-03-25 11:40
breeze
Account closed

Registered: Mar 2009
Posts: 20
Big thanks for the clarification!
2010-03-25 11:43
Skate

Registered: Jul 2003
Posts: 490
so, if we use HALT without setting any interrupts, CPU will completely stop working. I mean it's not like "jmp *", no opcodes would be fetched and executed. Did I get it right?
2010-03-25 12:00
breeze
Account closed

Registered: Mar 2009
Posts: 20
Quote: so, if we use HALT without setting any interrupts, CPU will completely stop working. I mean it's not like "jmp *", no opcodes would be fetched and executed. Did I get it right?

if interrupts is disabled (DI) then you right, the Z80 will HALT. But by default way interrupts is enabled.
2010-03-25 12:10
Frantic

Registered: Mar 2003
Posts: 1627
When I coded the mega-stretcher in "Demontronic" (by Megaboys) for the Gameboy Color, I used HALT to get stable raster timing, since there is no jitter in the onset of the interrupt after putting the CPU in halted mode (unlike "jmp *"). On c64 this is of course a bit more complicated, since the jitter must be neutralized/compensated for in various ways if one wants perfectly stable timing of the onset of the interrupt code.
2010-03-25 20:10
Krill

Registered: Apr 2002
Posts: 2839
We have a couple of op-codes which would perform a complete HALT without any wake-on-interrupt option, most commonly called JAM or HLT. :)
2010-03-25 20:20
Mr. SID

Registered: Jan 2003
Posts: 421
Yeah, would be cool if you could still service an IRQ after a JAM and wake it up again...
2010-03-25 21:05
assiduous
Account closed

Registered: Jun 2007
Posts: 343
Quoting Mr. SID
Yeah, would be cool if you could still service an IRQ after a JAM and wake it up again...

run FLI DXPP in Vice or Vice"SC" and close the jam popup window after pressing space. poof,magic ensues:)

dont hold your breath though- its one of Vice bugs and it doesnt work in Hoxs&Ccs or on the real box.
2010-03-25 22:33
breeze
Account closed

Registered: Mar 2009
Posts: 20
Thanks for the clarification, I will try to understand it all :)
2010-03-26 09:08
Skate

Registered: Jul 2003
Posts: 490
@assiduous: same thing happened (JAM at $9003) in CCS64 v3.5

edit: well, hoxs64 behaved the same way. maybe I didn't see the correct result at vice at the first place. vice gets locked up just like other emulators. should something continue after jam? it does not at the latest version.

edit 2: sorry, I've missed "closing the window" part. I was pressing one of the buttons, that's why I couldn't see the magic ;)
2010-03-26 13:26
assiduous
Account closed

Registered: Jun 2007
Posts: 343
Quoting Skate
I was pressing one of the buttons, that's why I couldn't see the magic ;)

if you press the cancel button to continue as the popup box instructs you can see it aswell.
Previous - 1 | 2 - Next
RefreshSubscribe to this thread:

You need to be logged in to post in the forum.

Search the forum:
Search   for   in  
All times are CET.
Search CSDb
Advanced
Users Online
Guests online: 131
Top Demos
1 Next Level  (9.8)
2 Mojo  (9.7)
3 Coma Light 13  (9.7)
4 Edge of Disgrace  (9.6)
5 Comaland 100%  (9.6)
6 No Bounds  (9.6)
7 Uncensored  (9.6)
8 Wonderland XIV  (9.6)
9 Memento Mori  (9.6)
10 Bromance  (9.5)
Top onefile Demos
1 It's More Fun to Com..  (9.7)
2 Party Elk 2  (9.7)
3 Cubic Dream  (9.6)
4 Copper Booze  (9.5)
5 TRSAC, Gabber & Pebe..  (9.5)
6 Rainbow Connection  (9.5)
7 Wafer Demo  (9.5)
8 Dawnfall V1.1  (9.5)
9 Quadrants  (9.5)
10 Daah, Those Acid Pil..  (9.5)
Top Groups
1 Oxyron  (9.3)
2 Nostalgia  (9.3)
3 Booze Design  (9.3)
4 Censor Design  (9.3)
5 Crest  (9.3)
Top Webmasters
1 Slaygon  (9.7)
2 Perff  (9.6)
3 Morpheus  (9.5)
4 Sabbi  (9.5)
5 CreaMD  (9.1)

Home - Disclaimer
Copyright © No Name 2001-2024
Page generated in: 0.181 sec.