aboutsummaryrefslogtreecommitdiff
path: root/ia32/core.sts
blob: fd2d062b1bf3030c81ec6e0e3c0e83013589e384 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
defasm docol
; sub ebp, 4
# 83 ?' # ed ?' # 4 ?'
; mov [ebp], esi
# 89 ?' # 75 ?' # 0 ?'
; add eax, 4
# 83 ?' # c0 ?' # 4 ?'
; mov esi, eax
# 89 ?' # c6 ?'
; go next
# ad ?' # ff ?' # 20 ?'
next

defasm exit
; mov esi, [ebp]
# 8b ?' # 75 ?' # 0 ?'
; add ebp, 4
# 83 ?' # c5 ?' # 4 ?'
next

defasm lit
; lodsd
# ad ?'
; push eax
# 50 ?'
next