Problem Set 2

Due: November 16th @ 9:35am

Hand in print out that includes documentation, and a disk.
Lable the program ed1.asm and ed1.exe (include the source and
executable program).

Write a program that will be used as a line editor. It should have the following features:

-set up a structure of pointers
-create room for at least 500 characters
-put everything in caps, except between quotes

Include the following commands: (m and n are line numbers)

L (ist)
D (elete) m
N (ew)
M (ove) m, n
C (opy) m, n
{R (un)} - will be needed for the next problem set
Display an error message if an incorrect command is input


Points: 40 + 10 (50 total) - be sure to highlite extras!!!
3 bonus points by working version at the start of lab Nov 14th