Re: [Freedos-user] x-comment to Michael Devore's message of 18 March

2005-03-19 Thread Arkady V.Belousov
Hi! 19-Мар-2005 13:59 [EMAIL PROTECTED] (Eric Auer) wrote to freedos-user@lists.sourceforge.net: EA> If not, you can at least replace the "mov al,[esi] / cmp al,0ffh / EA> je va_next / ... / va_next: inc esi / loop back" part by something like: EA> "mov al,0ffh / repz scasb [esi] Don't forg

Re: [Freedos-user] x-comment to Michael Devore's message of 18 March

2005-03-19 Thread Aitor Santamaría Merino
Hi, Jose Antonio Senna escribió: MD>GNU-ish type stuff suffers from the "we despise everything related to MD>Microsoft" and "Not Invented Here" syndromes, and its relationship with DOS MD>is often uneasy. That said, DJGPP has never given me a problem when MD>testing recent EMM386 versions. I n

Re: [Freedos-user] x-comment to Michael Devore's message of 18 March

2005-03-19 Thread Michael Devore
At 03:41 AM 3/19/2005 -0300, Jose Antonio Senna wrote: MD>GNU-ish type stuff suffers from the "we despise everything related to MD>Microsoft" and "Not Invented Here" syndromes, and its relationship with DOS MD>is often uneasy. That said, DJGPP has never given me a problem when MD>testing recent E

[Freedos-user] x-comment to Michael Devore's message of 18 March

2005-03-18 Thread Jose Antonio Senna
MD>GNU-ish type stuff suffers from the "we despise everything related to MD>Microsoft" and "Not Invented Here" syndromes, and its relationship with DOS MD>is often uneasy. That said, DJGPP has never given me a problem when MD>testing recent EMM386 versions. I never compiled anything using DJ