Home | History | Annotate | Download | only in tests
      1 [bits 32]
      2 off	equ	-4
      3 pos	equ	4
      4 
      5 mov	[ebp+off], eax
      6 mov	[ebp+pos], eax
      7 mov	[ebp-off], eax
      8 mov	[ebp-pos], eax
      9