Skip to content

matthewtrahan/Basic-Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

I took advantage of the fact that when the expression inputted is of the form
x y - z + (in other words, num num expression num expression num expression...),
I could always produce the 3rd optimization level given in the README for lab 3.
Everytime, I could put the first num in %rax then just do the following expressions
on it easily.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published