Re: QUESTIONS about the TI-86!?!


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

Re: QUESTIONS about the TI-86!?!



 Jeff Tyrrill wrote in article ...
>I seriously doubt that there is an assembler in the calculator (by
>"assembler", I'm talking about what Tasm does). Can somebody with a TI-86
tell
>us what the command does?
>________________
>

It works like the 83.  You put an ML program in by putting the characters
that represent the hex codes.

CALL 9AB1 would be put in as CD B1 9A. (This is the 8 ASCII characters,
'C', 'D', ' ', 'B', '1', ' ', '9', 'A')

The command then translates (not compiles) these hex codes into binary so
that the Z-80 can execute them.

Tom Lake


References: