aboutsummaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2024-07-14 11:07:06 -0700
committerChristian Cunningham <cc@localhost>2024-07-14 11:07:06 -0700
commit13799fb3f48d8446046b901233c449fadc1af3b2 (patch)
tree56d89be961021aa8f1754231748fc1fe5e1cf38d /main.asm
parent5b0f04f0c5d406def1acbcdbcc114e9b4bf5c7da (diff)
Display Flag RegistersHEADmaster
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm10
1 files changed, 3 insertions, 7 deletions
diff --git a/main.asm b/main.asm
index 77d214b..2e5d293 100644
--- a/main.asm
+++ b/main.asm
@@ -146,13 +146,9 @@ _main:
pop rax
pop rax
pop rax
- dll_end
-.free_loop:
- mov rbx, [rax + dll_prev]
- dll_free
- mov rax, rbx
- cmp rbx, 0
- jne .free_loop
+ call _dll_free
+
+ FLAGD b
exit_prog