AMOSi:Printer Out

From Amiga Coding
Revision as of 02:45, 17 November 2007 by Spellcoder (talk | contribs) (Extracted from the AMOSPro V2.00 helpfile)
Jump to: navigation, search

an example can be found on AMOSPro_Examples:Examples/H-5/Help_51.AMOS


Prints some data directly from the memory locations starting at address. This data is not processed in any way, and any embedded control sequences are totally ignored. You should only use this instruction to send graphics or simple text.


Printer Out address, length

address is the address of the first character to be output.


length holds the number of characters you wish to print.