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 ... 15 16 [17] 18 19 ... 24
241
General Calculator Help / Re: Transferring files
« on: May 17, 2016, 03:36:24 pm »
ticonnect
my pc is running windows 10

242
General Calculator Help / Transferring files
« on: May 17, 2016, 02:25:25 pm »
My calc has always been a bit picky with file transfers.
Recently it won't send a single file to the computer instead it just freezes an says the device can't find the file.
It will receive files but I've tryed to reinstall the OS (2.43) and even reset all memory (After something went horribly wrong) when trying to send them.
Nothing has helped I have several valuable files and no way to back them up.

243
Here you go...
PROGRAM:RUN
.PRGM
Axiom(RUNPRGM)
[prgmBASIC]->A
[00]
"prgm*TEMP"->Str1
GetCalc(Str1,length(A))->B
Copy(A,B,{B-2}r
AppOnErr(lERR)
Str1:Asm(E7FDCB08CEEF9B4AFDCB088E)
AppOffErr
Lbl ERR
Asm(FDCB09A6)

PRGM:BASIC
595*,-5-*-5

when run it gives ERR:SYNTAX

Sorry for any weird words I had to fight spellchecker for each word :P

244
TI Z80 / Re: ICE - an interpreter/compiler of CE-BASIC
« on: May 17, 2016, 11:01:19 am »
The 84 and 84CE BASIC are pretty similar. How hard would it be to port this the 84? I don't have any color calcs but this would be really cool! I don't know how different the z80 and the ez80 chips are though... Either way great work!

245
Again, there is no better place to put this.
It works perfect for me and displays my own errors and everything, except when I exit the program, it displays the errors that the OS didn't show when the program ran. Is that normal? It's annoying.
I'm having the same problem, am I not restoring something correctly?

246
Miscellaneous / Re: Post your desktop
« on: May 12, 2016, 04:07:01 pm »
This thread is SO OLD! Windows XP Pro(1st post)? Here's my Windows 10 Desktop, in all its glory! XD
Is that you in the picure?
I still haven't bothered to change my desktop picture from the default...  :P

247
TI Z80 / Re: Danger zone
« on: May 11, 2016, 09:09:43 am »
Sorry, I meant everything in archive to be safe from clears. I am very used to ram clears due to my sloppy Axe coding.

248
TI Z80 / Re: Danger zone
« on: May 10, 2016, 08:36:33 pm »
If I don't use archive at all, will it be safe from wipes? (I back up my calc way less often than I should)

249
Axe / Re: Axe Q&A
« on: May 10, 2016, 08:35:16 pm »
Is there any way to run an app from a program?

250
TI Z80 / Re: Danger zone
« on: May 10, 2016, 05:37:08 pm »
By unlocking flash do you mean by allowing execution past the OS's limit?
That's the only hack I can think of... but that is in ram...

Thanks! (I didn't want to brick my calc as I do ALL my programming on it)

251
TI Z80 / Danger zone
« on: May 09, 2016, 07:01:43 pm »
I am thinking about starting to learn asm (using mimas).
Can I brick the calc If I write bad code? I tend to learn by experimentation.

What is the worst that could happen?

252
OmnomIRC Development / Re: OmnomIRC changelog and suggestions
« on: May 06, 2016, 06:59:53 pm »
The option to make it its own window would be nice! (So I can look at the chat while I am doing other things)

253
The Axe Parser Project / Re: Features Wishlist
« on: April 18, 2016, 06:06:09 pm »
I have a couple more ideas!
The a function like the += command in Java would be really cool! (5 +-> x instead of x+5->x)
Setting to zoom compile by default
The ability to treat lists like matrices (like # -> {L1}{row}{col} instead of # -> {rows # col + row + L1}) would save SO many headaches
Again, I don't know how easy to add any of these are. (but the matrices one would be really nice)

254
Could you try compressing some of the code/data? A big lag occasionally is probably better than not being able to run the game at all.
(without reading the previous posts, I am assuming that size is the problem)

255
TI Z80 / Re: Yet another Tetris game
« on: April 13, 2016, 06:06:35 pm »
I could write some! (in Axe)
Can you provide me a list of variables you use, how you want the greyscale to be done and some sprites (I can't make good looking sprites)?
I would have to look at the rules of tetris.
Once you give me the information (post or private message) I probably could have it finished it 1-2 weeks.

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