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 - LordConiupiter

Pages: 1 ... 17 18 [19] 20 21 ... 24
271
The Axe Parser Project / Re: Features Wishlist
« on: July 09, 2010, 03:24:54 pm »
OK, I see.
... Unless you mean to store data, which would be pretty pointless anyway. (So much faster just to have it in the program or in an appvar) ...
OS Pics would perhaps be handy, but I thought conversation with external non-Axe programs was forbidden, and OS things are just only handy for that OMHO.

272
The Axe Parser Project / Re: Features Wishlist
« on: July 09, 2010, 01:55:25 pm »
I don't understand why so many people think that OS Var/Pic/Strc etc. is so very important? for the contest it isn't even allowed to use them i thought, or am I wrong at this point?

273
The Axe Parser Project / Re: Features Wishlist
« on: July 08, 2010, 04:47:07 pm »
I don't know why safety features would be wanted, cuz everybody just should learn to code safely, and safety slows down a lot, while it won't be used so much.
Until I voted, it was tied 5-5-5 :P

274
tiDE / Re: tiDE
« on: July 05, 2010, 11:38:15 am »
Wow! nice project! I also am programming in C#, but I haven't ever done a real project, just little programs that didn't do too much, except my tool which provides some more rights to me at school (A)

275
The Axe Parser Project / Re: Features Wishlist
« on: July 05, 2010, 10:59:47 am »
a feature request: I would like to be able to execute external ASM/Axe programs or code snippets in AppVars, like external sub()'s. Perhaps u could use the command Func() for this, with the following syntax:
Func(PTR, arguments (r1 to r6))
The pointer has to be a label, and arguments are just only useable in Axe Funcs I think.

276
The Axe Parser Project / Re: Features Wishlist
« on: July 01, 2010, 06:03:54 pm »
haha ;D

277
The Axe Parser Project / Re: Bug Reports
« on: July 01, 2010, 05:12:32 pm »
In binary,

%00000001 = 1
%00000010 = 2
apply xor to each bit
%00000011 = 3

it's not the difference between 16 or 8 bit this time, but between all bits at once, or bit  by bit.
so not 1 xor 2, this will result 0
but 1 xor 0 results 1 at the least significant bit
and 0 xor 1 also results 1 at the second least significant bit
this results a 3

278
The Axe Parser Project / Re: Features Wishlist
« on: July 01, 2010, 04:59:08 pm »
There will be a new poll when he's finished. It doesn't matter whether you change yout vote right now or not. We just have got to wait till he's finished, and there'll be a new poll.

patience is a vitue... :P

279
The Axe Parser Project / Re: Your Projects - Post and Critique
« on: July 01, 2010, 03:44:50 pm »
still the same error :(

280
The Axe Parser Project / Re: Your Projects - Post and Critique
« on: July 01, 2010, 03:38:05 pm »
incompatible type, says TIConnect :(

281
The Axe Parser Project / Re: Your Projects - Post and Critique
« on: July 01, 2010, 03:27:49 pm »
yeah! I found it ;). it was on 69 to be precize :D

282
The Axe Parser Project / Re: Your Projects - Post and Critique
« on: July 01, 2010, 03:21:27 pm »
yes, somewhere around 70?

EDIT: sorry, reacted on wrong post

283
Axe / Re: Axe Optimization Tricks
« on: July 01, 2010, 02:23:45 pm »
oh, because it has to be converted to basic type number when you store into Ans?

284
Axe / Re: Axe Optimization Tricks
« on: July 01, 2010, 02:16:01 pm »
I didn't think so: with one argument is shorter, else Quigibo wouldn't have said it in this topic to do it that way

A question: is it quicker to store into Ans, since it is a register, or to a local variable like just A?

285
The Axe Parser Project / Re: Features Wishlist
« on: July 01, 2010, 02:11:22 pm »
could you perhaps change L1 to L6 to something that makes more sense?
like L3 is AppBackUpScreen, in short ABS?
and L6 is plotSScreen, in short PSS?
I would like it, what do you think about it?

Can you also please copy a Pic depending on its size?
I have Pic vars with a size of 779 bytes, from my PC, which have full 64 rows of the screen, and i would like to be able to use all this info.
thanks in advance

Pages: 1 ... 17 18 [19] 20 21 ... 24