mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-04-20 03:03:25 -04:00
* implement call from vm to vm * address review * reduce diff in pilgen * address review * address more comments * clean up readme, fix tests * keep only one machine type for the block enforcer readme
9 lines
89 B
NASM
9 lines
89 B
NASM
machine VM {
|
|
degree 8;
|
|
|
|
reg pc[@pc];
|
|
|
|
function main {
|
|
return;
|
|
}
|
|
} |