...I want to make it available to the embedded development community since building gcc under MinGW isn't a trivial exercise and if you're like me you probably just want to work on your project and not fiddle with building tool chains.
Unzip the archive to the location of your choice, include the top level "bin" directory in your path and start developing.
MinGW GCC cross development environment for Power PC.
...I want to make this tool chain available to the embedded development community since building gcc under MinGW isn't a trivial exercise and if you're like me you probably just want to work on your project and not fiddle with building tool chains.
Unzip the archive to the location of your choice, include the top level "bin" directory in your path and start developing.
Tiny8051 is small 8051 microcontroller simulator written in C#.
Project was created for educational purposes, to show how µP works by using clean visual interface and debugging.
Note: communication over serial port was not implemented, because there was no demand for it.