ryanjcooper / cse423-compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meeting Note 04/15/20

ryanjcooper opened this issue · comments

Meeting Notes

Attendees

Notes

  • Project 3 is due on May 1st

  • mov, add, sub, mul, div, call, ret, and a variety of jump instructions.

  • IR to ASM translator

  • Rules to translate

  • Ryan: Translation Class (Modular architecture, register management, memory management, types)

  • Brandon: Goto, For, While, Break

  • Steven: Functions, Return, If, Switch

  • Terence: Arithmetic, Assignment, Boolean, Unary, Binary