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 ... 3 4 [5] 6 7 8
61
TI Z80 / Re: ICE - an interpreter/compiler of CE-BASIC
« on: July 04, 2016, 10:17:54 am »
I good feature for disp function:
    if the string contain i (the imaginary i), the string placed after this character is puted at a new line ;)

62
The Axe Parser Project / Re: Features Wishlist
« on: July 04, 2016, 10:00:10 am »
I currently use zStart, but it isn't very stable :-\

63
The Axe Parser Project / Re: Features Wishlist
« on: July 01, 2016, 10:04:49 am »
Yes, but if the program is archived, this function don't work :-\

64
The Axe Parser Project / Re: Features Wishlist
« on: July 01, 2016, 09:18:51 am »
When I say a debugger line per line, I would say when I compile, I try to compile line per line and disp the error message for the line ;)

65
The Axe Parser Project / Re: Bug Reports
« on: July 01, 2016, 09:15:27 am »
You can program ask?!? Can you teach me? I just know the basics.
I don't understand this sentence. :(



You would like that I teach you the Axe programing?

Edit (Eeems): Merged double post

66
TI Z80 / Re: zStart - an app that runs on ram clears
« on: June 30, 2016, 12:47:35 pm »
DoorsCS 7.2 is installed

67
The Axe Parser Project / Re: Features Wishlist
« on: June 30, 2016, 12:04:54 pm »
Add a line per line debug function :D

68
The Axe Parser Project / Re: Bug Reports
« on: June 30, 2016, 11:59:12 am »
If you don't would like to continue Axe Parser, I can do for you :D

69
TI Z80 / Re: [Axiom] AxiomGUI
« on: June 30, 2016, 10:12:47 am »
Thanks for your responce and sorry for my post  :-\

70
The Axe Parser Project / Re: Axe Library, Axiom, and Tool Collection
« on: June 30, 2016, 10:09:26 am »
And where I can download the GUI Axiom?

71
TI Z80 / Re: [Axiom] AxiomGUI
« on: June 29, 2016, 10:44:31 am »
It is possible to download it? I don't see any link to download :(

72
The Axe Parser Project / Re: Axe Library, Axiom, and Tool Collection
« on: June 29, 2016, 10:22:20 am »
And to Axe conert the program to an appvar, I insert axiom in code with #Axiom(prgmNOM) or #Axiom(NOM)?

73
The Axe Parser Project / Re: Axe Library, Axiom, and Tool Collection
« on: June 29, 2016, 10:15:59 am »
And how can I do to return any value in ans?

74
The Axe Parser Project / Re: Axe Library, Axiom, and Tool Collection
« on: June 29, 2016, 10:06:51 am »
This is the new code, is it correct ? :
Code: [Select]
;#SECTION "MAIN", CODE

dw $C0DE
; Debut Routine
dw EndAxiomRoutine
db AXM_ALL
db hRound, 0
db AXM_INLINE
db 1
rorg 0
B_CALL _OP1Set0
B_CALL _Cos
B_CALL _ConvOP1
ex de, hl
ld d, h
ld b, h
ld e, l
ld c, l

EndAxiomRoutine:
        dw 0
dw hRound
db 5
db "cos0("
;#IMPORT "TOKENHOO"
;#IMPORT "AXE"

75
The Axe Parser Project / Re: Axe Library, Axiom, and Tool Collection
« on: June 29, 2016, 09:52:34 am »
This is my code with modifications:
Code: [Select]
;#SECTION "MAIN", CODE

dw AXM_HEADER
; Debut Routine
dw EndAxiomRoutine
db AXM_ALL
db hRound, 0
db AXM_INLINE
db 1
rorg 0
B_CALL _OP1Set0
B_CALL _Cos
B_CALL _ConvOP1
ex de, hl
ld d, h
ld b, h
ld e, l
ld c, l
ret

EndAxiomRoutine:
dw hRound
db 5
db "cos0("
;#IMPORT "TOKENHOO"
;#IMPORT "AXE"
It doesn't work too :(

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