
delay_ms:
        mov     r7, #00h
loop_1:
        inc     r7
        mov     a, r7
        cjne    a, #0ffh, loop_1
        ret
