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
FOO needs to be called as a subroutine. To do that, invert the logic of your jump, and use the CALL instruction to call FOO. Put a RET instruction at the end of the FOO routine.