Author Topic: NASM programing  (Read 8703 times)

nobody

  • Guest
NASM programing
« on: November 15, 2008, 10:11:46 PM »
Hello! I need to do a program in NASM language and I have no idea how to do it! The problem is the following:

Write a NASM program that does the following:
(i) prompts the user to input a line,
(ii) detects if the input line contains โ€˜ end.โ€™, and
(iii) if so, echoes the line up to the first instance ofโ€˜ end.โ€™ and returns control to the kernel; otherwise repeats all over again at (i).
Assemble your program using the NASM assembler and run the resulting executable. Debug the program until it works correctly.

Thanks in advance for your answers!
PLS. give me the program code....to study and understand more easier this language! Thanks