1
The Axe Parser Project / Is it possible to execute asm within Axe/Is there a bit rotation asm program?
« on: January 22, 2014, 11:51:59 am »
Hi!
I would like to apply a bitwise left rotation to the each of the two bytes of a number and found that there was a command in asm that does this.
Is it possible to execute this command (RLC) from within the Axe syntax? If not, is there an asm program that I can execute to do this?
If none of the above are possible, does anyone have any knowledge of a routine that applies a left rotation to the first 8 bits ad then the last 8 bits of a two byte number?
Thanks!
I would like to apply a bitwise left rotation to the each of the two bytes of a number and found that there was a command in asm that does this.
Is it possible to execute this command (RLC) from within the Axe syntax? If not, is there an asm program that I can execute to do this?
If none of the above are possible, does anyone have any knowledge of a routine that applies a left rotation to the first 8 bits ad then the last 8 bits of a two byte number?
Thanks!