Author Topic: Gettime command  (Read 2756 times)

0 Members and 1 Guest are viewing this topic.

Offline PC5LeGeND

  • LV3 Member (Next: 100)
  • ***
  • Posts: 54
  • Rating: +0/-1
  • TI-84 asm programmer
    • View Profile
Gettime command
« on: May 31, 2012, 11:32:47 am »
I cant us the gettime command in axe someone know how to do this  ???
TI-84/TI-83 ASM programmer

TI-84/TI-83 BASIC programmer

Java program





Offline turiqwalrus

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 840
  • Rating: +51/-2
  • Wheeeeeee~!
    • View Profile
Re: Gettime command
« Reply #1 on: May 31, 2012, 12:11:50 pm »
gettime is actually a TI-basic command, and it has no equivalent in axe. However, if it's absolutely necessary, it would theoretically be possible to run a basic program from within axe, get and store the time, and then import it from within the axe program again.

Offline PC5LeGeND

  • LV3 Member (Next: 100)
  • ***
  • Posts: 54
  • Rating: +0/-1
  • TI-84 asm programmer
    • View Profile
Re: Gettime command
« Reply #2 on: May 31, 2012, 12:25:21 pm »
Oh that will i do
TI-84/TI-83 ASM programmer

TI-84/TI-83 BASIC programmer

Java program





Offline TheMachine02

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 452
  • Rating: +105/-0
  • me = EF99+F41A
    • View Profile
Re: Gettime command
« Reply #3 on: May 31, 2012, 12:28:31 pm »
yes, it is possible ...   :thumbsup:

against, it will be necessary prevent that this program is only available for ti 84 + (the 83 + did not do this to my knowledge  :'().
AXE/asm programmer - unleash the power of z80 //C++//C

epic 3D things http://www.ntu.edu.sg/home/ehchua/programming/opengl/CG_BasicsTheory.html

Offline Hayleia

  • Programming Absol
  • Coder Of Tomorrow
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3367
  • Rating: +393/-7
    • View Profile
Re: Gettime command
« Reply #4 on: May 31, 2012, 12:31:16 pm »
You need to remember that Axe is not Basic. It only uses the same tokens.
Also, here is a clock library ;)
« Last Edit: May 31, 2012, 12:31:42 pm by Hayleia »
I own: 83+ ; 84+SE ; 76.fr ; CX CAS ; Prizm ; 84+CSE
Sorry if I answer with something that seems unrelated, English is not my primary language and I might not have understood well. Sorry if I make English mistakes too.

click here to know where you got your last +1s

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: Gettime command
« Reply #5 on: May 31, 2012, 03:39:58 pm »
You need to remember that Axe is not Basic. It only uses the same tokens.
Exactly that. Axe is a completely separate language that just uses the BASIC tokens to keep things simple, so you can't assume a command works in Axe just because you can use it in TI-BASIC.

The Commands.htm file contains exactly every command you can use in Axe, no more and no less.




Offline PC5LeGeND

  • LV3 Member (Next: 100)
  • ***
  • Posts: 54
  • Rating: +0/-1
  • TI-84 asm programmer
    • View Profile
Re: Gettime command
« Reply #6 on: May 31, 2012, 03:53:54 pm »
Thanks i shall look it up
TI-84/TI-83 ASM programmer

TI-84/TI-83 BASIC programmer

Java program