mirror of
https://github.com/byteworksinc/ORCA-Pascal.git
synced 2025-08-05 05:24:43 +00:00
bug in division routines.
see byteworksinc/ORCA-C@f4ad0fa#diff-321d85ea2e19d2a7f2555cfa70cbef7e
This commit is contained in:
4
dag.asm
4
dag.asm
@@ -40,7 +40,7 @@ dv3 asl ans roll up the next number
|
||||
rol ans+6
|
||||
sec subtract for this digit
|
||||
lda ans+4
|
||||
sbc num1
|
||||
sbc num2
|
||||
tax
|
||||
lda ans+6
|
||||
sbc num2+2
|
||||
@@ -117,7 +117,7 @@ dv3 asl ans roll up the next number
|
||||
rol ans+6
|
||||
sec subtract for this digit
|
||||
lda ans+4
|
||||
sbc num1
|
||||
sbc num2
|
||||
tax
|
||||
lda ans+6
|
||||
sbc num2+2
|
||||
|
Reference in New Issue
Block a user