mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-12 00:30:31 +00:00
tfv: small comment
This commit is contained in:
parent
20b070a413
commit
6f2fe7e194
@ -556,6 +556,7 @@ lookup_map:
|
|||||||
asl ; multiply by 8
|
asl ; multiply by 8
|
||||||
clc
|
clc
|
||||||
adc TEMPY ; add in X value
|
adc TEMPY ; add in X value
|
||||||
|
; (use OR instead?)
|
||||||
|
|
||||||
ldy SPACEX_I
|
ldy SPACEX_I
|
||||||
cpy #$8
|
cpy #$8
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
; http://www.llx.com/~nparker/a2/mult.html
|
; http://www.llx.com/~nparker/a2/mult.html
|
||||||
; MULTIPLY NUM1H:NUM1L * NUM2H:NUM2L
|
; MULTIPLY NUM1H:NUM1L * NUM2H:NUM2L
|
||||||
; NUM2 is zero in end
|
; NUM2 is zeroed out
|
||||||
|
; result is in RESULT3:RESULT2:RESULT1:RESULT0
|
||||||
|
|
||||||
NUM1L: .byte 0
|
NUM1L: .byte 0
|
||||||
NUM1H: .byte 0
|
NUM1H: .byte 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user