views:

25

answers:

1

I'm developing a text editor like VI with assembly and need to take control of console, exactly like Vi, for example changing the position of cursor and inserting and deleting of strings. I googled a lot but didn't find any good suggestion, the code is not my problem, I want to get the idea of how to do it, then i could code it myself I'm using NASM and 32 bit Linux OS.

+2  A: 
Nikolai N Fetissov
I checked the links, but the problem is my prof. doesn't allow us to use C libraries, and he wants pure assembly, does it have any solution this way?
Mehrshad