Hi everyone. I've got to do a program in assembly and I'm a newbye. I'm studying and trying but there is always some difficulty. I'm using x86 language (16bit), I'm programming with ConText (actually I found this assembly enviroment on an italian website and I don't set anything)
I've got to do an application who work like a mail address book with this four functions:
1) Add a name and an address
2) Modify an address
3) Print the list of address
4) quit
I've make the 3) and the 4) points and I think I can make also the 1)
but how can I handle the 2?
First of all I think I have to consider line to line
Then I have to compare the string name that I want to modify
then I have to modify
But I can't do it. Any tips?
Ps: sorry for my english ;)