Date: Mon, 17 Apr 2000 13:18:27 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Alexandre Devaure cc: djgpp AT delorie DOT com Subject: Re: djgpp equivalent of borland __emi__ function In-Reply-To: <34AK4.1308$Uy5.1641536@nnrp6.proxad.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 17 Apr 2000, Alexandre Devaure wrote: > in the code sources, the coder > used the __emit__ function. This function puts opcode directly in the text > segment. Does it exist an equivalent function with djgpp ? No. You will need to use literal .byte directives in inline assembly.