a5: Testing

This commit is contained in:
Johannes Theiner 2018-12-20 10:41:14 +01:00
parent 155d9a5f07
commit 590d4e18e7
1 changed files with 8 additions and 0 deletions

View File

@ -8,6 +8,14 @@ addsub:
mov ebp, esp mov ebp, esp
mov eax, 0 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 mov esp, ebp
pop ebp pop ebp