This is an archived, read-only copy of the United-TI subforum , including posts and topic from May 2003 to April 2012. If you would like to discuss any of the topics in this forum, you can visit Cemetech's Technology & Calculator Open Topic subforum. Some of these topics may also be directly-linked to active Cemetech topics. If you are a Cemetech member with a linked United-TI account, you can link United-TI topics here with your current Cemetech topics.

This forum is locked: you cannot post, reply to, or edit topics. Community News & Discuss Nspire => Technology & Calculator Open Topic
Author Message
Jeremiah Walgren
General Operations Director


Know-It-All


Joined: 24 May 2003
Posts: 1937

Posted: 05 May 2004 10:26:09 pm    Post subject:

Sir Robin wrote:
I can always complain.

Can I as well?
Back to top
leofox
INF student


Super Elite (Last Title)


Joined: 11 Apr 2004
Posts: 3562

Posted: 06 May 2004 03:16:53 am    Post subject:

well, it sounds like a really cool program. when the plus version comes, i will certainly try it!
Back to top
kermmartian
Site Admin Kemetech


Calc Guru


Joined: 20 Mar 2004
Posts: 1220

Posted: 13 May 2004 02:49:44 pm    Post subject:

**FIRST DELTA RELEASE AVAILABLE**

Go to www.cemetech.tk or www.geocities.com/kermmartian (see link in signature) and click the double arrow in the pinned area at the top of the page. Note that this is for the 83 NOT the plus. Sad
Back to top
leofox
INF student


Super Elite (Last Title)


Joined: 11 Apr 2004
Posts: 3562

Posted: 14 May 2004 11:50:12 am    Post subject:

kermmartian wrote:
**FIRST DELTA RELEASE AVAILABLE**

Go to www.cemetech.tk or www.geocities.com/kermmartian (see link in signature) and click the double arrow in the pinned area at the top of the page.  Note that this is for the 83 NOT the plus. Sad

Is send(9 the equivalent for asm( ?
Back to top
Arcane Wizard
`semi-hippie`


Super Elite (Last Title)


Joined: 02 Jun 2003
Posts: 8993

Posted: 14 May 2004 12:08:26 pm    Post subject:

Yes, it is.
Back to top
Keith Pierce


Advanced Member


Joined: 02 Feb 2004
Posts: 411

Posted: 14 May 2004 01:33:57 pm    Post subject:

Quote:
Is send(9 the equivalent for asm( ?

Quote:
Yes, it is.


How does this work? I mean how does the code look like in a program?

Never knew this.
Back to top
Arcane Wizard
`semi-hippie`


Super Elite (Last Title)


Joined: 02 Jun 2003
Posts: 8993

Posted: 14 May 2004 02:04:28 pm    Post subject:

send(9prgmFUNGAME

prgmFUNGAME:
CD5547
C9
End
0000
End
Back to top
leofox
INF student


Super Elite (Last Title)


Joined: 11 Apr 2004
Posts: 3562

Posted: 15 May 2004 03:37:10 am    Post subject:

So the Send(9 command runs hexadecimal (uncompiled) ASM programs, and the asm( command runs compiled ones? What is the purpose of the

Code:
End
0000
End


stuff?
Back to top
Arcane Wizard
`semi-hippie`


Super Elite (Last Title)


Joined: 02 Jun 2003
Posts: 8993

Posted: 15 May 2004 04:17:55 am    Post subject:

That's the same as the asmprgm token normally used in Ti83+ assembly programs.

They made the asmrpgm token to replace that and the asm( to replace send(9 which didn't make much sense, or at least less than asm( and asmprgm.
Back to top
kermmartian
Site Admin Kemetech


Calc Guru


Joined: 20 Mar 2004
Posts: 1220

Posted: 15 May 2004 10:22:53 am    Post subject:

leofox wrote:
So the Send(9 command runs hexadecimal (uncompiled) ASM programs, and the asm( command runs compiled ones? What is the purpose of the

Code:
End
0000
End


stuff?


Code:
End <<End of hex code
0000 <<0 bytes to reserve in RAM
End <<End of ASM program
Back to top
leofox
INF student


Super Elite (Last Title)


Joined: 11 Apr 2004
Posts: 3562

Posted: 15 May 2004 12:57:50 pm    Post subject:

doesn't Send(9 mean: send 9 times a prgm to a CBL/CBR, which is impossible, and gives syntax error? as arcane says, it doesn't makes much sense that send(9 is used for ASM programs.
Back to top
DarkerLine
ceci n'est pas une |


Super Elite (Last Title)


Joined: 04 Nov 2003
Posts: 8328

Posted: 15 May 2004 01:07:35 pm    Post subject:

No it doesn't. Send when followed by varname would be sending to CBL, here there's a 9.
Back to top
Adm.Wiggin
aka Tianon


Know-It-All


Joined: 02 Jun 2003
Posts: 1874

Posted: 15 May 2004 04:37:55 pm    Post subject:

it's actually Send(9prgmPROGNAME

:)
Back to top
wrigley


Advanced Member


Joined: 19 May 2004
Posts: 399

Posted: 23 May 2004 06:16:48 am    Post subject:

The Send(9prgmPROGNAME and the End\000\End only works on the TI-83, it produces a syntax error on either of the plus versions
Back to top
kermmartian
Site Admin Kemetech


Calc Guru


Joined: 20 Mar 2004
Posts: 1220

Posted: 24 May 2004 09:50:05 am    Post subject:

That's correct-you have to use Asm(Progname and AsmProg/data on the plus versions
Back to top
Arcane Wizard
`semi-hippie`


Super Elite (Last Title)


Joined: 02 Jun 2003
Posts: 8993

Posted: 24 May 2004 11:53:37 am    Post subject:

Jup, send(9prgmPROGNAME and End:0000:End are only for the regular 83.
Back to top
kermmartian
Site Admin Kemetech


Calc Guru


Joined: 20 Mar 2004
Posts: 1220

Posted: 24 May 2004 01:21:36 pm    Post subject:

Arcane Wizard wrote:
Jup, send(9prgmPROGNAME and End:0000:End are only for the regular 83.

Did a look at the Doors CS hex code prompt this question in the first place? :lol:

EDIT:

Just wanted to point out that Doors CS v4.8.2 and mobileTunes v0.93 beta are now available at ticalc.org!


Last edited by Guest on 02 Jun 2004 12:23:54 pm; edited 1 time in total
Back to top
kermmartian
Site Admin Kemetech


Calc Guru


Joined: 20 Mar 2004
Posts: 1220

Posted: 19 Jun 2004 10:37:00 am    Post subject:

Hmm, just released v4.8.5 delta, which adds external hardware SE support. Moving speadily towards 5.0...
The TI-83+ version is progressing quickly, although if anyone would like to suggest supported file types that would be helpful.
Back to top
Adm.Wiggin
aka Tianon


Know-It-All


Joined: 02 Jun 2003
Posts: 1874

Posted: 06 Aug 2004 04:17:14 pm    Post subject:

images (grayscale, maybe?)
programs (given Laughing Muahahaha!)
text files (just for fun! Smile)
other stuff... Laughing
Back to top
kermmartian
Site Admin Kemetech


Calc Guru


Joined: 20 Mar 2004
Posts: 1220

Posted: 20 Jan 2005 05:45:19 pm    Post subject:

Those sound like good suggestions!
Back to top
Display posts from previous:   
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
    » Goto page Previous  1, 2, 3  Next
» View previous topic :: View next topic  
Page 2 of 3 » All times are UTC - 5 Hours

 

Advertisement