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. Calculator Tech Support => Technology & Calculator Open Topic
Author Message
Matt


Member


Joined: 11 Jun 2003
Posts: 169

Posted: 25 Jun 2003 08:31:32 am    Post subject:

Ok . . . . . . .
This year I decided I was gonna learn ASM! Very Happy. But I will need yall step-by-step!

?: Where can I find an awesome tutorial on ASM and all that good stuff!???????????????

A:Well Its what you tell me!


Last edited by Guest on 25 Jun 2003 08:32:45 am; edited 1 time in total
Back to top
SniperOfTheNight


Advanced Member


Joined: 24 May 2003
Posts: 260

Posted: 25 Jun 2003 08:47:57 am    Post subject:

A: You can find many good tutorials @ Ticalc.org. The best tutorial I know of written entirly for the TI-83+ is ASM in 28 Days which you can get here .
Back to top
Justin W.
Shattered Silence


Advanced Member


Joined: 24 May 2003
Posts: 429

Posted: 25 Jun 2003 09:48:45 am    Post subject:

Tutorials are great but you need to also find some references to ease your programming confusion. SOmeone started a topic on this forum that listed a bunch of links to tutorials/references. You can also find some realy important referrences at Cirrus Programming under the Docs section->Asm Resources
Back to top
Matt


Member


Joined: 11 Jun 2003
Posts: 169

Posted: 26 Jun 2003 07:16:25 am    Post subject:

Ok.
I'll start on those now. But you know I'll have more questions later on! Smile
Back to top
Darth Android
DragonOS Dev Team


Bandwidth Hog


Joined: 31 May 2003
Posts: 2104

Posted: 26 Jun 2003 02:12:44 pm    Post subject:

we'll be ready to answer them!
Back to top
Adm.Wiggin
aka Tianon


Know-It-All


Joined: 02 Jun 2003
Posts: 1874

Posted: 26 Jun 2003 09:10:32 pm    Post subject:

yes, bring it on, if one of us cant answer it, then someone else can!
Back to top
Matt


Member


Joined: 11 Jun 2003
Posts: 169

Posted: 26 Jun 2003 09:25:40 pm    Post subject:

Wow. It sounds good to me!!! Razz I'll defiantly need you! Wink
Back to top
Adm.Wiggin
aka Tianon


Know-It-All


Joined: 02 Jun 2003
Posts: 1874

Posted: 26 Jun 2003 09:56:43 pm    Post subject:

cool, wed Good Idea wub Wink to help


(just thought id use that emoticon, cause it probably wont be used that often! [it might get lonly Wink ])
Back to top
Matt


Member


Joined: 11 Jun 2003
Posts: 169

Posted: 28 Jun 2003 04:02:08 pm    Post subject:

I'll be leaving on a trip soon so. Is there any otheron calculator Assemblers besides Chasm and TitanASM (not out yet)?

I need an asnwer soon!!! (thats why I came here Wink)
Back to top
SniperOfTheNight


Advanced Member


Joined: 24 May 2003
Posts: 260

Posted: 28 Jun 2003 05:43:16 pm    Post subject:

No,the only avalible oncalc assembler,to the best of my knowledge,is CHasm. TitanASM is suppose to come out some time during the summer. For CHasm,you need to know the hex equivelent of the bacalls,and it doesn't suppot DJNZ and JR yet.
Back to top
Adm.Wiggin
aka Tianon


Know-It-All


Joined: 02 Jun 2003
Posts: 1874

Posted: 28 Jun 2003 05:45:20 pm    Post subject:

u could get all the hex equivelants written down, and then just do it in the tios! (VERY error prone!)
Back to top
SniperOfTheNight


Advanced Member


Joined: 24 May 2003
Posts: 260

Posted: 28 Jun 2003 05:50:52 pm    Post subject:

CHASM's probably a lot better then that,cause you don't need to know all the hex equivelents.
Back to top
Adm.Wiggin
aka Tianon


Know-It-All


Joined: 02 Jun 2003
Posts: 1874

Posted: 28 Jun 2003 05:52:49 pm    Post subject:

ya... i tried CHASM though, and it crashed my emulator... huh, guess it's just me!
Back to top
Matt


Member


Joined: 11 Jun 2003
Posts: 169

Posted: 28 Jun 2003 10:23:20 pm    Post subject:

OK. . .
I'll get CHasm. Thanks a lot: SniperOfTheNight & Adm.Wiggin !!!! I'll need ya later Wink
Back to top
Adm.Wiggin
aka Tianon


Know-It-All


Joined: 02 Jun 2003
Posts: 1874

Posted: 30 Jun 2003 01:23:32 pm    Post subject:

ok, sounds good! have fun on ur trip!
Back to top
Matt


Member


Joined: 11 Jun 2003
Posts: 169

Posted: 09 Jul 2003 07:17:37 pm    Post subject:

Ok Well. . . . . .
My first asm program was the clr screen routine. But the 2nd one was an App w/ NO help. Surprised Well . . . That stinks cause I need help now! Ok the app makes a basic program that solves X. But it uses the "solve(" Which one of these are that in asm?
-------------------------------------------------------------------------------------------------------------------------------
tEOSEL EQU IMUN+23
UNARY EQU tQuest+1 ; B0h
tChs EQU UNARY ; B0h
tInt EQU UNARY+1 ; B1h
tAbs EQU UNARY+2 ; B2h
tDet EQU UNARY+3 ; B3h
tIdent EQU UNARY+4 ; B4h
tDim EQU UNARY+5 ; B5h
tSum EQU UNARY+6 ; B6h
tProd EQU UNARY+7 ; B7h
tNot EQU UNARY+8 ; B8h
tIPart EQU UNARY+9 ; B9h
tFPart EQU UNARY+10 ; BAh
tRegEq EQU 01h ; REGRESSION EQUATION
tStdX EQU 06h ; STANDARD DEV X
tStdPX EQU 07h ; STANDARD DEV POP X
tCorr EQU 12h ; CORRELATION
tRecuru02 EQU 38h ; u0(2)
tuRecuru02 EQU 39h
tRecurv02 EQU 3Ch ; v0(2)
tuRecurv02 EQU 3Dh
tRecurw02 EQU 3Eh ; w0(2)
tuRecurw02 EQU 3Fh
tSubStrng EQU 0Ch ;
tStdDev EQU 0Dh ;
tVariance EQU 0Eh ;
tNormalPDF EQU 1Bh ;
tTPDF EQU 1Ch ;
tChiPDF EQU 1Dh ;
tFPDF EQU 1Eh ;
tDeltaLst EQU 2Ch ;
tRef EQU 2Dh ;
tRRef EQU 2Eh ;
tConste EQU 31h ;
tSinReg EQU 32h ;
tLogistic EQU 33h ;
tLinRegTTest EQU 34h ;
tTIntVal EQU 48h ;
tEquToStrng EQU 55h ;
tStrngToEqu EQU 56h ;
tSelect EQU 58h ;
tANOVA EQU 59h ;
tModBox EQU 5Ah ;
tNormProb EQU 5Bh ;
tLcapAAcute EQU 6Eh
tLcapAGrave EQU 6Fh
tLcapACaret EQU 70h
tLcapADier EQU 71h
tLaAcute EQU 72h
tLaGrave EQU 73h
tLaCaret EQU 74h
tLaDier EQU 75h
tLcapEAcute EQU 76h
tLcapEGrave EQU 77h
tLcapECaret EQU 78h
tLcapEDier EQU 79h
tLeAcute EQU 7Ah
tLeGrave EQU 7Bh
tLeCaret EQU 7Ch
tLeDier EQU 7Dh
tLcapIGrave EQU 7Fh
tLcapICaret EQU 80h
tLcapIDier EQU 81h
tLiAcute EQU 82h
tLiGrave EQU 83h
tLiCaret EQU 84h
tLiDier EQU 85h
tLcapOAcute EQU 86h
tLcapOGrave EQU 87h
tLcapOCaret EQU 88h
tLcapODier EQU 89h
tLoAcute EQU 8Ah
tLoGrave EQU 8Bh
tLoCaret EQU 8Ch
tLoDier EQU 8Dh
tLcapUAcute EQU 8Eh
tLcapUGrave EQU 8Fh
tLcapUCaret EQU 90h
tLcapUDier EQU 91h
tLuAcute EQU 92h
tLuGrave EQU 93h
tLuCaret EQU 94h
tLuDier EQU 95h
tLcapCCed EQU 96h
tLcCed EQU 97h
tLcapNTilde EQU 98h
tLnTilde EQU 99h
tLaccent EQU 9Ah
tLgrave EQU 9Bh
tLdieresis EQU 9Ch
tLquesDown EQU 9Dh
tLexclamDown EQU 9Eh
tLalpha EQU 9Fh
tLbeta EQU 0a0h
tLgamma EQU 0a1h
tLcapDelta EQU 0a2h
tLdelta EQU 0a3h
tLepsilon EQU 0a4h
tLlambda EQU 0a5h
tLmu EQU 0a6h
tLpi EQU 0a7h
tLrho EQU 0a8h
tLcapSigma EQU 0a9h
tLphi EQU 0aBh
tLcapOmega EQU 0aCh
tLphat EQU 0aDh
tLchi EQU 0aEh
tLstatF EQU 0aFh
tLsigma EQU 0cbh
tLtau EQU 0cch
tLcapIAcute EQU 0cdh
tReserved equ 0D0h
tInvalid equ 0DBh


Ok I revised it to some that were questionable! Sorry for the problems . . . Confused
THANKS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!


Last edited by Guest on 15 Jul 2003 08:17:17 am; edited 1 time in total
Back to top
Matt


Member


Joined: 11 Jun 2003
Posts: 169

Posted: 13 Jul 2003 08:25:30 pm    Post subject:

Well . . . . . . . . . .
Quote:
I need help Confused
Back to top
SniperOfTheNight


Advanced Member


Joined: 24 May 2003
Posts: 260

Posted: 13 Jul 2003 10:40:30 pm    Post subject:

Well, you should start with something easier. Don't go from doing the clrscreen program to an APP. Follow the whole tutorial you are using step by step,and make the example programs it tells you to. Then,you can try to move to apps.
Back to top
Adm.Wiggin
aka Tianon


Know-It-All


Joined: 02 Jun 2003
Posts: 1874

Posted: 14 Jul 2003 11:14:47 am    Post subject:

yes, and y did u post a ton of the equate file?
Back to top
Darth Android
DragonOS Dev Team


Bandwidth Hog


Joined: 31 May 2003
Posts: 2104

Posted: 14 Jul 2003 03:20:33 pm    Post subject:

plz do not post large amounts of text (you know what i mean) again. email them the file, then ask them to refer to it. if you cannot email (have to use a public comp at a library, etc.) give me the name of the file and i will try to get it to them. we do not have unlimited webspace on this forum.
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 1, 2  Next
» View previous topic :: View next topic  
Page 1 of 2 » All times are UTC - 5 Hours

 

Advertisement