CS340400 Compiler Design
CS340400 Compiler Design Homework 3 Submission Deadline: Before Demo Demo Time: 2023/06/18~20 HW3 Architecture Symbol Table RISC-V Assembly Code Code Generation Hints on Implementation • Symbol Table • Generate Assembly Code Symbol Table • A table which keeps the information of symbols – E.g. scope, type, memory location, parameters, … • When a symbol (variable/function) […]
CS340400 Compiler Design Read More »