various improvements
[rrq/rrqforth.git] / machine.asm
index f1fb51c9015e4dc7533df6596915982f36cbf87d..31db9ce305a77eec54ffc77f7834ac780cd838db 100644 (file)
@@ -233,6 +233,8 @@ dataend:
 macro BRANCH zero,label {
        if zero in <0>
            dq p_zero_branch
+       else if zero in <1>
+           dq p_true_branch
        else
            dq p_branch
        end if