Re: A83: Re: Help TASM


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

Re: A83: Re: Help TASM




doesn't it say something is the TI-83 manual about strings only holding 256
chars?


In a message dated 98-05-06 17:28:21 EDT, you write:

> nah not skeptic, just wasnt really thinkin...in fact i did the same thing
>  with my program :)
>  
>  >   It stores everthing to strings. Such as your program may look like:
>  >
>  > ld a,8F
>  > Out(10),a
>  > ret
>  >
>  >It compiles it and stores the results to strings:
>  >
>  >Send(9prgmPRGM --->This is in string zero.
>  >3E8FD310C9     --->This is stored to string one.  <--(This code moves
>  >End:0000:End   --->This is in string two.            (row 1 to 5. Cool
>  >                                                     (virus possibly.
>  >You just recall those strings in a program to run it.
>  >That is why I'm waiting to release it until I learn asm, to try to
>  >figure out how I could actually get it to place everything in a program
>  >with a name that you specify, ect...  You might be a bit sceptical, as
>  >you should be, but wait until its done before you begin to critize it.
>  >Then you can trash it however you feel fit.    :)