🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

flash runs c/c++

Started by
1 comment, last by zhaolei_cxx 12 years, 1 month ago
Develop a 386 cpu virtual machine using Flash as3. The simulator runs 386 assemble code by interpretive execution. And the the assemble code is disassembled from the exe file that compiled from c/c++. In this way c/c++ programs can run in flash.
c/c++ will call operating API, that can be hooked and redirected to flash API. Special operating APIs may not work, for flash does not support.
The whole system(disassemble & simulator) is called c2flash for short.
This may be a big project rolleyes.gif
Advertisement
An interpreter in Flash? Interesting idea, but I'd expect horrible performance from it. How many Ops per second do you expect it to achieve?
----------
Gonna try that "Indie" stuff I keep hearing about. Let's start with Splatter.
Maybe very slow, but some program very simple.

This topic is closed to new replies.

Advertisement