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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1ff962519234e59c,start X-Google-Attributes: gid103376,public From: Paul Van Bellinghen Subject: Copying and executing a ROM routine out of RAM Date: 1997/10/28 Message-ID: <3456AE71.A7E10C2E@mhv.net>#1/1 X-Deja-AN: 286355183 X-Server-Date: 29 Oct 1997 03:33:05 GMT Reply-To: pvanbell@mhv.net Organization: MHVNet Newsgroups: comp.lang.ada Date: 1997-10-29T03:33:05+00:00 List-Id: This is a multi-part message in MIME format. --------------4A3EEF0CD10CCF487C594089 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I need to copy and run a piece of code that resides in ROM memory in RAM. I was able to perform the copy OK but how do I execute it. I was going to do it in assembly code using the Machine_Code pragmas (ex. Code_1'(Jal, Code_Array'Ref);). I copied it to a static array in RAM. --------------4A3EEF0CD10CCF487C594089 Content-Type: text/x-vcard; charset=us-ascii; name="vcard.vcf" Content-Transfer-Encoding: 7bit Content-Description: Card for Paul Van Bellinghen Content-Disposition: attachment; filename="vcard.vcf" begin: vcard fn: Paul Van Bellinghen n: Van Bellinghen;Paul org: Lockheed Martin Fairchild email;internet: pvanbell@mhv.net title: Staff Analyst x-mozilla-cpt: ;0 x-mozilla-html: FALSE version: 2.1 end: vcard --------------4A3EEF0CD10CCF487C594089--