Skip to content

A second year Epitech project written in C++. It's a virtual machine capable of basic arithmetic operations (+,-,*,/,%).

Notifications You must be signed in to change notification settings

Psilokos/AbstractVM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A second year Epitech project written in C++.

The goal was to develop a virtual machine capable of basic arithmetic operations (+,-,*,/,%).

The way to communicate with the machine is an assembly language whose the grammar is specified in grammar.txt

There is an example of code in example.avm

";;" considered as the whole instruction means we reached the end of the input (for stdin).

About

A second year Epitech project written in C++. It's a virtual machine capable of basic arithmetic operations (+,-,*,/,%).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published