mirror of
https://github.com/byteworksinc/ORCA-Pascal.git
synced 2024-11-22 00:32:31 +00:00
Merge pull request #5 from ksherlock/patch0001
bug in division routines.
This commit is contained in:
commit
92cd5b6c4e
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
|
||||
|
Loading…
Reference in New Issue
Block a user