提交 9b58214e 编写于 作者: R Richard Levitte

More accurate comments.

上级 3c801fa4
......@@ -277,7 +277,7 @@ d=12 ;(AP) d by value (input)
3$:
tstl r7
blss 4$
ashl #1,r2,r2 ; q = q << 1
ashl #1,r2,r2 ; if d' >= 0, q = q << 1
4$:
ashl #1,r2,r2 ; q = q << 1
rotl #2,r3,r3 ; r = r << 2
......@@ -288,7 +288,7 @@ d=12 ;(AP) d by value (input)
tstl r7
bgeq 5$
bitl #1,r7
beql 5$ ; if d < 0 && d & 1
beql 5$ ; if d' < 0 && d' & 1
subl r2,r3 ; [r',r] = [r',r] - q
sbwc #0,r6
45$:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册