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
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.
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.
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.