Write a PC assembly program that will display your name, address, and telephone number.
For a example a student whose name is Allen, lives at 1122 West End Avenue,Brooklyn, NY 112345. He has the telephone number 1-718-123-4567. the display would be the following:
$$***********22***************$$51
NAME: ALLEN
STREET ADDRESS:122 West End Avenue
CITY/STATE/ZIP:Brooklyn, NY 112345
telephone number 1-718-123-4567
PLEACE USE ONLY ONE PROCEDURE IN YOUR PROGRAM. DO NOT USE MACROS OR LOOP INSTRUCTION.
|
Newbie Member
|
|
| 28Apr2011,22:52 | #2 |
|
please i need help, i have a mini project to develop a an assembly program that will calculate the square root of a 32 bit number, using the classical method of successive approximations known as Netwon's method.
|
