kobbydiscount Posted June 25, 2020 Posted June 25, 2020 (edited) In the processing of signals in the CPU, there are external and internal interrupts that have to be taken into consideration. How would you differentiate these interrupts from subroutine calls and branch instruction? Edited June 25, 2020 by kobbydiscount Added a few lines
Halc Posted June 25, 2020 Posted June 25, 2020 You've not given any indication of what you've done or what your current understanding of these terms is, so I don't know where help is needed. If you don't know the difference between an interrupt and a subroutine call, it seems you have to re-read the chapter(s) preceding this question. 1
Simmer Posted July 28, 2020 Posted July 28, 2020 Mirror the interrupts and repeat them in the rest of your code
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now