Skip to content

Instantly share code, notes, and snippets.

@osa1
Created October 4, 2012 18:14
Show Gist options
  • Save osa1/3835383 to your computer and use it in GitHub Desktop.
Save osa1/3835383 to your computer and use it in GitHub Desktop.
;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