Re: A92: About TI-plus module !


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

Re: A92: About TI-plus module !




it should be hexadecimal code inside a program variable with a token before
all the code to let the calc know its an asm program. it will be weird in
how to use the parameters of the asm execution function (if there is one)
because you would use Asm(prgm()). the programs should also be able to be
stored in a noneditable binary form that cuts the size in half. (most of
this is from the experience with the 83/86 but i know it will be the same).
strings wont be used because they arent easy to edit and they cant be locked
like programs can (not talking os lock, token locked)

>a command (like exec) that runs assemblied code in hexadecimal string form.