You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a call stack that encapsulates stuff like (for example and mainly) Labels so that labels generated in a macro call are local to that macro call.
TODO
Labels must survive until assembly time. A solution could be to store the macro invocation in a new opcode_destination and a reference to that opcode_destination in the opcode_destination in the parent stack frame.
The text was updated successfully, but these errors were encountered:
Implement a call stack that encapsulates stuff like (for example and mainly)
Label
s so that labels generated in amacro
call are local to that macro call.TODO
Labels must survive until assembly time. A solution could be to store the macro invocation in a new
opcode_destination
and a reference to thatopcode_destination
in theopcode_destination
in the parent stack frame.The text was updated successfully, but these errors were encountered: