HSC2011/Software/EmbedVM
aus Metalab Wiki, dem offenen Zentrum für meta-disziplinäre Magier und technisch-kreative Enthusiasten.
Version vom 2. Mai 2011, 16:49 Uhr von Overflo (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „<small>< HSC2011</small> == The virtual machine EmbedVM== {| ! width="450"| ! width="450"| |- style="height:430px" | valign="top"| {{#ev:youtube|CVUh5e…“)
< 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.