Commit f6a6ef40 authored by Robert Sprowson's avatar Robert Sprowson
Browse files

Comment corrected.

parent ff031992
...@@ -166,7 +166,7 @@ r_shr RN 10 ...@@ -166,7 +166,7 @@ r_shr RN 10
; xcount counts the number of bits which must be ; xcount counts the number of bits which must be
; saved at r_outptr, of which the first r_shl bits can be found in outword ; saved at r_outptr, of which the first r_shl bits can be found in outword
; and the remainder are still to be fetched from r_inptr. ; and the remainder are still to be fetched from r_inptr.
RSB r_outword2,r_outshift,#32 ; temp use of r_inword2 RSB r_outword2,r_outshift,#32 ; temp use of r_outword2
ADD r_xcount,r_xcount,r_outword2 ; add the bits we've just loaded in ADD r_xcount,r_xcount,r_outword2 ; add the bits we've just loaded in
; Only the top r_inshift bits of r_inword are interesting ; Only the top r_inshift bits of r_inword are interesting
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment