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

Pages: [1] 2 3 ... 6
1
Axe / Help for displaying Pics from AppVar
« on: November 14, 2014, 04:21:49 am »
Hey there,


I´m working at an Engine for Games and tried to store then tiles in an appvar ,but it didn´t work.
Here my Code:


mtrxlib:
Code: [Select]
..
...
ASMATRIX
An Lib By thababo01(C)
...
lbl ENTERMATRIX
r1*r2->A
A+2->A
GetCalc("appvASMtrx",A*3)->Z
r1->{Z}^r
r2->{1+Z}^r
Return


Lbl WRITE
{Z}^r->A
((A*(r2-1))+r1)->A
A+1->A
r3->O
O->{A+Z}^r
Return


Lbl GET
{Z}^r->A
((A*(r2-1))+r1)->A
A++
{A+Z}->A
Return


Lbl EXITMATRIX
DelVar "appvASMtrx"

[/size][size=78%]main[/size]
[/size]
Code: [Select]
.abc
clrdraw
[0000000000000000]->pic1
ENTERMATRIX(8,1)
WRITE(1,1,"FFFFFFFFFFFFFFFF")
WRITE(2,1,"00000000000000")
Repeat getkey(15)
DRAW(1)
End


Lbl Draw
ClrDraw
If r1=1
GET(1,1)
Copy(A,pic1,length(A))
pt-on(1,1,pic1)
DispGraph
Return


prgmMTRXLIB

[/size]
[/size][size=78%]well this is the test code.Synthax on the Calc is right ,but it shows just weird pixl images at 1,1.[/size]
[/size]
[/size][size=78%]Thanx for help[/size]
[/size]
[/size][size=78%]alex99(thababo01)[/size]

2
Introduce Yourself! / Re: TheTimestart
« on: May 25, 2014, 01:31:43 pm »
Heya,
wilkommen im Forum.
kleine Frage:
wie lange programmierst du basic ??? ?




3
Miscellaneous / Re: Post your desktop
« on: May 24, 2014, 04:55:46 am »
well keoni
i have  image burn ,because i want to install backtrack or kali linux .... will see. :D
i remove bitlord and i needet ytd to download some films for my friends
thats my actuall desktop
i hope you don´t have a bad opinion

 http://www.alex99.bplaced.net/aa.jpg

4
Miscellaneous / Re: Post your desktop
« on: May 21, 2014, 05:25:02 am »
mine

5
Ok thank you
but how is actuall a 8xp file crypted
With which hex code ????
I mean if you open the .8xp file with a text editor then there are some signs and not the commands , so how can you crypt it?
Is it possible to crypt it with a batch ?

6
General Calculator Help / Re: Which link cable?
« on: February 26, 2014, 02:31:28 am »
Ah ok then

7
General Calculator Help / Re: Which link cable?
« on: February 26, 2014, 02:05:08 am »
Isn´t it easier to send all
I don´t know if this works but i think its possible:
1. take out one battery
2. while pulling it in pres del
3. send him os-backup

as i said i never tried to do it..... 8)

8
Other Calculators / Re: Flappy Bird - ClrDraw
« on: February 26, 2014, 01:54:25 am »
like XD XD

9
Matref's project was written in axe too. :) In regards to the question, not sure exactly what you are asking.
i mean:
you can create z80 sources out of txt files but can you write an 8xp file?

10
well i wrote it in axe....
but thank you
another question:
is it possible to write a 8xp file with a batch
i mean to crypt it ?

11
General Calculator Help / Re: TI 82-stats
« on: February 25, 2014, 01:47:13 am »
so are therwe any parser ????

12
General Calculator Help / Re: TI 82-stats
« on: February 24, 2014, 10:34:59 am »
ok thank you
so i need to make asmall rewrit or is there any parser for that ?

13
hey there i´ve a simple question:
I've written a program for the ti 84+ in asm but the ti 82-Stats has no ASM( in the catalog.
is it possible to port it otherwise instead of a rewrite in basic ???

14
In nordrheinwestfalen pflicht

15
[DE] Axe Parser Programmierung / Re: Mario Kart
« on: August 17, 2013, 02:33:31 pm »
Wenn dus immernoch vorhast:
1.such dir ein gutes axiom zur 3d programmierung
2.versuche nicht 3D mit bildern zu programmieren
3.fallst du basic programmierst warte ein bisschen,weil ich an einem 3d device arbeite :P

Pages: [1] 2 3 ... 6