MCU 8051 IDE
Graphical Integrated Development Environment for 8051
MCU 8051 IDE is a modern graphical integrated development environment for microcontrollers based on 8051. For thosewho believe 8051 is a great piece of technology this IDE is a new way how to see and feel these still famous microcontrollers. MCU 8051 IDE is noncommercial open-source software. You can use this IDE for education, business, hobby, or something else completely free of charge.
Supported programming languages are C language and assembly. It has its own assembler and support for 2 external assemblers.For C language it uses SDCC compiler. This IDE contains simulator, source code editor, assembler, HW programmer and much other tools. Simulator supports over 79 MCU primarily from Atmel. There is also support for simple hardware simulation (like LEDs, keys, etc.).
MCU 8051 IDE is an integrated development environment for microcontrollers based on 8051. Supported programming languages are C and assembly. It has its own assembler and it supports two other external assemblers. For C language it uses the SDCC compiler.
How to install MCU 8051 IDE in Ubuntu
If you are on a supported distro, you can install the application through software center by clicking the below link.
If the above link not working, run the below command in terminal to install mcu8051ide in Ubuntu
sudo apt install mcu8051ide