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

@@ -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.
;