aboutsummaryrefslogtreecommitdiff
path: root/ia32/branch.sts
blob: 9c7121766245eea9984e153ae3a3f559086858a7 (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 ?' # 00 ?'    ; cmp eax, 0
    # 75 ?' # 3 ?'             ; jne +3
    # 8b ?' # 76 ?' # fc ?'    ; mov esi, [esi - 4]
next