L7: mov 32(bp),dx
mov 30(bp),cx
add 26(bp),ax
adc 28(bp),bx
add 22(bp),ax
adc 24(bp),bx
jmp L0
|
store decremented byte count back in mem
as a long
increment destination
carry from low-order word
increment source
carry from low-order word
start next iteration
|