diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-05-24 09:17:34 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-05-24 09:17:34 -0400 |
commit | c0c48af282dff510fd1904b38f30442ed9a5b4c1 (patch) | |
tree | 5a6af8c2ef134373638f34d7be20649df5b537e3 /string.asm | |
parent | a60d12ea9fe67d81bbc6427a3634f83b2241f858 (diff) | |
download | minos-c0c48af282dff510fd1904b38f30442ed9a5b4c1.tar.gz |
* Stack cleanup
Diffstat (limited to 'string.asm')
-rw-r--r-- | string.asm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |