Hi Kiste,

On 2015-04-28 11:28, 'Oliver Seitz' via jallib wrote:


But surely my favourite version would be


  asm rrf data,f
  asm rlf temp,f

  asm rrf data,f
  asm rlf temp,f

  asm rrf data,f
  asm rlf temp,f

  asm rrf data,f
  asm rlf temp,f

  asm rrf data,f
  asm rlf temp,f

  asm rrf data,f
  asm rlf temp,f

  asm rrf data,f
  asm rlf temp,f

  asm rrf data,f
  asm rlf temp,f


Thanks for the suggestions!
A variant of the above could be:

 var byte x
      for 8 loop
          asm rrf data,1
          asm rlf x,1
      end loop
      return x

Regards, Rob.

--
*Rob H*amerling - http://www.robh.nl

--
You received this message because you are subscribed to the Google Groups 
"jallib" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/jallib.
For more options, visit https://groups.google.com/d/optout.

Reply via email to