<b>
;
;to increment R6::R7 do this
;
INC_R6R7:
    INC   R7
    MOV   A, R7
    JNZ   LOC_A
    INC   R6
LOC_A:
    ...
</b>