You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Ok :)

    As-is that may not work - bgt is branch if greater than - I guess you either intended to do a for loop in assembler, or an unconditional branch - b I think.

    You might find out that even with a loop in assembler, the 'compiled JS' is actually faster. GCC is really pretty good at optimising the C code that's generated :)

About

Avatar for Gordon @Gordon started