Date: Sun, 7 Mar 1999 13:34:57 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Stuart Moore cc: djgpp AT delorie DOT com Subject: Re: The Frotz interpreter - ASM problems! In-Reply-To: <36E17E84.20C@my-dejanews.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sat, 6 Mar 1999, Stuart Moore wrote: > By the way - I've remembered the ASM is for byte-swapping now. Any help? DJGPP has library functions to do that (htonX and ntohX, where X is either `l' or `s', depending on whether it's a long or a short.