a5: Testing
This commit is contained in:
parent
155d9a5f07
commit
590d4e18e7
|
@ -8,6 +8,14 @@ addsub:
|
|||
mov ebp, esp
|
||||
|
||||
mov eax, 0
|
||||
sub esp, 4
|
||||
|
||||
mov [ebp-4], word 1
|
||||
|
||||
mov eax,0
|
||||
add ax, word [foo]
|
||||
add ax, word [ebp+8]
|
||||
add ax, word [ebp-4]
|
||||
|
||||
mov esp, ebp
|
||||
pop ebp
|
||||
|
|
Loading…
Reference in New Issue