Date: Sun, 29 Sep 1996 11:29:43 +0200 (IST) From: Eli Zaretskii To: Mirko Geffken Cc: djgpp AT delorie DOT com Subject: Re: Question on farpoke In-Reply-To: <32493396.3ECF@seitz.de> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 25 Sep 1996, Mirko Geffken wrote: > 1) If I use the farpoke routine (don't know > the exact command at the moment) and look at the assembly I can see > something like .byte 0x64 assembled before the mov instruction. > My question, what exactly does this do? This is the FS: segment override. Gas (the GNU assembler) doesn't handle these well, so the usual practice is to put them in as .byte constants.