From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5e14790626dc0cf1 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-22 21:14:13 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.ems.psu.edu!news.cis.ohio-state.edu!news.compuserve.com!news-master.compuserve.com!not-for-mail From: "Michael Garrett" Newsgroups: comp.lang.ada Subject: Re: Gnat Asm Insertion Question Date: Mon, 22 Oct 2001 23:12:10 -0500 Organization: CompuServe Interactive Services Message-ID: <9r2qqk$bod$1@suaar1ac.prod.compuserve.com> References: <9r0vhg$evr$1@suaar1aa.prod.compuserve.com> <9r1bqc$nsp$1@suaar1aa.prod.compuserve.com> NNTP-Posting-Host: chi-tgn-guy-vty19.as.wcom.net X-Trace: suaar1ac.prod.compuserve.com 1003810452 12045 216.192.141.19 (23 Oct 2001 04:14:12 GMT) X-Complaints-To: newsmaster@compuserve.com NNTP-Posting-Date: 23 Oct 2001 04:14:12 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Xref: archiver1.google.com comp.lang.ada:15059 Date: 2001-10-23T04:14:12+00:00 List-Id: Michael Garrett wrote in message news:9r1bqc$nsp$1@suaar1aa.prod.compuserve.com... I chaged the code to read: The LF and HT's in the right spot along with having the correct movl operand size corrected the issue. Thanks to everyone for the help. ( I will need more ......... ) Asm (Latin_1.LF & Latin_1.HT & "movl %%cr0,%%eax; " & Latin_1.LF & Latin_1.HT & "or $0x0001,%%eax; " & Latin_1.LF & Latin_1.HT & "movl %%eax,%%cr0; " & Latin_1.LF & Latin_1.HT & "ljmp $0x10,$1f; " & Latin_1.LF & "1: " & Latin_1.LF & Latin_1.HT & "movl $0x18,%%eax; " & Latin_1.LF & Latin_1.HT & "movl %%ax,%%ds; " & Latin_1.LF & Latin_1.HT & "movl %%ax,%%es; " & Latin_1.LF & Latin_1.HT & "movl %%ax,%%fs; " & Latin_1.LF & Latin_1.HT & "movl %%ax,%%gs; " & Latin_1.LF & Latin_1.HT & "movl %%ax,%%ss; ", No_Output_Operands, No_Input_Operands);