Skip to content

Commit 5709675

Browse files
committed
fix typo
1 parent a33b3cb commit 5709675

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

includes/std_routines.asm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1792,7 +1792,7 @@ noeor
17921792

17931793
; *** bcd conversion routine courtesy Omegamatrix
17941794
; *** http://atariage.com/forums/blog/563/entry-10832-hex-to-bcd-conversion-0-99/
1795-
ifconst .calledfunction_converttobdc
1795+
ifconst .calledfunction_converttobcd
17961796
converttobcd
17971797
;value to convert is in the accumulator
17981798
sta temp1
@@ -1812,7 +1812,7 @@ converttobcd
18121812
adc temp2
18131813
adc temp1
18141814
rts ; return the result in the accumulator
1815-
endif ; .calledfunction_converttobdc
1815+
endif ; .calledfunction_converttobcd
18161816

18171817
ifconst .calledfunction_mul8
18181818
; Y and A contain multiplicands, result in A

0 commit comments

Comments
 (0)