Skip to content

PearPC - PowerPC Architecture Emulator

License

Notifications You must be signed in to change notification settings

mihaip/pearpc

 
 

Repository files navigation

Fork of the [PearPC](https://github.com/sebastianbiallas/pearpc) emulator, modified to be compiled to WebAssembly and run in the browser. Part of the [Infinite Mac](https://github.com/mihaip/infinite-mac), see [its README](https://github.com/mihaip/infinite-mac/blob/main/README.md) for more details.

It is also possible to run the native build of PearPC on modern macOS on Apple Silicon:

```
./autogen.sh
./configure
make -j8
src/ppc path/to/PearPC.cfg
```

About

PearPC - PowerPC Architecture Emulator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 73.2%
  • C 22.2%
  • Assembly 3.3%
  • M4 0.6%
  • Makefile 0.3%
  • Yacc 0.2%
  • Other 0.2%