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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
11/29/02 14:06
Read: times


 
#33441 - RE: what 's difference doing something
commenting out the "filler" code that indeed, does nothing:
return:
;push acc 
;movc a, @a+dptr
;pop acc
inc a
sjmp return 

return:
;push acc 
;movc a, @a+dptr
;pop acc
inc dptr
sjmp return

The a or dptr is incremented which, in case they are return values, is significant.

Erik



List of 15 messages in thread
TopicAuthorDate
what 's difference            01/01/70 00:00      
RE: what 's difference            01/01/70 00:00      
RE: what 's difference            01/01/70 00:00      
RE: what 's difference            01/01/70 00:00      
RE: what 's difference            01/01/70 00:00      
RE: what 's difference - Steve            01/01/70 00:00      
RE: what 's difference- Hal            01/01/70 00:00      
RE: what \'s difference - Steve            01/01/70 00:00      
RE: what 's difference doing something            01/01/70 00:00      
RE: what 's difference doing something            01/01/70 00:00      
RE: what \'s difference doing something            01/01/70 00:00      
RE: what 's difference            01/01/70 00:00      
RE: what \'s difference - Sathish            01/01/70 00:00      
RE: what \'s difference - Hal Albach            01/01/70 00:00      
RE: what \'s difference - Sathish            01/01/70 00:00      

Back to Subject List