1 files changed, 2 insertions(+), 2 deletions(-)
M src/left.tal
M src/left.tal => src/left.tal +2 -2
@@ 638,8 638,8 @@ JMP2r
@is-selected ( addr* -- addr* bool )
- DUP2 .selection/from LDZ2 #0001 SUB2 GTH2 STH
- DUP2 .selection/to LDZ2 LTH2 STHr AND
+ .selection/from LDZ2 SUB2k
+ .selection/to LDZ2 ROT2 SUB2 LTH2
JMP2r