PVM PACKL Virtual Machine, a simple machine written in C Example Below is a very simple code snippet in pasm (PACKL Assembler) that prints "Hello World" to the screen #use "std.pasm" #const msg "Hello World" end #main: println $msg ret #entry: $main