News:

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

Help me!

Started by ashmiah, February 01, 2005, 11:44:33 AM

Previous topic - Next topic

ashmiah

Hello People

Just need a little help with Masm, you are going to think i am so stupid and your propley right

I am trying to make a program on Masm that allows a user to enter a name 2 numbers and a welcoem message, its just not happening

any help with be so greatful

Cheers Peoples

Tedd

Sounds like homework ::)

I'm assuming this is a 16-bit dos question?
So you'll need to find out how to display a message (hint: try INT 21h) and how to get keyboard input. And probably, after that, you'll want to convert the numbers from ascii into their binary values.
No snowflake in an avalanche feels responsible.

sluggy

ashmiah,
you will have to give more details before anyone here will help you. Please also note the forum rules regarding homework/assignments. If these apply to your question, then write your program, then ask questions when you are stuck.

Nilrem

Even though I don't have asm as homework, as you will see from my topics I try and code first (or research at least and give evidence of it) and ask the questions secondly.