]> git.sur5r.net Git - cc65/blobdiff - libsrc/runtime/imul16x16r32.s
Fixed bugs; and, improved the efficiency of some pce library functions.
[cc65] / libsrc / runtime / imul16x16r32.s
index f41d13602cbad1243099414ab0ffc989bccd16bd..6fad9abf060d968f13589a0cc7fecbf3203fa029 100644 (file)
@@ -13,9 +13,9 @@
 ;---------------------------------------------------------------------------
 ; 16x16 => 32 signed multiplication routine.
 ;
-;   lhs         rhs           result          result also in
+;   LHS         RHS           result          result also in
 ; -------------------------------------------------------------
-;   ptr1        ax            ax:sreg
+;   ax          ptr1          ax:sreg
 ;
 ; There is probably a faster way to do this.
 ;