From 505d36f61eb4d7a20c0e885844c072cba2118ac2 Mon Sep 17 00:00:00 2001 From: Devine Lu Linvega Date: Mon, 3 Jun 2024 07:59:29 -0700 Subject: [PATCH] Faster lts/gts --- gui/notepad/src/notepad.tal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gui/notepad/src/notepad.tal b/gui/notepad/src/notepad.tal index e2a84b7..00a7e3a 100644 --- a/gui/notepad/src/notepad.tal +++ b/gui/notepad/src/notepad.tal @@ -38,7 +38,7 @@ ( name ) "Note 20 "Pad 0a ( details ) "Original 20 "by 20 "Donn 20 "Denman 0a ( author ) "By 20 "Devine 20 "Lu 20 "Linvega 0a - ( date ) "May 20 "31, 20 "2024 00 01 + ( date ) "3 20 "Jun, 20 "2024 00 01 ( icon ) 83 =appicon ( @@ -742,10 +742,10 @@ JMP2r @lts2 ( a* b* -- f ) - #8000 STH2k ADD2 SWP2 STH2r ADD2 GTH2 JMP2r + SUB2 POP #07 SFT JMP2r @gts2 ( a* b* -- f ) - #8000 STH2k ADD2 SWP2 STH2r ADD2 LTH2 JMP2r + SWP2 SUB2 POP #07 SFT JMP2r ( @|strings )