From f50aaf6942c13d88fb5502b5439eb5a9adb0a181 Mon Sep 17 00:00:00 2001 From: mgcaret Date: Wed, 1 Jan 2020 23:20:02 -0800 Subject: [PATCH] fix bug in 0>= uncovered by unit testing --- asm/forth-dictionary.s | 2 -- 1 file changed, 2 deletions(-) diff --git a/asm/forth-dictionary.s b/asm/forth-dictionary.s index c35e643..351f8e8 100644 --- a/asm/forth-dictionary.s +++ b/asm/forth-dictionary.s @@ -2023,8 +2023,6 @@ eword dword ZEROGTE,"0>=" jsr _zcmpcom bmi _cmpstore2 - ora STACKBASE+0,x - bne _cmpstore2 dey bra _cmpstore2 eword