Hi!

3-Май-2004 18:27 [EMAIL PROTECTED] (Paul Vojta) wrote to
[EMAIL PROTECTED]:

>> DEBUG displays a message 'Unexpected single-step interrupt'
>> as soon as it finish the statement below:
>>      MOV AH,4C
>>      INT 21
>> I cross check with
>>    DEBUG c:\tools\LIST.COM c:\tmp\*.*
PV> I don't have the program "list.com" on my freeDOS setup.  Can you please
PV> send me a simple program that exhibits the problem?  The problem doesn't
PV> show up for the simple program:
PV> ;   nasm test.asm -O 2 -o test.com
PV>     org     100h
PV>     mov     ah,9
PV>     mov     dx,hithere
PV>     int     21h
PV>     ret
PV> hithere     db      'Hi there',13,10,'$'

     Try this:

______________O\_/_________________________________\_/O______________
debug
a
mov ah,4c
int 21
int 3

g=100
g
_____________________________________________________________________
              O/~\                                 /~\O




-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id149&alloc_id│66&op=click
_______________________________________________
Freedos-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to