a5: ups
This commit is contained in:
parent
4c63a67fa9
commit
4c0acc96ee
|
@ -14,11 +14,11 @@ addsub:
|
|||
|
||||
mov eax, 0
|
||||
|
||||
mov operation, word [ebp+16]
|
||||
mov [operation], word [ebp+16]
|
||||
|
||||
add ax, word [ebp+8]
|
||||
|
||||
cmp operation, 0x2b
|
||||
cmp [operation], 0x2b
|
||||
jne substract
|
||||
|
||||
add ax, word [ebp-12]
|
||||
|
|
Loading…
Reference in New Issue