From 94166186ebeeb2692e83343617e7d6a5e969e34e Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Fri, 13 Mar 2020 21:27:19 -0400 Subject: [PATCH] forth: fix DOES> bad exec offset --- apps/forth/dict.asm | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/forth/dict.asm b/apps/forth/dict.asm index 6ffff1c..6667760 100644 --- a/apps/forth/dict.asm +++ b/apps/forth/dict.asm @@ -285,7 +285,6 @@ DOES: call wrCompHL inc iy \ inc iy ; cell variable space ld hl, (IP) - inc hl \ inc hl call wrCompHL ld (HERE), iy jp EXIT+2