Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/23/08 03:44
Read: times


 
#156111 - The answer is...
Responding to: ???'s previous message
Yes!

The interrupt can hit at any time - the interrupt is sampled at the instruction fetch time - so it can happen between any instruction. In your case it could happen on line #1,2 or 3, so yes, there could be an instance where the memory location 30h has a value of 0 when the interrupt hits before the jmp start or mov 30h,#40h instructions.



List of 6 messages in thread
TopicAuthorDate
assembly code question and INT0            01/01/70 00:00      
   The answer is...            01/01/70 00:00      
      Thanks            01/01/70 00:00      
   For completion...            01/01/70 00:00      
      Amityville horror?            01/01/70 00:00      
         what I did was            01/01/70 00:00      

Back to Subject List