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:
@@ -5,9 +5,7 @@
|
||||
;
|
||||
|
||||
.export _cc65_umul8x8r16
|
||||
.import umul8x8r16, popa
|
||||
|
||||
.include "zeropage.inc"
|
||||
.import umul8x8r16, popa, ptr1:zp
|
||||
|
||||
|
||||
;---------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user