delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp-workers/2001/06/19/13:59:12

X-Authentication-Warning: kendall.sfbr.org: jeffw set sender to jeffw AT darwin DOT sfbr DOT org using -f
Date: Tue, 19 Jun 2001 13:02:17 -0500
From: JT Williams <jeffw AT darwin DOT sfbr DOT org>
To: djgpp-workers AT delorie DOT com
Subject: Re: DJGPP 2.04 release date
Message-ID: <20010619130217.A1878@kendall.sfbr.org>
Mail-Followup-To: djgpp-workers AT delorie DOT com
References: <200105072211 DOT SAA25769 AT envy DOT delorie DOT com> <Pine DOT SUN DOT 3 DOT 91 DOT 1010508103514 DOT 3965P-100000 AT is> <20010508091744 DOT B23521 AT kendall DOT sfbr DOT org> <200105081500 DOT LAA01492 AT envy DOT delorie DOT com>
Mime-Version: 1.0
User-Agent: Mutt/1.2.5i
In-Reply-To: <200105081500.LAA01492@envy.delorie.com>; from dj@delorie.com on Tue, May 08, 2001 at 11:00:38AM -0400
Reply-To: djgpp-workers AT delorie DOT com
Errors-To: nobody AT delorie DOT com
X-Mailing-List: djgpp-workers AT delorie DOT com
X-Unsubscribes-To: listserv AT delorie DOT com

On Tue, May 08, 2001 at 11:00:38AM -0400, DJ Delorie wrote:
-: 
-: > I have only two more patches to apply to djasm.y before the stock
-: > DJGPP djasm can be used to build Bill Currie's M$-DOG LFN TSR
-: > (http://www.taniwha.org/lfn.zip).
-: 
-: This would be a useful combination to support.

If anyone is interested....

Effective with CVS version 1.11, `djasm' can be used to build
Bill Currie's LFN TSR for M$-DOG.  You'll need to apply the
following minor patch (or just make the two changes by hand).


--- lfn_file.inc.old	Wed Jun 16 06:08:45 1999
+++ lfn_file.inc	Thu Jun  7 15:32:11 2001
@@ -80,7 +80,7 @@
 		jz		?crc_done
 		xor		al,bl
 		movzx	eax,al
-		shrdd	ebx,edx,8
+		dshr	ebx,edx,8
 		shr		edx,8
 		xor		ebx,[8*eax+crc48_table]
 		xor		edx,[8*eax+crc48_table+4]
@@ -102,7 +102,7 @@
 		mov		al,0xf0					; subs 0xf0 for 0xe5
 	@f1:
 		stosb
-		shrdd	ebx,edx,6
+		dshr	ebx,edx,6
 		shr		edx,6
 		loop	?encode_loop
 		movb	[di],0

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019