pskupinski / 65816.js

A JavaScript 65816 Microprocessor Emulator
14 stars 7 forks source link

No support for loading binary files #4

Open pskupinski opened 12 years ago

pskupinski commented 12 years ago

Right now the emulator only takes strings. There should also be support for loading a binary from a given URL and interpreting that.

https://github.com/mozilla/pdf.js/blob/master/src/core.js#L28 - is a good example of this functionality.