Take some wording on the approach from this existing tutorial. Something around "Imagine that your compliance team is responsible for making sure that everyone in your organization is following ...
MOV AL, [SI] ; next get ASCII char. MOV AH, 0Eh ; teletype function number. INT 10h ; using interrupt to print a char in AL. ADD SI, 1 ; advance index of string array. JMP next_char ; go back, and ...