HELLLLLLP

A General Discussion forum for TI calculators

Moderator: MaxCoderz Staff

Alphawolf
New Member
Posts: 23
Joined: Sat 26 Nov, 2005 3:08 am
Location: Probibly programming my calculator somewhere!
Contact:

HELLLLLLP

Post by Alphawolf »

Hey want to learn Asm but first I have a question do i need a computer program to type in asm? If so what program and how do i get it to send to my calculator?
Image
User avatar
Madskillz
Calc Wizard
Posts: 745
Joined: Fri 17 Dec, 2004 10:22 pm
Location: Wandering around in the Jungle...
Contact:

Post by Madskillz »

If you have Windows you can use Notepad or Wordpad, though there are some programs that you can use to add color to your code to make labels our includes standout. I use Notepad and it works just fine for me. You are also going to need a compiler to convert your text into a program...everything you should need to have is in this .zip file:http://www.ticalc.org/archives/files/fi ... 11269.html It is a tutorial for ION which you may find helpful, I found ASM in 28 days to be much better though. But use this .zip to get all the files you need.

Also I recommend checking out ASM in 28 days.
http://nwps.ws/~dragonfire/Asmin28/It is a great tutorial for people just getting into programming and is alot better for 83+/84+ families of calcs.

At first it can seem to all go over your head, and understand that it can be confusing and discouraging, but in the end with the right help and the forums in the community there is plenty of help to answer the questions that you may have.
Also ticalc.org has some helpful ASM tutorials:http://www.ticalc.org/basics/calculators/ti-83plus.html

edit: also check out the thread right below this called ASM Resource. tifreak8x did a great job on the site and providing links to alot of resources.
Last edited by Madskillz on Tue 29 Nov, 2005 10:12 pm, edited 1 time in total.
The Revolution is here...
threefingeredguy
Calc King
Posts: 2195
Joined: Sun 27 Mar, 2005 4:06 am
Location: sleeping
Contact:

Post by threefingeredguy »

You can write ASM programs in hex on the calc, but it is really, really hard. I use this (click) pack to do stuff, but I would reccommend using Latenite because it is better and more comfortable. I am switching to it myself.

EDITL How the hell did I forget this: TIFreak's Assembly Resource full of tutorials and assemblers.
Image
Liazon
Calc Guru
Posts: 962
Joined: Thu 27 Oct, 2005 8:28 pm

Post by Liazon »

Is Latenite even finished? (by that I mean stable and finished)

@Alphawolf: Welcome to ASM! We are glad you chose this language.

but you have to admit BASIC programmers are amazing in their own respect. I'l never be up their caliber when it comes to BASIC.
Image Image Image
threefingeredguy
Calc King
Posts: 2195
Joined: Sun 27 Mar, 2005 4:06 am
Location: sleeping
Contact:

Post by threefingeredguy »

Yup, read the latenite topic. The only major bugs are color spillover on newlines and slow loading/parsing of XML tables. It's good to go, seems.
Image
Liazon
Calc Guru
Posts: 962
Joined: Thu 27 Oct, 2005 8:28 pm

Post by Liazon »

okay, what exactly does that mean? spill overs on newlines... etc.
Image Image Image
threefingeredguy
Calc King
Posts: 2195
Joined: Sun 27 Mar, 2005 4:06 am
Location: sleeping
Contact:

Post by threefingeredguy »

Syntax coloring would accidentally go on to the next line or something like that. It's fixed in the new version though, so it doesn't matter.
Image
User avatar
DigiTan
Calc Master
Posts: 1069
Joined: Fri 04 Mar, 2005 12:52 am
Location: NW Wisconsin
Contact:

Re: HELLLLLLP

Post by DigiTan »

Alphawolf wrote:Hey want to learn Asm but first I have a question do i need a computer program to type in asm? If so what program and how do i get it to send to my calculator?
While it doesn't have any flashy, fruity, bells and whistles; DOS edit and/or Notepad is really all you need for an IDE. I basically got started this way:

1. Download TASM from ticalc. This is the part that converts your assembly code into binary.
2. Download the devpack for whatever shell you're going to program for. This is the part that converts the binary to an .8xp file.
3. Download the Virtual TI or PindurTI emulators.
4. Download ROM Dump utility to capture your own ROM to Virtual TI or Pindur. I've heard rumors that TILP already has this function built-in.

...there's a few other tools that come in handy, but these are just the fundamentals.
Last edited by DigiTan on Tue 29 Nov, 2005 10:50 pm, edited 1 time in total.
My diet consists of nails, code-stealers, and HP fans.
Projects:

Robot War [TI-82, TI Flash App]
Sonic the Hedgehog [Multiplatform]
Liazon
Calc Guru
Posts: 962
Joined: Thu 27 Oct, 2005 8:28 pm

Post by Liazon »

Does VTI work w/ the cable that somes w/ Ti-89 Titanium. I doubt though. It seems all the good programs were made for the parallel and the black/gray serial ports.
Image Image Image
User avatar
DigiTan
Calc Master
Posts: 1069
Joined: Fri 04 Mar, 2005 12:52 am
Location: NW Wisconsin
Contact:

Post by DigiTan »

According to the v2.5 beta, it works on the Gray Graph-link, the Black Graph-Link, the homemade serial, and the homemade parallel. I guess USB support wasn't included at the time (maybe it's in the newer v3.0 alpha).
My diet consists of nails, code-stealers, and HP fans.
Projects:

Robot War [TI-82, TI Flash App]
Sonic the Hedgehog [Multiplatform]
Liazon
Calc Guru
Posts: 962
Joined: Thu 27 Oct, 2005 8:28 pm

Post by Liazon »

nope, the Alpha seems to be exclusively Ti-83+(SE) apps
Image Image Image
User avatar
DigiTan
Calc Master
Posts: 1069
Joined: Fri 04 Mar, 2005 12:52 am
Location: NW Wisconsin
Contact:

Post by DigiTan »

Oh yeah. What was the name of that other 83+ emulator? The one that could support flash apps? It's on the tip of my keyboard.
My diet consists of nails, code-stealers, and HP fans.
Projects:

Robot War [TI-82, TI Flash App]
Sonic the Hedgehog [Multiplatform]
User avatar
Jim e
Calc King
Posts: 2457
Joined: Sun 26 Dec, 2004 5:27 am
Location: SXIOPO = Infinite lives for both players
Contact:

Post by Jim e »

Pindur, tilem, flash debugger
Image
User avatar
Timendus
Calc King
Posts: 1729
Joined: Sun 23 Jan, 2005 12:37 am
Location: Netherlands
Contact:

Post by Timendus »

You don't need another emulator when you have PindurTI :)

And Latenite is 100% functional in it's current state. The only downside of it is that it uses TASM as a compiler, but so does the entire community ;) Ben is thinking of switching to WLA-DX, or writing his own compiler for Latenite.

Anyway, I would very much recommend using only Latenite and PindurTI. If you don't want to drown in a sea of folders, source/include files and build scripts that's the way to go.
http://clap.timendus.com/ - The Calculator Link Alternative Protocol
http://api.timendus.com/ - Make your life easier, leave the coding to the API
http://vera.timendus.com/ - The calc lover's OS
CompWiz
Calc King
Posts: 1950
Joined: Thu 13 Oct, 2005 1:54 pm
Location: UB

Post by CompWiz »

So, what are the problems with TASM? What does WLA-DX do better? Just curious. :)
In Memory of the Maxcoderz Trophy Image
Locked