]> git.sur5r.net Git - cc65/commit
Fixed the comments to say where the actual Left-Hand Side and Right-Hand Side are... 115/head
authorGreg King <gregdk@users.sf.net>
Sun, 11 May 2014 14:43:06 +0000 (10:43 -0400)
committerGreg King <gregdk@users.sf.net>
Sun, 11 May 2014 14:43:06 +0000 (10:43 -0400)
commitf82a43b98d12df0f61f5d6f642a6e8e41918c4a6
treefb388e4c78862562625fe2022eb50f0d98246ae4
parent228b9d1718cd44d055f622d81c0975c1c4d0dc48
Fixed the comments to say where the actual Left-Hand Side and Right-Hand Side are put.

A description of positions [left, right] is appropriate more for C code than for Assembly code.  (A description of timing [first argument, second argument] is more appropriate for the way that Assembly code is written.)
libsrc/common/cc65_umul8x8r16.s
libsrc/runtime/imul16x16r32.s
libsrc/runtime/umul16x16r32.s
libsrc/runtime/umul8x16r24.s
libsrc/runtime/umul8x8r16.s