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 17:37
Read: times


 
#156135 - For completion...
Responding to: ???'s previous message
To avoid the "00" do this:

start: 
;   count 3Fh..00
    mov    30h,#3Fh
    djnz   30h,$
    jmp    start 

 


And then in the Interrupt routine, increment the value:
     :
     : 
;   report 40h..01
    mov    A,30h
    inc    A
    mov    SBUF,A
     :
     : 

 

--Rich


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