Skip to content
/ PVM Public

A Simple Virtual Machine with its own assembly written in C

Notifications You must be signed in to change notification settings

DjoCoding/PVM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Simple Virtual Machine with its own assembly written in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published