Fix some commonly made spelling errors in comments.
This commit is contained in:
@@ -159,7 +159,7 @@ tgi_clip_sign: .res 1
|
||||
|
||||
|
||||
;----------------------------------------------------------------------------
|
||||
; Multiplicate value in y/a by dy, then divide by dx.
|
||||
; Multiply value in y/a by dy, then divide by dx.
|
||||
;
|
||||
|
||||
.code
|
||||
@@ -176,7 +176,7 @@ tgi_clip_sign: .res 1
|
||||
|
||||
lda tgi_clip_dy
|
||||
ldx tgi_clip_dy+1 ; rhs
|
||||
jsr umul16x16r32 ; Multiplicate
|
||||
jsr umul16x16r32 ; Multiply
|
||||
|
||||
; Move the result of the multiplication into ptr1:ptr2
|
||||
|
||||
@@ -199,7 +199,7 @@ done: bit tmp1
|
||||
|
||||
|
||||
;----------------------------------------------------------------------------
|
||||
; Multiplicate value in y/a by dx, then divide by dy.
|
||||
; Multiply value in y/a by dx, then divide by dy.
|
||||
;
|
||||
|
||||
.code
|
||||
@@ -216,7 +216,7 @@ done: bit tmp1
|
||||
|
||||
lda tgi_clip_dx
|
||||
ldx tgi_clip_dx+1 ; rhs
|
||||
jsr umul16x16r32 ; Multiplicate
|
||||
jsr umul16x16r32 ; Multiply
|
||||
|
||||
; Move the result of the multiplication into ptr1:ptr2
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@ _tgi_imulround:
|
||||
; ASM callable entry point
|
||||
tgi_imulround:
|
||||
|
||||
; Multiplicate
|
||||
; Multiply
|
||||
|
||||
jsr imul16x16r32
|
||||
|
||||
|
||||
@@ -79,9 +79,9 @@ GetProcessedCoord:
|
||||
|
||||
jsr GetOp
|
||||
|
||||
; Multiplicate with the scale factor.
|
||||
; Multiply with the scale factor.
|
||||
|
||||
jmp tgi_imulround ; Multiplicate, round and scale
|
||||
jmp tgi_imulround ; Multiply, round and scale
|
||||
|
||||
;----------------------------------------------------------------------------
|
||||
; Add the base coordinate with offset in Y to the value in A/X
|
||||
@@ -133,7 +133,7 @@ GetProcessedCoord:
|
||||
.code
|
||||
.proc _tgi_vectorchar
|
||||
|
||||
; Multiplicate the char value by two and save into Y
|
||||
; Multiply the char value by two and save into Y
|
||||
|
||||
asl a
|
||||
tay
|
||||
|
||||
Reference in New Issue
Block a user