From 03b0206f16f486f5f20d8fc95bcf97e765b84574 Mon Sep 17 00:00:00 2001 From: mgcaret Date: Wed, 4 Nov 2020 20:37:45 -0800 Subject: [PATCH] fix flags description --- inc/macros.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/inc/macros.inc b/inc/macros.inc index b23ad67..844234e 100644 --- a/inc/macros.inc +++ b/inc/macros.inc @@ -230,7 +230,9 @@ NUM_SYSVARS .set 0 ; 1 Flags ; b7 - Immediate ; b6 - Compile-only -; b0 - Smudge +; b5 - Protected +; b4 - Starts temporary definition in interpretation state +; b3 - Smudged (not findable in dictionary searches) ; Code (scope ) .define F_IMMED %10000000 ; immediate