Glenn9999,
Thank you for the correction. Can you help me convert an If statement to assembly language.
The if statement is:
if (value > 100) and (count <= 10)
then
subtract 5*count from value;
end if;
This is what I have:
cmp value, 100
jne
cmp ecx, 10
jl
mov edx
This is where I left...
Can anyone suggest a book or a good website so that I can understand how arrays work, and how to create them. I am a visual learner, and I need a book or website that uses visuals to demonstrate the process.
Thanks for any help you can give me.
Thank you for the reply. Now I realize I maybe having a little trouble with hex. Do you know of a website that I could go to to strengthen my knowledge in hex.
Thank you
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.