summaryrefslogtreecommitdiff
path: root/string.asm
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2018-05-24 09:17:34 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2018-05-24 09:17:34 -0400
commitc0c48af282dff510fd1904b38f30442ed9a5b4c1 (patch)
tree5a6af8c2ef134373638f34d7be20649df5b537e3 /string.asm
parenta60d12ea9fe67d81bbc6427a3634f83b2241f858 (diff)
downloadminos-c0c48af282dff510fd1904b38f30442ed9a5b4c1.tar.gz
* Stack cleanup
Diffstat (limited to 'string.asm')
-rw-r--r--string.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/string.asm b/string.asm
index ea197d2..cd5d1bc 100644
--- a/string.asm
+++ b/string.asm
@@ -223,6 +223,7 @@ strtok:
jmp .strtok_record_token ; process final address
.strtok_return:
+ add sp, 2
mov ax, dx ; return record count
pop si
pop di