1
0
mirror of https://github.com/cc65/cc65.git synced 2025-02-25 01:29:04 +00:00

Comment update.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4582 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz 2010-02-04 22:29:57 +00:00
parent 7d03059240
commit c72cf88723

View File

@ -12,9 +12,12 @@
;--------------------------------------------------------------------------- ;---------------------------------------------------------------------------
; 16x16 => 32 unsigned multiplication routine. ; 16x16 => 32 unsigned multiplication routine.
; ;
; lhs rhs result result also in ; routine lhs rhs result result also in
; ------------------------------------------------------------- ; -----------------------------------------------------------------------
; ptr1 ax ax:sreg ptr1:sreg ; umul16x16r32 ptr1 ax ax:sreg ptr1:sreg
; umul16x16r32m ptr1 ptr3 ax:sreg ptr1:sreg
;
; ptr3 is left intact by the routine.
; ;
umul16x16r32: umul16x16r32: