aboutsummaryrefslogtreecommitdiff
path: root/ia32/memory.sts
blob: f176c131161aab4fcd05a816d931cecd1b266e3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
defasm @
; pop eax
# 58 ?'
; push dword [eax]
# ff ?' # 30 ?'
next

defasm !
; pop ebx
# 5b ?'
; pop eax
# 58 ?'
; mov [ebx], eax
# 89 ?' # 03 ?'
next