rotate bytes in array


Results 1 to 19 of 19

Threaded View

  1. #11
    Join Date
    Jan 2005
    Location
    Montreal, Quebec, Canada
    Posts
    3,172


    Did you find this post helpful? Yes | No

    Default Re: rotate bytes in array

    Quote Originally Posted by LinkMTech View Post
    ...It meant more typing but saved some space and time.

    I'm not surprised at all. We quickly forget that FOR-NEXT commands are a combination of ADDs, IFs and GOTOs in the background. The only problem is that the compiler has to make it generic to work for many circumstances; like the STEP -1 example. So now it has to include SUBTRACTs as well, that generates even more code whether you need it or not.

    I'm simplifying, but that's pretty much it.

    I use the simplified commands 'cause I haven't run out of space yet, and speed hasn't been an issue yet either. But if I ever reach that point, that's when I start breaking them down to their basic elements.

    Robert


    EDIT: Assembler class was back in '78-'83 era, yeesh...
    Last edited by Demon; - 14th March 2012 at 19:05.

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts