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
NB the optimisation allowed here is to use mov ax, sp. The choice to use push sp would not be portable as its behaviour differs depending on the CPU, so is not an alternative here.
Something I noticed in FDOS/kernel#81 (comment) it uses
lea ax, [bp - 18h]
just after asub sp
that computes the exact same address.The text was updated successfully, but these errors were encountered: