I recently got the urge to take on asm, but unfortunately got stuck in the first step(how sad). I used a tutorial that told me to use debug(i don't want to use TASM or MASM yet) but the code it gave me never works! I tried many different sites but only some parts of the code would work.
Please tell me what im doing wrong.
1. Go into MSDOS(i have win XP)
2.type debug
3. type n filename.com
4.type a
5.Type MOV AX,SEG MESSAGE on first line
6. Press enter, i get ^error
I don't even bother continuing the code since i cant even get past the first line.
What is wrong here? Other lines like MOV AX,02,etc.. work but certain ones don't. Is this normal?
Thanks in advance
Please tell me what im doing wrong.
1. Go into MSDOS(i have win XP)
2.type debug
3. type n filename.com
4.type a
5.Type MOV AX,SEG MESSAGE on first line
6. Press enter, i get ^error
I don't even bother continuing the code since i cant even get past the first line.
What is wrong here? Other lines like MOV AX,02,etc.. work but certain ones don't. Is this normal?
Thanks in advance