A86: Re:


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

A86: Re:



Muhammed Galadima wrote:
> 
> hello,
> 
> does anyone know how to select a file in the calculator's memory, read
> it's contents and store it to a register, 1 byte at a time in hex?

you cant store a file in a register, registers can only hold 8bits of
data, but you can store it after the textmem (gets deleted after exiting
program) or make a table and store it to that


References: