Re: QUESTIONS about the TI-86!?!


[Prev][Next][Index][Thread]

Re: QUESTIONS about the TI-86!?!



No, you don't. In languages like BASIC, each command is broken up into several
assembly language instructions that do the same thing. When you assemble an
assembly language program, each instruction is simply converted into a few
bytes that represent the instruction. Because the code structure does not
change, it is not called compiling.
________________

Jeff Tyrrill's TI Calculator Site: Contains programming tips, undocumented
discoveries and tips for power users, and comparisons of the different
calculator models.
http://tyrrill-ticalc.home.ml.org/

TI-Files member: The premiere TI site on the web, with reviews of games and
more.
http://ti-files.home.ml.org/


-----Original Message-----
From:   Open discussion of TI Graphing Calculators  On Behalf Of Richard Bowman
Sent:   Saturday, June 21, 1997 9:17 AM
To:     CALC-TI@LISTS.PPP.TI.COM
Subject:        Re: QUESTIONS about the TI-86!?!

You must certainly do "compile" assembler code. It is just another language
just like C++ or BASIC, which is then converted into machine code.

BowmanSoft Software
http://www.bowmansoft.com/
Web Hosting and Design Services
 ----
From: Andrew Wendt <powerpig@M-NET.ARBORNET.ORG>
To: CALC-TI@LISTS.PPP.TI.COM
Date: Saturday, June 21, 1997 6:27 AM
Subject: Re: QUESTIONS about the TI-86!?!

>> This command (AsmComp) does not look like a ASCII to Hex converter. If
you
>> look logically at this command it looks like its a shorter way of
saying
>> Assembly (from Asm) Compiler (from Comp)  This makes it seem like a
user
>> can type Asm code into the calc, use this command, then have a compiled
>> program to use.
>
>If you look logically at this command?
>
>Usually you don't compile assembly language. You assemble it.
>
>You could be `compiling' the hex you type in into byte codes.
>
>Comp could mean compress, performing the same operation.
>
>There are lots of possibilities. Why doesn't someone who owns an 86 tell
us?
>