The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: ashmiah on February 01, 2005, 11:44:33 AM

Title: Help me!
Post by: ashmiah on February 01, 2005, 11:44:33 AM
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
Title: Re: Help me!
Post by: Tedd on February 01, 2005, 11:48:29 AM
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.
Title: Re: Help me!
Post by: sluggy on February 01, 2005, 12:24:05 PM
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.
Title: Re: Help me!
Post by: Nilrem on February 01, 2005, 01:02:24 PM
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.