Fixed problem with repl_mul(); it was called far too often

This commit is contained in:
ceriel
1992-04-24 12:39:58 +00:00
parent 6640944a51
commit bc42e31518
2 changed files with 12 additions and 5 deletions

View File

@@ -32,6 +32,7 @@ adp sti $1!=0 && $2==w: stf $1
adp sti $1!=0 && $2==2*w: sdf $1
asp $1==0:
asp asp : asp $1+$2
dup asp $1<=$2: asp $2-$1
blm $1==0 : asp 2*p
cmi zeq $1==w: beq $2
cmi zge $1==w: bge $2