Crossware

Table of Contents        Previous topic       Next topic       

Extension Examples->Counters 0 and 1->8051 Test Code

; The following code can be used to test the counters
; extension example.

    MOV    TMOD,#%01100110
    SETB    TR0
    SETB    TR1
loop
    nop
    nop
    nop
    nop
    nop
    nop
    nop
    nop
    nop
    nop
    nop
    nop
    nop
    nop
    nop
    nop
    nop
    jmp    loop