News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Newbie question

Started by Ricochete, October 24, 2006, 04:42:51 AM

Previous topic - Next topic

Ricochete

Hey everyone,

I'm new to assembler programming (to any programming actually). I need quick help about basic stuff. I need to make a program in assembler that adds two hexadecimal numbers inputted by user.

Thanx in advance

Draakie

Two Questions for you then :

Is this going to be for Windows (32-bit) or DOS (16-bit).
Is this homework - as in a task given by an educational institution.

.If 16-bit then please resubmit this query in the 16-bit Forum.
.If 32-bit then welcome - U're in the right Place.
.If homework then sorry - ca'nt help you write it - but please feel free
to have a look at all the possible resources available all over the show.
.if NOT homework - please post what you've got so far - and let's see.

Draakie



Does this code make me look bloated ? (wink)

Ricochete

I'd prefer 32-bit code :)

This is not a homework. I started learning assembler and I like going through simple code examples and learning basic stuff that way. This is just a random problem I found on some sites (without solution :), and I can't quite figure how does all the inputting and printing on screen work, so solution to this problem would be solution to my problem too :)

Tnx for reply

Draakie

http://www.masm32.com/board/index.php?topic=5880.0

Well - quite a couple of dialog style stuff is covered in the above.

Might be a bit daunting for a start though. :eek

[NOTE : Get hold of KetilO 's RADASM to make sense of it all]

Draakie
Does this code make me look bloated ? (wink)

Ricochete