HSC2011/Software/EmbedVM: Unterschied zwischen den Versionen

aus Metalab Wiki, dem offenen Zentrum für meta-disziplinäre Magier und technisch-kreative Enthusiasten.
Zur Navigation springenZur Suche springen
(Die Seite wurde neu angelegt: „<small>< HSC2011</small> == The virtual machine EmbedVM== {| ! width="450"| ! width="450"| |- style="height:430px" | valign="top"| {{#ev:youtube|CVUh5e…“)
 
K (hat „HSC2011/Software/VM“ nach „HSC2011/Software/embedVM“ verschoben)
(kein Unterschied)

Version vom 2. Mai 2011, 16:53 Uhr

< HSC2011


The virtual machine EmbedVM

2011-05-01: the virtual machine (EmbedVM) explained 1/2

2011-05-01: the virtual machine (EmbedVM) explained 2/2


EmbedVm is a fully functional virtual machine that runs inside the ATMEL MCU series.

You can find its source here

The VM itself takes ~3KB of memory and consosts of ~300 lines of code.

There are two ways to write programs to run inside the virtual machine.

You can either use a highlevel language thats a mixture between C and javascript with its own compiler or you can use python to write code.