From f198e5d8aaa7bc7101fd7e9693acfb51395e5313 Mon Sep 17 00:00:00 2001 From: Devine Lu Linvega Date: Mon, 6 Feb 2023 15:59:17 -0800 Subject: [PATCH] Run through at least one char --- checksum/checksum.tal | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/checksum/checksum.tal b/checksum/checksum.tal index 67826d2..cf7bc03 100644 --- a/checksum/checksum.tal +++ b/checksum/checksum.tal @@ -36,12 +36,10 @@ BRK #2443 ,&a STR2 #118d ,&b STR2 &w ;&c .File/read DEO2 - .File/success DEI2 #0000 EQU2 ?&end [ LIT &c $1 ] DUP DUP2 [ LIT2 &x $2 ] [ LIT2 &a $2 ] MUL2 ADD2 ,&x STR2 [ LIT2 &y $2 ] [ LIT2 &b $2 ] MUL2 ADD2 ,&y STR2 - !&w - &end + .File/success DEI2 ORA ?&w ,&x LDR2 ,&y LDR2 JMP2r