From 37a66cda49e4ff28f7ffab285e8a26265e64d7d5 Mon Sep 17 00:00:00 2001 From: mgcaret Date: Mon, 6 Jan 2020 20:55:40 -0800 Subject: [PATCH] remove TEST-FCODE --- asm/forth-dictionary.s | 7 ------- 1 file changed, 7 deletions(-) diff --git a/asm/forth-dictionary.s b/asm/forth-dictionary.s index 2916d00..7535f55 100644 --- a/asm/forth-dictionary.s +++ b/asm/forth-dictionary.s @@ -4303,13 +4303,6 @@ dword xRESTORE_FCODE_STATE,"RESTORE-FCODE-STATE" eword .endif -.if 0 ; more testing stuff -dword TEST_FCODE,"TEST-FCODE" - jsl _pushda - .incbin "t/test.fc" -eword -.endif - ; FCode evaluation ; this does *not* save and restore the FCode evaluator state, that's what byte-load is ; for. This just gets things going, and unless SET-TOKEN is called, sticks with the ROM