This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Emulators For Developer?

Hello, Since this is my first post I will introduce myself:
I'm Christian, I'm Italian and I work as a developer, building any kind of application using C# (web/windows/compact).
I have some experience in building application on smart devices since I wrote apps using compact framework.
Long time ago (5 years ago) I built a custom linux distribution on a 1.72mb floppy with a working compiler (tcc) using uClinux, at that time I used to have only 1 os on my p133: slackware.
I know lot of languages: Sql / Java / RapidQ / Q-Basic / 3 kind of differents assembly / Brainf. / pascal-delphi blah blah blah...

I would like to start developing something for the 8052, I want know if there is a standard emulator for testing code and try to build something on it.
I''m interested in opengl-es and I would develop how mono:8052 works

Thanks.

Parents
  • Another way: A couple of kB of variables represents a big application - not really room for any graphical deskop image :)

    For your OpenGL ES work you would be better off looking at an ARM chip. Preferably an ARM chip with LCD interface and 2D acceleration.

    Look through the OpenGL ES documentation - it would probably contain a list of supported hardware. If that is just raw chips or the the target hardware is full platforms is something for you to find out.

Reply
  • Another way: A couple of kB of variables represents a big application - not really room for any graphical deskop image :)

    For your OpenGL ES work you would be better off looking at an ARM chip. Preferably an ARM chip with LCD interface and 2D acceleration.

    Look through the OpenGL ES documentation - it would probably contain a list of supported hardware. If that is just raw chips or the the target hardware is full platforms is something for you to find out.

Children