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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/21/06 12:02
Read: times


 
#114670 - The procesor does not stop at an 'end' s
Responding to: ???'s previous message
$mod652
mov a,#5h
mov p1,a
go to lunch
end

The procesor does not stop at an 'end' statement, it will go on executing whatever happens to be in memory.

for a snippet like this, you need to have something like
jmp $
before the end statement

Erik


List of 14 messages in thread
TopicAuthorDate
sending data            01/01/70 00:00      
   Masking            01/01/70 00:00      
   Yes Masking            01/01/70 00:00      
      masking            01/01/70 00:00      
         Use the c flag to handle bit's            01/01/70 00:00      
            charles            01/01/70 00:00      
   The procesor does not stop at an 'end' s            01/01/70 00:00      
   bcd            01/01/70 00:00      
      Some routines in the code library            01/01/70 00:00      
      BCD            01/01/70 00:00      
         bcd            01/01/70 00:00      
            Talk to me via skype if you wish            01/01/70 00:00      
   Sending            01/01/70 00:00      
      ORL wont work            01/01/70 00:00      

Back to Subject List