~rabbits/left

9756eef7f7c075b8183b57e78ccb122fb5142694 — Devine Lu Linvega 22 days ago 7b685fb
Faster is-selected
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