[A83] Re: AsmPrgm and AsmComp


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

[A83] Re: AsmPrgm and AsmComp




That kind of prog takes up twice as much space though. I was curious to see if there
was a windows program to convert a program made in the manner you mentioned into
regular code instead of "tokenized" form. When you copy and paste the code into graph
link, it stores each character as a byte. When converted using AsmComp, it crams two
characters into one byte, as each character represents four bits.

>
> Yes. On Winlink8x (or whatever ti calls the linking program they made) make a
> new program, put the first line as AsmPrgm (via the calc-like interface) and
> the copy and paste the intel hex to the program, then send it.
>
> James L




Follow-Ups: References: