Difference between revisions of "AMOSi:Printer Out"

From Amiga Coding
Jump to: navigation, search
(Extracted from the AMOSPro V2.00 helpfile)
m (1 revision(s))
 
(No difference)

Latest revision as of 01:51, 17 November 2007

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.