Created
October 4, 2012 18:14
-
-
Save osa1/3835383 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;push dx | |
sub sp, 2 | |
xchg bp, sp | |
mov [bp], dx | |
xchg bp, sp | |
;pop bx | |
xchg sp, bp | |
mov bx, [bp] | |
xchg sp, bp | |
add sp, 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment