HSC2011/Software/EmbedVM

aus Metalab Wiki, dem offenen Zentrum für meta-disziplinäre Magier und technisch-kreative Enthusiasten.
Zur Navigation springenZur Suche springen
Die druckbare Version wird nicht mehr unterstützt und kann Darstellungsfehler aufweisen. Bitte aktualisiere deine Browser-Lesezeichen und verwende stattdessen die Standard-Druckfunktion des Browsers.

< 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.