Print_List ($F38A)

Print_List_chk ($F38C)

This displays the group of strings described by the parameter block which is pointed to by the U register. The string parameter block has the following format:

rel y, rel x, string, 0x80,

rel y, rel x, string, 0x80,

0x00

The current string height and width to which the hardware is set will be used.

Print_List routine will first print the passed-in string, and THEN check for the end of the string list. Print_List_Chk will check for the end of the string list first.

 

ENTRY:

DP = $D0

U-reg points to string list

 

EXIT:

U-reg points to null terminator byte

D-reg, X-reg trashed

 

Source