> I remember reading that all 86 strings must be less than 14k > so I don't see why this wouldn't be possible. TI-86 strings and programs can be up to 65535 bytes. Asm programs on the 86 are not strings though. They are programs, just like basic. But since _asm_exec_ram is only 10k, you can't run asm programs greater than 10k on the 86 right now.