Difference between revisions of "emBASIC"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "emBASIC is a SEGGER software library implementing a BASIC interpreter for Embedded Systems. emBASIC is easily portable and runs on a variety of hardware, as well as a PC simul...")
 
m
Line 1: Line 1:
emBASIC is a SEGGER software library implementing a BASIC interpreter for Embedded Systems.
+
emBASIC is a SEGGER software library implementing a [[BASIC]] [[interpreter]] for [[Embedded System]]s.
 
emBASIC is easily portable and runs on a variety of hardware, as well as a PC simulation.
 
emBASIC is easily portable and runs on a variety of hardware, as well as a PC simulation.
 
emBASIC makes it easy to write small application programs without needing to purchase and master typical development equipment such as compilers, debuggers, and JTAG emulators.
 
emBASIC makes it easy to write small application programs without needing to purchase and master typical development equipment such as compilers, debuggers, and JTAG emulators.

Revision as of 14:22, 4 July 2019

emBASIC is a SEGGER software library implementing a BASIC interpreter for Embedded Systems. emBASIC is easily portable and runs on a variety of hardware, as well as a PC simulation. emBASIC makes it easy to write small application programs without needing to purchase and master typical development equipment such as compilers, debuggers, and JTAG emulators.

The feel of emBASIC is very much that of an 1980-vintage BASIC interpreter running on personal computers of that decade. emBASIC is a fusion of ideas from many different implementations of BASIC, with some unique features thrown in.