I'm beginner in asm
(mips
) and I would like to import a large string into my program in order to displaying it (this has to be done before compilation).
For simplicity reasons, I don't like to put the whole string on the program source code.
How is it possible to accomplish this?
Is there any keyword or macro which I can use?