Hi!

24-Май-2004 10:12 [EMAIL PROTECTED] (Aitor Santamar?a Merino) wrote to
[EMAIL PROTECTED]:

>>ASM> See for example the flags (B706h to get, B707h to set, both through BX):
>>     Where "see"? Which interrupt function?
ASM> 2Fh

     You mean:

BX=0, AX=B706, INT 2F, append_state = BX
if (BX & 1) /* APPEND enabled */
     BX &= ~1, AX=B707, INT 2F
...perform searching...
BX=append_state, AX=B707, INT 2F

?




-------------------------------------------------------
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