0 Members and 1 Guest are viewing this topic.
I am thinking of adding hex soon. Maybe even add ">Rect" do display hex numbers. Right now, if you need $ABCD, you can do this: Asm(21ABCD)
The thing is, some of the stuff we're talking about here is pretty advanced. Most programmers won't need to use hexadecimal or multiprecision byte storing, but its pretty cool that you CAN do it. Hence, Axe Parser has a very wide learning curve. Its very easy to learn the basics but as you start to get more advanced, you can start doing some pretty crazy stuff. Even when staying within the syntax and not using assembly, you can literally do almost everything. Well... maybe not everything right now, but when Axe is finished, this is what I'm hoping.
Personally, I don't find it difficult to understand, even though I never programmed in asm.I think that Axe, with this half-asm half-basic syntax will help people smoothly go from basic to asm, including me.
huh, whats Axe?