Skip to content

spikeninja/virtual-machine-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stack VM in python Implementation of an elementary stack VM in python. Commands:

  • "OP_EOP": '00'
  • "OP_PUSH": '01'
  • "OP_POP": '02'
  • "OP_PRINT": '03'
  • "OP_ADD": '04'

About

Implementation of an elementary VM with stack in python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages