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

Pages: 1 ... 127 128 [129] 130 131 ... 168
1921
Oh ok. That's nice!

1922
Minecraft Discussion / Re: Epic7's Minecraft Server
« on: June 08, 2012, 10:15:18 am »
Drunk? Whut XD

1923
I made a new more advanced, but simpeler design which uses less gates :)
It's made in Logisim, so I think the only one who can open it atm is aeTIos :P

1924
Miscellaneous / Re: How cheap is your keyboard?
« on: June 05, 2012, 02:10:32 pm »
wait what, the y becomes an r?
Nope that's just me failing there XD Didn't read the rules. Now this is what happens:

HE UIK BROWN FO JUPS OER HE LA DOG.

1925
Miscellaneous / Re: How cheap is your keyboard?
« on: June 05, 2012, 02:08:39 pm »
THE QUICK BROWN FOX JUMPS OVER THE LAZR DOG. (XD almost lazer dog)

1926
Gaming Discussion / Re: Wii U at E3
« on: June 05, 2012, 04:16:46 am »
Watched it. I surely looks promising!

1927
they did use to put a number of songs on packaging :P
Yaaaay I'm gonna put 100.000 megamixes on my ipod nano!

1928

Notice that this is an image.

1929
That will depend on the transfer rate of the calculator. As fast as you can get the software to run :)

1930
Other / Re: What should I do with this computer
« on: June 01, 2012, 03:51:08 am »
Well that computer is better than the laptop I just got. Windows ME, 4Gb harddisk and 64 Mb ram :P You can make a mame arcade with it :)

1931
Axe / Re: External variables in axe parser
« on: May 31, 2012, 06:59:37 pm »
Code: [Select]
GetCalc("appvNAME",[size of data you need])->A     //appvar NAME is created with the amount of data you need and stored to pointer A.
Copy([your data],A,[size of your data])                  //Copy's the size of your data from your data into pointer A (appvar NAME)

EDIT: :ninja:
For a level editor it might be better to copy the level data to free ram and copy it back to the appvar, indeed, so that you don't end up destroying the level without a spare save file.

1932
Miscellaneous / Re: Dutch and Belgian people unite!
« on: May 31, 2012, 03:35:39 pm »
It's keoni29 when you list me...
edit: Ik denk dat het in dit topic toepasselijk is om gewoon in het Nederlands door te gaan.

1933
Axe / Re: External variables in axe parser
« on: May 31, 2012, 03:34:02 pm »
But what is the command to store in your appvar
There is no such thing. You just write a value to an adress. Like this:
Code: [Select]
GetCalc("appvTEST",2)->A //A is the pointer to your appvar now!
10->{A} //stores 10 in appvar TEST
21->{A+1} // stores 21 in appvar TEST
disp{A}>Dec //Displays 10 in this case
disp{A+1}>Dec //Displays 21 in this case

1934
TI Z80 / Re: Super Awesome RTS Project
« on: May 31, 2012, 03:12:56 pm »
Very nice. Are those blocks not OP?

1935
Miscellaneous / Re: How cheap is your keyboard?
« on: May 31, 2012, 01:08:52 pm »
I got it for free when my dad trashed it. It's a pretty near multimedia keyboard and it just works perfectly. There is only one problem: It's wireless, so you have to change batteries from time to time. I think I'm gonna mod it so that you can plug in a power adapter XD

Pages: 1 ... 127 128 [129] 130 131 ... 168