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

Pages: 1 ... 14 15 [16] 17 18 ... 24
226
The Axe Parser Project / Re: Bug Reports
« on: May 21, 2016, 04:24:29 pm »
Nope I am still using 1.2.2
Is 1.3 stable enough to use now?
(Last time I looked it still had several nasty bugs that made 1.2.2 the only viable option)

Oh... not really, it still has those particualrly bad bugs... I think? I keep losing track of my progress because I don't revisit it very often, so I never get particulary far. I should really finish it off.
Yes! Please!
(Axe is my life I would do about anything to help)

227
Axe / Re: Axe Q&A
« on: May 21, 2016, 04:20:48 pm »
Trying to make an axiom that actually compiles.
Mimas will compile it but the token won't change and Axe gives an Err:invalid axiom

228
Axe / Re: Axe Q&A
« on: May 21, 2016, 04:17:50 pm »
Speaking of axioms, for some reason this code won't work. (I'm using mimas)
dw $C0DE
dw ax1end
db axmAll
db $BB,$1B
db axmInline
db axm0args
rorg 0
ld hl,5

dw 0
dw $03E0
db 5
db "Trial"

229
The Axe Parser Project / Re: Bug Reports
« on: May 21, 2016, 04:15:04 pm »
Nope I am still using 1.2.2
Is 1.3 stable enough to use now?
(Last time I looked it still had several nasty bugs that made 1.2.2 the only viable option)

230
The Axe Parser Project / Re: Bug Reports
« on: May 20, 2016, 03:47:16 pm »
There is still the app too large error with huge data files.
I got one when I tried to include a 18000b file in a program.

231
The only reason I don't post is that I get too much hype when I think about it. Seriously. I looked over all the files and lost several hours after that to excitement!
Since I only know basic asm code I can't really help...
I can draw really good blobs but that is about it.
Is there anything I can do to help out.
I can defiantly send some incuragement! (where to? this thread or somewhere else)

232
Axe / Re: Axe Q&A
« on: May 20, 2016, 03:23:27 pm »
I was curious if the axiom needed to be compiled before it became usable.
I guess what I was asking was is an axiom such as memkit source code (as the 8xv) or already compiled into executable code.

233
Axe / Re: Axe Q&A
« on: May 18, 2016, 05:47:11 pm »
Are axioms compiled or uncompiled?
(does Axe compile it or do you?)

234
TI Z80 / Re: Floatlib
« on: May 17, 2016, 08:08:30 pm »
I have been poking around at making an axiom. Axe recognizes it as a valid axiom but won't replace tokens or use the command.
My calc threw a fit today and refused to accept any files choosing rather to freeze and make me pull the batteries. (I tried several times)
It will probably work tomorrow.

235
TI Z80 / Re: Floatlib
« on: May 17, 2016, 06:49:40 pm »
Is there any program to turn hex codes to asm code?
The program works! (what is the address of the screen?)

236
TI Z80 / Re: Floatlib
« on: May 17, 2016, 04:54:22 pm »
I started programming my calc half way through last year.
Is there any way to convert a compiled program into hex? (mimas to axe) or compiled to mimas (axe to mimas)
I want to decompile Axe to help learn asm. which is the simplest routine in floatlib? (where to start reading the code and maybe learn something from it)

237
The Axe Parser Project / Re: Bug Reports
« on: May 17, 2016, 04:46:00 pm »
I found a bug!
PRGM:NAME
.CAKE
Disp t sub( >Dec
Disp {GetCalc("prgmTOK")}r >Dec

PRGM:TOK
sub(

The t before sub( is the token character.
The two values are not the same.
The t doesn't get two byte tokens correctly. (I think this is a bug... maybe I'm missing something)

238
TI Z80 / Re: Floatlib
« on: May 17, 2016, 04:31:14 pm »
Woah! that is a little above my head! I only know the basics of assembly and I use Mimas so I would have to transfer every file to view it. I have seen several tutorials for axioms before and it doesn't look that hard. Anyway... it is really cool!
(How long did it take you to learn asm?)

239
TI Z80 / Re: Floatlib
« on: May 17, 2016, 04:14:12 pm »
Is there any way I can use this in Axe?

*E37 totally ins't thinking about making a quadform...

240
General Calculator Help / Re: Transferring files
« on: May 17, 2016, 03:51:11 pm »
yes, It hasn't worked in a month

Pages: 1 ... 14 15 [16] 17 18 ... 24