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 07:58:12 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!news.maxwell.syr.edu!cpk-news-hub1.bbnplanet.com!news.gtei.net!news-FFM2.ecrc.net!news.iks-jena.de!lutz From: lutz@iks-jena.de (Lutz Donnerhacke) Newsgroups: comp.lang.ada Subject: Re: Gnat Asm Insertion Question Date: Mon, 22 Oct 2001 14:57:25 +0000 (UTC) Organization: IKS GmbH Jena Message-ID: References: <9r0vhg$evr$1@suaar1aa.prod.compuserve.com> <9r1bqc$nsp$1@suaar1aa.prod.compuserve.com> NNTP-Posting-Host: taranis.iks-jena.de X-Trace: branwen.iks-jena.de 1003762645 32206 217.17.192.37 (22 Oct 2001 14:57:25 GMT) X-Complaints-To: usenet@iks-jena.de NNTP-Posting-Date: Mon, 22 Oct 2001 14:57:25 +0000 (UTC) User-Agent: slrn/0.9.6.3 (Linux) Xref: archiver1.google.com comp.lang.ada:15026 Date: 2001-10-22T14:57:25+00:00 List-Id: * Michael Garrett wrote: >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 %%eax,%%ds; " & Latin_1.LF & Latin_1.HT & > "movl %%eax,%%es; " & Latin_1.LF & Latin_1.HT & > "movl %%eax,%%fs; " & Latin_1.LF & Latin_1.HT & > "movl %%eax,%%gs; " & Latin_1.LF & Latin_1.HT & > "movl %%eax,%%ss; ", > No_Output_Operands, > No_Input_Operands); Still 'Globbing => "..."' is missing. >In a Put statement, this gives me formated asm code with the label in the >first location on the line. But the compiler is still choking after the >label. Because a label has to start with an Alpha? Please do not append the whole message: Learn to quote.