Embed Notice
HTML Code
Corresponding Notice
- Embed this notice@Inginsub ok ok ic.
so, i'm thinking for the sum, could i just
add resultDh with resultCl,
inc for the carry,
add resultBl to that,
inc for carry again,
mov that result into the lowest part of a 3 word buffer,
add the inc to resultCh
inc for carry again starting from 0
add to that resultBh
inc for carry
add to that resultAl
inc for carry again
mov the result into the lower part of the 3 word buffer
add inc to result Ah
mov that result into the highest part of the 3 word buffer
and then i would have the entire result in one buffer.
and if not in one buffer, could i mov the results into separate buffers and then figure out how to print those out?