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,5de3fcabfe0474f0,start X-Google-Attributes: gid103376,public From: gfrenoy@ibm.net (Frenoy Ga�tan) Subject: Running ADA code compiled for NT/Intel on a NT/Alpha Date: 1997/07/26 Message-ID: <33da134d.6264788@news-s01.ny.us.ibm.net>#1/1 X-Deja-AN: 259050935 Organization: CIMTECH S.A. Reply-To: gfrenoy@ibm.net Newsgroups: comp.lang.ada Date: 1997-07-26T00:00:00+00:00 List-Id: We have compiled this small thing with 2 different ADA compiler (VADSself 6.2.1 and ObjectAda 7.0) on a NT/Intel : with text_io; procedure hello is text_io.put_line ("Hello!"); end hello; Then we've tried to run it on a x86 emulator (FX!32) on a NT/Alpha machine. In both case...it fails with the same error : -- FX!32 Fatal error in process ... FX!32 486 emulator forcing process exit: Unimplemented entire opcode. Context Little endian istream and location ce:0040c3ac Approximate dissasembly: into -- Has someone already tried this ? (surely...) Has this one already found a solution ? (I hope so...) Will I have the same problem with every PC based compiler ?