1
The Axe Parser Project / Re: Features Wishlist
« on: August 03, 2011, 03:07:23 pm »
Another idea, but not to include in the language : is there any computer asm code optimizer for z80 (based on output state and input state)?
I think it could decrease a lot the size of programs...
And there is no 8 bits maths, I mean that it would be cool to declare vars 8 or 16 bits; and for example to have
x = -x equal to x = 256-x when x is 8 bits, instead of 32656-x. This would be faster too I think.
I think it could decrease a lot the size of programs...
And there is no 8 bits maths, I mean that it would be cool to declare vars 8 or 16 bits; and for example to have
x = -x equal to x = 256-x when x is 8 bits, instead of 32656-x. This would be faster too I think.