~rabbits/dexe

ec284ce3e69747f6525886e92c75584ede70669c — neauoire 10 months ago e42e655
Fixed issue with move up/down
1 files changed, 2 insertions(+), 2 deletions(-)

M src/dexe.tal
M src/dexe.tal => src/dexe.tal +2 -2
@@ 996,8 996,8 @@ JMP2r

JMP2

@move-up ( -- ) .selection/from LDZ2 #0008 SUB2 ;select JMP2
@move-down ( -- ) .selection/from LDZ2 #0008 ADD2 ;select JMP2
@move-up ( -- ) .selection/from LDZ2 #0010 SUB2 ;select JMP2
@move-down ( -- ) .selection/from LDZ2 #0010 ADD2 ;select JMP2
@move-left ( -- ) .selection/from LDZ2 #0001 SUB2 ;select JMP2
@move-right ( -- ) .selection/from LDZ2 INC2 ;select JMP2
@move-dech ( -- ) .selection/to LDZ2 #0008 SUB2 ;select-until JMP2