• Features Wishlist 5 1
Currently:  

Author Topic: Features Wishlist  (Read 606949 times)

0 Members and 3 Guests are viewing this topic.

Offline kindermoumoute

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 836
  • Rating: +54/-3
    • View Profile
Re: Features Wishlist
« Reply #1425 on: October 13, 2010, 04:47:54 pm »
I do not know if it's already been asked, but it would be nice to compile a program Axe Parser in ASM/Ion TI-83 (from the calculator or computer).
Is it possible?
Projects :

Worms armageddon z80 :
- smoothscrolling Pixelmapping : 100%
- Map editor : 80%
- Game System : 0%

Tutoriel français sur l'Axe Parser
- 1ère partie : en ligne.
- 2ème partie : en ligne.
- 3ème partie : en ligne.
- 4ème partie : 10%
- Annexe : 100%

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Features Wishlist
« Reply #1426 on: October 13, 2010, 04:51:11 pm »
It has been asked, but apparently no one's taking that up yet. For now, just use Wabbit and export it (but wait until BuckeyeDude fixes the export function).




Offline calc84maniac

  • eZ80 Guru
  • Coder Of Tomorrow
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2912
  • Rating: +471/-17
    • View Profile
    • TI-Boy CE
Re: Features Wishlist
« Reply #1427 on: October 13, 2010, 04:53:32 pm »
I think he's talking about programs for the original TI-83 (no plus). I don't think that would be an easy task, though (one reason because TI-83 doesn't have the same saferam areas that we use for L1-L6)
"Most people ask, 'What does a thing do?' Hackers ask, 'What can I make it do?'" - Pablos Holman

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Features Wishlist
« Reply #1428 on: October 13, 2010, 04:55:38 pm »
I agree with Builderboy on moving the Vars.  This would be immensly helpful to a program that I'm writing now.  Please do it! ;D

Offline Builderboy

  • Physics Guru
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5673
  • Rating: +613/-9
  • Would you kindly?
    • View Profile
Re: Features Wishlist
« Reply #1429 on: October 13, 2010, 05:22:46 pm »
Yeah MirageOS uses only parts of the begining for its own variables and interrupts, but the last 56 bytes are safe.  As for Doors, it doesn't use any RAM space while a program is running, as it uses its own AppVar for storage, so it seems like the move to L2 would be fully safe :) Axe just needs to make sure that its own interupt routine doesn't use the last 56 bytes as well

Offline calcdude84se

  • Needs Motivation
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2272
  • Rating: +78/-13
  • Wondering where their free time went...
    • View Profile
Re: Features Wishlist
« Reply #1430 on: October 13, 2010, 05:37:33 pm »
I must agree; the lack of another full buffer has been annoying me for a while ;D
So, seconded (or whatever number we're on... :P)
« Last Edit: October 13, 2010, 05:37:49 pm by calcdude84se »
"People think computers will keep them from making mistakes. They're wrong. With computers you make mistakes faster."
-Adam Osborne
Spoiler For "PartesOS links":
I'll put it online when it does something.

SirCmpwn

  • Guest
Re: Features Wishlist
« Reply #1431 on: October 13, 2010, 06:14:32 pm »
I do not know if it's already been asked, but it would be nice to compile a program Axe Parser in ASM/Ion TI-83 (from the calculator or computer).
Is it possible?
I've been thinking of writing a program to do this, I'll get back to you on it later.

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Features Wishlist
« Reply #1432 on: October 13, 2010, 08:29:16 pm »
I think he's talking about programs for the original TI-83 (no plus). I don't think that would be an easy task, though (one reason because TI-83 doesn't have the same saferam areas that we use for L1-L6)

Misread, sorry :-\ Should be possible for the most part.

I do not know if it's already been asked, but it would be nice to compile a program Axe Parser in ASM/Ion TI-83 (from the calculator or computer).
Is it possible?
I've been thinking of writing a program to do this, I'll get back to you on it later.

Ah, great! If you do it, may I suggest an option to compile to a program that can be run from the homescreen like with BASIC?




SirCmpwn

  • Guest
Re: Features Wishlist
« Reply #1433 on: October 13, 2010, 08:33:15 pm »
What, like include a seperate TI-Basic launcher program?

Offline calcdude84se

  • Needs Motivation
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2272
  • Rating: +78/-13
  • Wondering where their free time went...
    • View Profile
Re: Features Wishlist
« Reply #1434 on: October 13, 2010, 08:35:37 pm »
Forward references. I don't know how to add more to this... ;D
"People think computers will keep them from making mistakes. They're wrong. With computers you make mistakes faster."
-Adam Osborne
Spoiler For "PartesOS links":
I'll put it online when it does something.

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Features Wishlist
« Reply #1435 on: October 13, 2010, 08:38:52 pm »
SirCmpwn: Here.

If anyone includes that code as the header of any TI-83 ASM program, it can run from the homescreen, no launcher/Send(9 needed.

Of course, that's in theory (since I don't have an 83 to check).

Actually, if you wait a bit, I'll test it in Wabbit.




SirCmpwn

  • Guest
Re: Features Wishlist
« Reply #1436 on: October 13, 2010, 08:44:41 pm »
Does this work on an 83+?

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Features Wishlist
« Reply #1437 on: October 13, 2010, 08:54:09 pm »
Nope, because of $BB, $6D.




SirCmpwn

  • Guest
Re: Features Wishlist
« Reply #1438 on: October 13, 2010, 08:55:19 pm »
Thought so.  Then I probably can't do that...

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Features Wishlist
« Reply #1439 on: October 13, 2010, 09:26:47 pm »
Do what? It could work with the plain 83.