Re: A86: Reading and detecting string vars


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

Re: A86: Reading and detecting string vars




Either create them using Assembly Studio and use the string plugin (using
.db and .dw), or convert a binary file using a utility such as Jimmy
Mardell's BIN2STR.  Alternatively, you can create them yourself in C or C++
(or any other language, for that matter).  I have written some C/C++
routines to read and write strings, if that is of any use to you:
http://www.acz.org/programs/ti86x.h

> thanks for the tutorials, but i have another question.  how would you
create
> the strings on the computer?




References: