ASSIGNMENT: Memory layout

Odprto: torek, 21. marec 2023, 00.00
Rok za oddajo: torek, 28. marec 2023, 07.00

Using the template for the 6th homework, you should compute the stack frames and variable accesses.  You should assume that a static depth of a function defined outside any other function is 0.  The sizes of data types have been implemented suitable for 64bit processor with 64bit memory access. 

You should upload your solution as a zip file named xxxxxxxx-memory.zip where xxxxxxxx stands for you student identification number.  The contents of the uploaded zip file must have exactly the same directory structure as the template.  The uploaded zip file must contain complete source distribution (including
the previous phases), but without antlr and generated files.