Author Topic: Terminal 4.4.1  (Read 9445 times)

0 Members and 1 Guest are viewing this topic.

Offline ClrDraw

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 627
  • Rating: +61/-2
    • View Profile
    • GitHub
Terminal 4.4.1
« on: October 20, 2013, 12:13:48 pm »
This is my terminal-style shell and utility, with many functions and cool features. See the attatched readme for more info.
« Last Edit: November 02, 2013, 02:46:07 pm by ClrDraw »
Visit my GitHub for all my TI programs as well as other projects.
Also check out my website.

Offline Streetwalrus

  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3821
  • Rating: +80/-8
    • View Profile
Re: Terminal 4.4.1
« Reply #1 on: October 22, 2013, 09:15:12 am »
This fits better in TI-z80 calc projects IMO. Sounds cool though. ;)

Offline shmibs

  • しらす丼
  • Administrator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2132
  • Rating: +281/-3
  • try to be ok, ok?
    • View Profile
    • shmibbles.me
Re: Terminal 4.4.1
« Reply #2 on: October 22, 2013, 10:09:23 am »
^indeed. moving...

Offline ClrDraw

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 627
  • Rating: +61/-2
    • View Profile
    • GitHub
Re: Terminal 4.4.1
« Reply #3 on: October 22, 2013, 11:47:17 am »
Thanks. But I made it in Axe Parser  ???
Visit my GitHub for all my TI programs as well as other projects.
Also check out my website.

Offline Streetwalrus

  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3821
  • Rating: +80/-8
    • View Profile
Re: Terminal 4.4.1
« Reply #4 on: October 22, 2013, 11:55:46 am »
The section is related to the calc model, so here you have Axe, BASIC, ASM, FastRPL, Grammer, BBC Basic, etc. ;)

Offline ClrDraw

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 627
  • Rating: +61/-2
    • View Profile
    • GitHub
Re: Terminal 4.4.1
« Reply #5 on: October 22, 2013, 12:10:30 pm »
Oh, ok!
Visit my GitHub for all my TI programs as well as other projects.
Also check out my website.

Offline shmibs

  • しらす丼
  • Administrator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2132
  • Rating: +281/-3
  • try to be ok, ok?
    • View Profile
    • shmibbles.me
Re: Terminal 4.4.1
« Reply #6 on: October 22, 2013, 01:51:13 pm »
yes, this section is for showing off your projects, while the other is for asking for help.
speaking of which...
* shmibs downloads to see what it does

Offline ClrDraw

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 627
  • Rating: +61/-2
    • View Profile
    • GitHub
Re: Terminal 4.4.1
« Reply #7 on: October 22, 2013, 05:39:43 pm »
It's not very original, but it does look cool.
Visit my GitHub for all my TI programs as well as other projects.
Also check out my website.

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Terminal 4.4.1
« Reply #8 on: October 23, 2013, 08:01:16 am »
Just tried it out, it's pretty neat!

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline ClrDraw

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 627
  • Rating: +61/-2
    • View Profile
    • GitHub
Re: Terminal 4.4.1
« Reply #9 on: October 23, 2013, 09:40:04 am »
Thanks  :) anything I should add for future versions?
Visit my GitHub for all my TI programs as well as other projects.
Also check out my website.

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Terminal 4.4.1
« Reply #10 on: October 23, 2013, 09:41:10 am »
maybe help?
and something like displaying memory usage

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline ClrDraw

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 627
  • Rating: +61/-2
    • View Profile
    • GitHub
Re: Terminal 4.4.1
« Reply #11 on: October 23, 2013, 11:35:29 am »
Yeah that's a good idea, I forgot memory. Do you know the opcode?
Visit my GitHub for all my TI programs as well as other projects.
Also check out my website.

Offline Xeda112358

  • they/them
  • Moderator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: Terminal 4.4.1
« Reply #12 on: October 23, 2013, 11:48:30 am »
Here is a link that might be useful for opcodes: http://ourl.ca/8996/290840
To get the amount of free RAM, you could use this:
Code: [Select]
EFE542EF9247EF5641EFBF4AC9
However, if you are using this in an Axe program, you can probably just use Asm(EFE542).

Offline ClrDraw

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 627
  • Rating: +61/-2
    • View Profile
    • GitHub
Re: Terminal 4.4.1
« Reply #13 on: October 24, 2013, 09:32:58 pm »
Do you know how to find free archive?
+1
« Last Edit: November 02, 2013, 04:12:58 pm by ClrDraw »
Visit my GitHub for all my TI programs as well as other projects.
Also check out my website.

Offline tpt1234567890

  • LV3 Member (Next: 100)
  • ***
  • Posts: 45
  • Rating: +0/-0
    • View Profile
Re: Terminal 4.4.1
« Reply #14 on: October 29, 2013, 05:52:40 pm »
looks nice!