Host Engineering Forum

General Category => Do-more CPUs and Do-more Designer Software => Topic started by: ATU on April 18, 2019, 04:07:39 PM

Title: Interrupt Execution
Post by: ATU on April 18, 2019, 04:07:39 PM
I tried to find this in the help, but could not. When an interrupt executes, does it finish the current executing instruction? The current rung?
Title: Re: Interrupt Execution
Post by: franji1 on April 18, 2019, 04:10:10 PM
No.  This is processor level interrupts.  Caveat Emptor.

See INTSUSPEND instruction if needed.
Title: Re: Interrupt Execution
Post by: ATU on April 18, 2019, 04:15:35 PM
Good, I was hoping for that. Thanks.