Hi,
thanks for the link, I will check that our shortly.
I found through my searching that debug is limited in it's debugging of non-DOS (.com) compiled programs. That was probably part of my problem.
modified:
fortunately, I speak a little bit of spanish =)
modified 2:
When i try to debug the program with the above mentioned <
debug < filename.asm
I run into a "write fault error writing device PRN" and aborting or retrying just gives me an endless stream of the messages. Finally, my program is starting to almost work as expected, other than I can't debug it.
But, having read up on it a little, apparently, debug is limited with non-DOS programs. I am writing in 16-bit nasm, so it should work, but it's more complex then just a few lines - i hazard to say (it's complex for me) =)