Skip to content

Latest commit

 

History

History

week_08

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

VM Translator II

This is a implementation of a fully functional VM translator, with support for function calls, labels, goto's and if-goto's, and all other features previously implemented (push, pop, add, ...).

Building

You will need make installed.

make dcc

Usage

Pass a single source or a directory and it will translate.

./dcc path/to/dir
./dcc source.vm