ADC instruction in ASM 8086

Posted by Tal on Stack Overflow See other posts from Stack Overflow or by Tal
Published on 2010-04-22T04:30:15Z Indexed on 2010/04/22 7:43 UTC
Read the original article Hit count: 389

When I use ADC for exmaple:

AL = 01 and BL = 02, and CF = 1

when I make this:

ADC AL,BL 

Will AL be 3 or 4? (with the CF addition or without?)

© Stack Overflow or respective owner

Related posts about assembly

Related posts about 8086