I should explain:
First: This should work only with this insurance centronics-interface. To send only more then 80chars is not the real challenge - every printer has it's own buffer, which can be used for that purpose.
Second: The idea is to mount a "device" to the system (which doesn't need response from a real device) and is useable for OPEN #xy,....., so that build-in PRINT-statement can print to it (PRINT #xy, .....). I wan't to do this without any extra hardware (exept Centronics-interface) - only with TI's build-in possibilities. And this "device" can point to it's own buffer and can be send to interface with adapted PRTPAR-routine (in non-standard-mode).
TI shows that it can be done (CI-7-interface!) but it's hardcoded in ROM.
I know, that's only interessting fo those, who own a centronics-interface, but this is more to learn and understand how operating system works.....