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

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