NASM and a question about ADC - ASM 8086
Posted
by Tal
on Stack Overflow
See other posts from Stack Overflow
or by Tal
Published on 2010-04-21T20:33:02Z
Indexed on
2010/04/21
20:33 UTC
Read the original article
Hit count: 414
Hello,I study assembly on High-school and I would like to try to make assembly programs at home.
I downloaded NASM but I don't understand how to run the .s files with it - if you can write a simple way here to run it I'd glad :-)
and in addition I have a question: 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?)
Thank you!!
© Stack Overflow or respective owner