Name: Anonymous 2011-05-22 2:47
Remember Fabrice Bellard's jslinux 80486 emulator? Inspired by his idea, I'm trying to write a PowerPC emulator in JavaScript. The instruction set is a lot easier of course than the x86 variable-length CISC, which I barely understood but couldn't implement. I've so far implemented 39 operations, which covers most of the fixed-point storage-type functions. If anyone would like to take a look at it, or give me some advice to improve it, here it is: http://azabani.com/cgit.cgi/jsppc/tree/jsppc.js