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