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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
01/02/03 14:20
Read: times


 
#35410 - RE: Problem with : 16-Bit Division Sub
In the tutorial the register reset is missing. But this isn't a mistake. The tutorial concentrates on the division itself. Of course all used registers must be initiated.

Yes, but is an accepted practice to head all routines with something like (I am not trying to start a discussion about header layout, just stating that a header should be present)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; blah
;
; blah converts apples to oranges
;
; r4 must contain apple count
; r7 contains orange count

blah:


Erik


List of 6 messages in thread
TopicAuthorDate
Problem with : 16-Bit Division Sub            01/01/70 00:00      
RE: Problem with : 16-Bit Division Sub            01/01/70 00:00      
   RE: Problem with : 16-Bit Division Sub            01/01/70 00:00      
RE: Problem with : 16-Bit Division Sub            01/01/70 00:00      
RE: Problem with : 16-Bit Division Sub            01/01/70 00:00      
RE: Problem with : 16-Bit Division Sub            01/01/70 00:00      

Back to Subject List