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

Pages: 1 2 3 [4] 5 6 ... 8
46
The Axe Parser Project / Re: Axe Library, Axiom, and Tool Collection
« on: September 07, 2016, 12:33:54 pm »
I would like to send tileIt! to my calculator but when I send tileIt! 2.0 with TI Connect CE, my TI-84+SE crash and I have a beautiful Ram Cleard.
But if I send tileIt! 1.0, it works :(
Help me please  :'(

47
The Axe Parser Project / Re: USBpad8x: USB keyboard axiom
« on: September 07, 2016, 11:41:39 am »
That is the file in the 1st post on page 1 that it isn't possible to send to my calc (TI 84+ SE) :(



TI Connect CE says me "Not for you"  with the version in the 1rst post :-[

Edit (Eeems): Merged double post

48
The Axe Parser Project / Re: Menu Librarie
« on: September 07, 2016, 11:08:03 am »
Not in this version.
It is possible in the future version, but I am not sure  ;)

49
The Axe Parser Project / Re: How to create an Axiom with Mimas
« on: September 07, 2016, 11:04:23 am »
Thanks.
And I would create an axiom to draw rect border.
This is my code:
Code: [Select]
;#SECTION "MAIN", CODE

dw AXM_HEADER
dw DrawRectBorderEnd
db AXM_ALL
dw hDF / 2
db AXM_INLINE
db AXM_4ARGS
rorg 0
pop af
ld l, a
pop af
ld h, a
pop af
ld e, a
pop af
ld d, a
B_CALL _DrawRectBorderClear
DrawRectBorderEnd:
dw 0
dw hDF
db 15
db "DrawRectBorder("
;#IMPORT "OS115Equ"
;#IMPORT "TOKENHOO"
;#IMPORT "AXE"
Then, I compile this code with mimas to a program with an other name.
After, I create a program that include my axiom and I compile this program.
But, when I used the replace token, with this code:
Code: [Select]
.AA
#Axiom(TESTAXM)
ClrHomeClrDraw[sup]r[/sup][sup]r[/sup]
DrawRectBorder(10,10,20,20)
DispGraph
Pause 1800
Axe Parser apps says me INVALID TOKEN.
If I press prgm to go to the error line, he puts me at the 10:
DrawRectBorder(10,10,20,20)
Help me please

50
The Axe Parser Project / Menu Librarie
« on: September 06, 2016, 02:49:57 pm »
This is my first (big) project in Axe that I published:
A librarie to make a menu like basic menu.


To use:
  • Menu(zero-terminated string,number of options)
  • The zero-terminated string will be make in this way:
    "title"[00]"opt1"[00]"opt2"[00]..."opt7"[00]

Thank you


51
The Axe Parser Project / Re: How to create an Axiom with Mimas
« on: September 06, 2016, 02:09:12 pm »
I would create an axiom with mimas, so I copied your code, and I compile with an other name of code's name.
Then I create an Axe program with include my axiom.
After, I compiled the program and the token is replaced. But, when I would like use this function so I put the function DispHL in the code.
When I compiled the code, he says me "Invalid Token" and when I press [prgm], I put me at the DispHL line.
How I can removed this error?
Thank you in advance

52
The Axe Parser Project / Re: Axe Parser on-calc documentation
« on: September 01, 2016, 07:28:34 am »
Where I can find the E37AXM axiom?

53
The Axe Parser Project / Re: Bug Reports
« on: August 24, 2016, 08:26:37 am »
The Axe application in 1.3.0 version is stable?

54
The Axe Parser Project / Re: Features Wishlist
« on: July 08, 2016, 09:53:19 am »
Ok,
Thanks for all response ;)

55
The Axe Parser Project / Re: Features Wishlist
« on: July 07, 2016, 02:07:04 pm »
I kill all hook.
After, I uninstall zStart then I reinstall zStart ;)

56
The Axe Parser Project / Re: Features Wishlist
« on: July 07, 2016, 08:10:30 am »
I have a TI 84+ SE with OS 2.55MP
DoorsCS7 is installed.

57
Pokémon Purple / Re: Pokemon Purple
« on: July 06, 2016, 05:30:56 am »
Pokemon Purple have been abandoned?

58
The Axe Parser Project / Re: Features Wishlist
« on: July 06, 2016, 05:27:07 am »
I currently use zStart, but it dosen't isn't very stable :-\
Sorry, I have modified my post :-\
What version of it are you running? What are the stability issues you are facing? What version of TI-OS are you running?
I use zStart 1.3.013 : http://www.ticalc.org/archives/files/fileinfo/429/42907.html

59
The Axe Parser Project / Re: Bug Reports
« on: July 06, 2016, 05:10:10 am »
Yes, I know asm, but I don't very good. If you search a tuto : http://sdz.tdct.org/sdz/apprendre-l-asm-z80-pour-ti.html
This website is very good ;)

60
Axe / Input Replacement Function Help
« on: July 05, 2016, 08:02:57 am »
I would like create an axe librairie to input replace input function, but my code doesn't work :(
This is my code:
Code: [Select]
..
.Adresse Var
8265→→°Num+2→→°Shift+2→→°ALock+2→→°Alpha

.Change Type Disp
1→Num
0→Shift
0→ALock
0→Alpha

.Data
Liste(33,34,26,18,35,27,19,36,28,20,0)→N
Liste(47,39,31,46,38,30,22,14,45,37,29,21,13,44,36,28,20,12,43,35,27,19,11,42,34,26,18,10,33,25,17,0)→A

Liste('0','1','2','3','4','5','6','7','8','9',0)→D
Liste('A','B','C','D','E','F','G','H','I','J','K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z','θ','"',' ',':','?',0)→E

Lbl BInput

.Parametres
°Alpha+2→→°XBox+2→→°YBox+2→→°MaxInput+2→→°OutPtr
r₁→XBox
r₂→YBox
r₃→MaxInput
L₁→OutPtr

For(A,0,MaxInput-1)
0→{OutPtr+A}
End

Repeat getKey(9) ou getKey(15)
 Output(XBox,YBox,"_"
 getKey(54)?Shift=0→Shift
 If getKey(48)
  If Shift
   1→ALock
   0→Num
  Else
   1→Alpha
   0→Num
  End
  If Alpha ou ALock
   0→Alpha
   0→ALock
   1→Num
  End
  0→Shift
 End
If YBox*16+XBox<MaxInput
 If ALock ou Alpha
  dansChaîne(A,getKey)→θ
  If θ
   Output(XBox,YBox,{E+θ-1}Frac
   →{YBox*16+XBox+OutPtr}
   XBox++
  End
 End
 If Num
  dansChaîne(N,getKey)→θ
  If θ
   Output(XBox,YBox,{D+θ-1}Frac
   →{YBox*16+XBox+OutPtr}
   XBox++
  End
 End
 If XBox=16
  YBox++
  0→XBox
 End
End
 Pause 500
 Output(XBox,YBox," "
 Pause 500
End
Return

And the code of the example program:
Code: [Select]
.INPUT
Goto A
prgmINPUTLIB
Lbl A
BInput(0,0,11)
Thank you in advance :)

Pages: 1 2 3 [4] 5 6 ... 8