Staredit Network

Staredit Network -> Computers and Technical -> Ungrouping Groups with program & Deleting group
Report, edit, etc...Posted by O)FaRTy1billion on 2005-10-31 at 20:20:15
I am making a program that has lots of little ASM programs, and I want it to be a bit more professional than just a 8XG and a textfile saying "Send the group to the calculator and ungroup all the programs."
I would just make an ASM Program to create all the files, but that would be lengthy and time consuming, since I want all the loaded ASM files compiled. And some of the files I do not have the source for anymore.

Anyways...
If there is a way to ungroup a group with ASM or BASIC (does not matter) then I could make a single program they run, do a few settings, then it deletes itself, all other used programs for the installation, and the group file.

If that isnt possable I could just have them load 20 files and then run a program for the rest.. or use a group.. But that would be annoying. (Much simpler to load a few programs and a group then having to load a group, ungroup, run the program, and then delete the group)
Report, edit, etc...Posted by saibaman8 on 2005-11-01 at 16:45:18
i don't think you can make things delete themselves with z80... try looking through ti83plus.inc for a rom call that's related to grouping. or you could try making a flash app.
Report, edit, etc...Posted by O)FaRTy1billion on 2005-11-01 at 18:15:17
Never made a FlashApp before..

You can delete programs and variables.
I did look through the ti83plus.inc and all I found was "InGroup" and some other thing.

any other ideas..?
Report, edit, etc...Posted by saibaman8 on 2005-11-02 at 17:37:22
i've never made a flash app either.

i don't know about InGroup. i found cxGroup, cxUnGroup, and GroupObj, but they're just equates. you're looking for a rom call, i'm sure. try ticalc.org. there is definetly a way to ungroup files with z80, since the tios does it.
Report, edit, etc...Posted by O)FaRTy1billion on 2005-11-02 at 18:45:52
CODE
kNewApps        EQU       059h       ; New Apps for Cerberus.
cxNewApps       EQU     kNewApps               ;new cerberus applications
cxGroup         EQU     cxNewApps+0            ;1st new app.
cxUnGroup       EQU     cxNewApps+1            ;2nd new app.

Could these be anything?
Report, edit, etc...Posted by saibaman8 on 2005-11-02 at 18:54:39
it looks like they deal with applications, but i've never used them. ask some of the people on ticalc.org. they can have some good ideas.
Next Page (1)