2016-11-14 21:57:29 +01:00
|
|
|
MCU 8051 IDE is an integrated development environment for microcontrollers
|
|
|
|
based on 8051.
|
2014-06-29 05:08:21 +02:00
|
|
|
|
|
|
|
Supported programming languages are C and assembly. It has its own
|
2016-11-14 21:57:29 +01:00
|
|
|
assembler and support for 2 external assemblers. For C language it uses
|
|
|
|
SDCC compiler.
|
2014-06-29 05:08:21 +02:00
|
|
|
|
|
|
|
This program is intended for Linux systems, other POSIX systems and
|
2016-11-14 21:57:29 +01:00
|
|
|
Microsoft(r) Windows(r) system.
|
2014-06-29 05:08:21 +02:00
|
|
|
|
2016-11-14 21:57:29 +01:00
|
|
|
This IDE contains simulator, source code editor, assembler, HW programmer
|
|
|
|
and much other tools. Simulator supports over 79 MCU primarily from Atmel.
|
2014-06-29 05:08:21 +02:00
|
|
|
|
2016-11-14 21:57:29 +01:00
|
|
|
HW programmer supports 8 ISP programmable MCUs from Atmel (AT89Sxx,
|
|
|
|
AT89LSxx). There is also support for simple hardware simulation (like
|
|
|
|
LEDs, keys, etc).
|