We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3be29c5 commit 78678fdCopy full SHA for 78678fd
compiler.py
@@ -92,17 +92,10 @@ def generate_main(self, p: X86Program) -> X86Program:
92
pass
93
94
############################################################################
95
- # Print x86
+ # Prelude & Conclusion
96
97
98
- def print_x86(self, p: X86Program) -> str:
+ def prelude_and_conclusion(self, p: X86Program) -> X86Program:
99
# YOUR CODE HERE
100
101
102
- def print_instr(self, i: instr) -> str:
103
- # YOUR CODE HERE
104
- pass
105
-
106
- def print_arg(self, a: arg) -> str:
107
108
0 commit comments