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
The Link code has a few functions that end with a call asdf immediately followed by a ret. This uses can be replaced with a single jp asdf which uses less cycles and is less lines of code.