From c5f0ab7ae06e912b3d14c53b25305041cc40a09f Mon Sep 17 00:00:00 2001 From: Devine Lu Linvega Date: Wed, 31 May 2023 17:48:42 -0700 Subject: [PATCH] Fixed issue with pdec --- src/drifblim.tal | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/drifblim.tal b/src/drifblim.tal index 1a93c9e..228251a 100644 --- a/src/drifblim.tal +++ b/src/drifblim.tal @@ -505,12 +505,12 @@ JMP2r #2710 LIT2r 00fb &w - DIV2k #000a DIV2k MUL2 SUB2 NIP - DUP SWPr STHkr EQU ?&skip + DIV2k #000a DIV2k MUL2 SUB2 NIP SWPr + DUP STHkr ORA #00 EQU ?&skip DUP LIT "0 ADD #19 DEO INCr &skip - POP SWPr #000a DIV2 - INCr STHkr ?&w + POP #000a DIV2 + SWPr INCr STHkr ?&w POP2r POP2 POP2 JMP2r -- 2.38.5