From c0c48af282dff510fd1904b38f30442ed9a5b4c1 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 24 May 2018 09:17:34 -0400 Subject: * Stack cleanup --- string.asm | 1 + 1 file changed, 1 insertion(+) (limited to 'string.asm') 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 -- cgit