Skip to content
/ bvm Public

This is very simple virtual machine written by C

License

Notifications You must be signed in to change notification settings

bas1c1/bvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

bvm

This is very simple virtual machine written by C

Example of code:

0a01 0fee 1bee 1ca0 0e

The same in assembly:

push 1
lbl 0xee
pushlbl 0xee
call a0 //call putc
jmp