aboutsummaryrefslogtreecommitdiff
path: root/sts/ia32/branch.sts
blob: 35177f65d93f4e05ab246d54ba469fc42d342867 (plain)
1
2
3
4
5
6
7
8
9
10
11
defasm branch
    # 8b ?' # 36 ?'                     ; mov esi, [esi]
next

defasm 0branch
    # 58 ?'                             ; pop eax
    # 83 ?' # c6 ?' # 4 ?'              ; add esi, 4
    # 83 ?' # f8 ?' # 0 ?'              ; cmp eax, 0
    # 75 ?' # 3 ?'                      ; jne +3
    # 8b ?' # 76 ?' # fc ?'             ; mov esi, [esi - 4]
next