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 z80 & ez80 Assembly 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. Z80 & 68k Assembly => z80 & ez80 Assembly
United-TI Archives -> Z80 & 68k Assembly
 
    » Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8  Next
» View previous topic :: View next topic  
Author Message
Adm.Wiggin
aka Tianon


Know-It-All


Joined: 02 Jun 2003
Posts: 1874

Posted: 18 Apr 2005 05:38:24 pm    Post subject:

First post updated. Please have a look-see. Fixed some of my grammer (sorry for that), added a few small notes, put some updates, fixed a few 'u's and 'ur's [very sorry for those to begin with].

Please do tell if there are any mistakes or errors.
Back to top
Fallen Ghost


Elite


Joined: 15 Jun 2006
Posts: 955

Posted: 27 Dec 2006 11:15:24 am    Post subject:

Is ASM in 28 gone down?? It just goes to a random page in the site.

At least there's the downloadable version from TIcalc.org
Back to top
baorder54
Elite


Active Member


Joined: 25 Nov 2006
Posts: 748

Posted: 28 Dec 2006 01:33:07 am    Post subject:

I noticed that too! it just goes to like a main page. Well when that was my primary tutorial i made sure to download the ticalc version for backup in a case like this. but now i like Cobb's and Iambian's. So i kinda have found 28 days obsolete. I didnt even know what instructions stood for untill i read iambian's. Like cp is compare and ld is load.
Back to top
Recursive Acronym


Advanced Member


Joined: 11 Dec 2006
Posts: 499

Posted: 04 Apr 2007 04:32:41 pm    Post subject:

Jedd's link is down or something.
Back to top
baorder54
Elite


Active Member


Joined: 25 Nov 2006
Posts: 748

Posted: 05 Apr 2007 03:42:23 pm    Post subject:

Well it is now being hosted on unitedti.org here: Linkadink

I think its gone from its usual spot forever, because i haven't seen it in long time.
Back to top
WikiGuru
ADOS (Attention deficit... Oh! Shiny!)


Elite


Joined: 15 Sep 2005
Posts: 923

Posted: 12 Apr 2007 06:04:33 pm    Post subject:

What happened to Cobb's tutorial? The link to his site is dead!
Back to top
Harrierfalcon
The Raptor of Calcs


Super Elite (Last Title)


Joined: 25 Oct 2006
Posts: 2535

Posted: 12 Apr 2007 07:05:26 pm    Post subject:

Umm....
Back to top
WikiGuru
ADOS (Attention deficit... Oh! Shiny!)


Elite


Joined: 15 Sep 2005
Posts: 923

Posted: 12 Apr 2007 10:12:47 pm    Post subject:

Oops, I clicked on the link on the first post, but that one was dead. Then I looked around and found a link to the existing tutorial.
Back to top
Demon


Advanced Member


Joined: 17 Jun 2006
Posts: 369

Posted: 13 Apr 2007 06:09:47 am    Post subject:

This may not be about ASM, but this guy's programming guide is funny and awesome:
http://poignantguide.net/ruby/

I wish there was an ASM tutuorial like this...
Back to top
Harrierfalcon
The Raptor of Calcs


Super Elite (Last Title)


Joined: 25 Oct 2006
Posts: 2535

Posted: 13 Apr 2007 04:12:34 pm    Post subject:

Is there a downloadable version of CoBB's tut?
Back to top
WikiGuru
ADOS (Attention deficit... Oh! Shiny!)


Elite


Joined: 15 Sep 2005
Posts: 923

Posted: 13 Apr 2007 07:39:52 pm    Post subject:

I'm sure somewhere at ticalc.org there's a down-loadable version of Cobb's tutorial...
Back to top
baorder54
Elite


Active Member


Joined: 25 Nov 2006
Posts: 748

Posted: 13 Apr 2007 07:59:04 pm    Post subject:

Cobbalink
Back to top
ForthReich


Member


Joined: 02 May 2007
Posts: 228

Posted: 31 May 2007 03:43:18 pm    Post subject:

I need a tutorial about programming programs that are programmed to detect programs that are programmed on the calc in an asm program that contains a program editor that is not the TI-OS program editor. (Like how shells work) I also need to create programs.
Back to top
luby
I want to go back to Philmont!!


Calc Guru


Joined: 23 Apr 2006
Posts: 1477

Posted: 31 May 2007 04:05:34 pm    Post subject:

In English? Or an example? I know that learn ti-83 asm in 28 days covers making programs.
Back to top
c_plus_plus
My Face Hertz


Active Member


Joined: 30 Jan 2006
Posts: 575

Posted: 31 May 2007 04:07:11 pm    Post subject:

luby wrote:
In English? Or an example?  I know that learn ti-83 asm in 28 days covers making programs.
[post="106207"]<{POST_SNAPBACK}>[/post]

ya... you kind of lost me there.
Back to top
ForthReich


Member


Joined: 02 May 2007
Posts: 228

Posted: 31 May 2007 04:12:26 pm    Post subject:

I need to write files [programs] from Robocode [a program] and the user must create the program in an editor, so I have no idea what they are going to write. I think I will have to create a whole new editor, but I really want to use the OS editor. I read 28 days, and it only covers how to create a program that you know the information about.

EDIT:How do Ion/Mirage/DoorsCS identify programs that they can run?


Last edited by Guest on 31 May 2007 04:14:06 pm; edited 1 time in total
Back to top
luby
I want to go back to Philmont!!


Calc Guru


Joined: 23 Apr 2006
Posts: 1477

Posted: 31 May 2007 04:16:17 pm    Post subject:

I think if you had the person type in the code (with colons seperating the lines) and then saved that to a spot in your asm code and then made the program from that, it would work.
Back to top
ForthReich


Member


Joined: 02 May 2007
Posts: 228

Posted: 31 May 2007 04:24:53 pm    Post subject:

Well, that would work, but I still have concerns.
1. I cannot have the coder be able to use display commands that would interupt Robocode...er...my program

Code:
disp "I have control","Of Robocode"

I believe that I wouldn't have to have the user enter colons, because I believe tEnter does the same thing.
Back to top
justusdude


Advanced Member


Joined: 24 May 2006
Posts: 265

Posted: 31 May 2007 04:55:45 pm    Post subject:

If Harrierfalcon were here I think he'd say something about CELTIC.

Last edited by Guest on 31 May 2007 08:29:01 pm; edited 1 time in total
Back to top
ForthReich


Member


Joined: 02 May 2007
Posts: 228

Posted: 31 May 2007 05:35:12 pm    Post subject:

justusdude wrote:
If Harrierfalcon were here I think he'd say something about CELTIC.
[post="106216"]<{POST_SNAPBACK}>[/post]

Sorry, I kinda wanted Robocode to be inclusive
rcfreak0 translation: No external files needed Besides Mirage
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, 4, 5, 6, 7, 8  Next
» View previous topic :: View next topic  
Page 7 of 8 » All times are UTC - 5 Hours

 

Advertisement