Skip to content

DjoCoding/pvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 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

Note

I wanna focus on re-factoring the code and the logic of this vm, so i can extend its features more and more.

About

Simple virtual machine with its own assembly written in C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors