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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,a92b4141ec183b85,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!v34g2000prm.googlegroups.com!not-for-mail From: brian Newsgroups: comp.lang.ada Subject: GPS and assembly language files Date: Mon, 29 Mar 2010 23:35:18 -0700 (PDT) Organization: http://groups.google.com Message-ID: <9c34859d-ce4e-4989-865e-d044f6e84176@v34g2000prm.googlegroups.com> NNTP-Posting-Host: 67.49.163.119 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1269931006 31450 127.0.0.1 (30 Mar 2010 06:36:46 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 30 Mar 2010 06:36:46 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: v34g2000prm.googlegroups.com; posting-host=67.49.163.119; posting-account=gMAXfwoAAAA68ecE_HyeMd1oSNR8MnSb User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; GTB0.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; Zune 3.0; InfoPath.3; MS-RTC LM 8),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:9805 Date: 2010-03-29T23:35:18-07:00 List-Id: I'm trying to create a standalone (run on the bare metal) program for a PC using GPS GPL 2009. Obviously, I need an assembly language file (to setup the stack and transition the CPU to 32-bit mode), which would then call my Ada main entry point. Is it possible to have GPS compile and build this? I cannot figure out how to tell GPS about my assembly language file. -Brian