I added some code to push args but its not working

This commit is contained in:
Meyer Simon
2025-05-01 11:12:58 -04:00
parent 2b07464f84
commit 456346f68e
2 changed files with 20 additions and 4 deletions

View File

@ -143,6 +143,9 @@ void emit_release(TableNode * pointer);
void emit_field_access(char* result, char* record, char* field);
void emit_array_access(Op op, TableNode * result, TNodeOrConst * array, TNodeOrConst * index);
void emit_bounds_check(TNodeOrConst * index, TNodeOrConst * arr);
void emit_goto(int i);
void emit_detach();
void emit_push_all(Stack * s);
int getLabel(Instruction * i);