BASCOM-AVR is a compiler for the AVR family of microcontrollers, from the American company Atmel.
The following are some of its most outstanding features:
- Logical basic structure thanks to the labels.
- Structure programmed with commands: "IF-THEN-ELSE-END IF", "DO-LOOP", "WHILE-WEND", "SELECT-CASE"
- Quick code compilation
- Labels can contain up to 32 characters
- It also incorporates the use of variables: Bit, Byte, Integer, Word, Long, Single and String
- Fully compatible with Microsoft Visual BASIC/Quick BASIC
- Integrated emulator and download manager
- Incorporates help
- Includes 8051 simulator and ASCOM 8051 BASIC compiler
- More than 70 examples of basic projects are available
show more