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.)
This commit is contained in:
Greg King
2014-05-11 10:43:06 -04:00
parent 228b9d1718
commit f82a43b98d
5 changed files with 20 additions and 24 deletions

View File

@@ -5,9 +5,7 @@
;
.export _cc65_umul8x8r16
.import umul8x8r16, popa
.include "zeropage.inc"
.import umul8x8r16, popa, ptr1:zp
;---------------------------------------------------------------------------