Omnimaga

Calculator Community => Other Calc-Related Projects and Ideas => TI Z80 => Topic started by: Xeda112358 on February 07, 2011, 12:30:31 am

Title: LSDOS
Post by: Xeda112358 on February 07, 2011, 12:30:31 am
Using the power of CopyProg and GetName, LSDOS is a BASIC program that acts like a shell. In fact, it does more than just act like a shell. You can use it to look at your variables and not just the names-- you can actually check the contents. Whether it is an Appvar, string, or some other variable, even in archive. It also tells you whether the var is archived or not as well as the size. So what is planned for the future?

-A picture view mode
-Deleting
-Assembly routines to be used by asm programs
-If a BASIC program has the header "If 0:Then" it will use the data in the next lines (until it reaches "End") to load subprograms that will be included with LSDOS
-The ability to copy vars to other vars (determined by the user).

*By the way, the name is a spin off of a spin off of MirageOS:
MirageOS >> HallucinationOS >> LSDOS
...just check the logs if you don't believe me >_>
Title: Re: LSDOS
Post by: shmibs on February 07, 2011, 03:21:19 am
so... can this be used to manually edit appvars?

it looks rather impressive regardless.
Title: Re: LSDOS
Post by: Ranman on February 07, 2011, 03:24:03 am
Sweetness! 8)
Title: Re: LSDOS
Post by: calcdude84se on February 07, 2011, 07:34:06 am
Nice what BASIC can do with some assistance! Keep up the good work! :D
Title: Re: LSDOS
Post by: Xeda112358 on February 07, 2011, 08:51:23 am
so... can this be used to manually edit appvars?

it looks rather impressive regardless.
It doesn't let you edit them like you can in the BASIC editor, but once I add the ability to copy to other vars (instead of just Str2) you could copy pictures to appvars or programs or whatnot. Regardless, you can view appvars. I plan to add the Picture View mode so that the user can view picture data. Hmm, I could also add the option to append data... you would be able to combine two pictures to an appvar for example :D
... not that it would help much... but oh welll

ooh, maybe I could make a way to insert the contents of one var into another var during the QuickView mode.
Title: Re: LSDOS
Post by: JustCause on February 07, 2011, 10:45:54 am
This is pretty cool. Graphscreen program editing would be insanely cool (I've wanted to use that for years) but I'm sure you have your own plans for this. Keep being amazing.
Title: Re: LSDOS
Post by: ztrumpet on February 07, 2011, 04:09:08 pm
Looks cool.  Nice job! ;D
Title: Re: LSDOS
Post by: Xeda112358 on February 08, 2011, 01:12:51 am
Ah, well it won't be a graph screen program editor (well... if I can do that, then that would be pretty cool...), I only meant that I would let it preview picture data. If I wanted it to do that, then I would have to make the program more out of assembly than BASIC :D
...
Of course I could let you Quick View on the graph screen...
And I could make an easy line reader...

>_>
<_<
Title: Re: LSDOS
Post by: DJ Omnimaga on February 08, 2011, 02:05:03 am
Wow I like the file viewing features, Nice stuff you got there. :D