Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Kiruahxh

Pages: [1]
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.

2
The Axe Parser Project / Re: Features Wishlist
« on: August 02, 2011, 06:28:16 am »
Hi!

I am new in the forum :-)
I'd like to have a debug macro (#Debug / #Release) and #Debug(code) would mean the code is only executed in debug mode, or something like this.
I'm am for the 4 args loops too.

There is an error in the commandList :
DispGraphClrDraw(BUF1,BUF2)rr has been replaced by DispGraphClrDraw(BUF1,BUF2)r

Pages: [1]