I need to run a couple of powerpc routines through an emulator to see what funky conversions are happening. Ive googled around and cant find a stock C source tree i can compile and use. Preperably without much in the way of os support, just raw emulation. Any ideas? joolz -- --------------------------------- --- -- - Posted with NewsLeecher v6.5 Beta 2 Web @ http://www.newsleecher.com/?usenet ------------------- ----- ---- -- -

powerpc emulator
Started by ●February 12, 2014
Reply by ●February 12, 20142014-02-12
Julian Gardner <joolzg@btinternet.com> wrote:> I need to run a couple of powerpc routines through an emulator to see what > funky conversions are happening. > > Ive googled around and cant find a stock C source tree i can compile and use. > > Preperably without much in the way of os support, just raw emulation.qemu has Power PC user mode emulation - lets you run a single executable (without OS) on a machine of a different architecture. It's a JIT, but it's fairly portable. Theo
Reply by ●February 12, 20142014-02-12
On Wed, 12 Feb 2014 12:01:50 +0000, Julian Gardner wrote:> I need to run a couple of powerpc routines through an emulator to see > what funky conversions are happening. > > Ive googled around and cant find a stock C source tree i can compile and > use. > > Preperably without much in the way of os support, just raw emulation. > > Any ideas? > > joolzLook at simh. I think there is a ppc version. -- Chisolm Republic of Texas
Reply by ●February 12, 20142014-02-12
On Wed, 12 Feb 2014 12:01:50 +0000, Julian Gardner wrote:> I need to run a couple of powerpc routines through an emulator to see > what funky conversions are happening. > > Ive googled around and cant find a stock C source tree i can compile and > use. > > Preperably without much in the way of os support, just raw emulation. > > Any ideas? > > joolzGet the cheapest demo board that you can find with a PowerPC on it, and try the code out. Or buy an old used Mac. -- Tim Wescott Wescott Design Services http://www.wescottdesign.com
Reply by ●February 21, 20142014-02-21
Qemu?? On Wed, 12 Feb 2014, Julian Gardner wrote:> Date: 12 Feb 2014 12:01:50 GMT > From: Julian Gardner <joolzg@btinternet.com> > Newsgroups: comp.arch.embedded > Subject: powerpc emulator > > I need to run a couple of powerpc routines through an emulator to see what funky > conversions are happening. > > Ive googled around and cant find a stock C source tree i can compile and use. > > Preperably without much in the way of os support, just raw emulation. > > Any ideas? > > joolz > > > >
