This code appears in the following versions (click to see it in the source code):
Code variations between these versions are shown below.
.mes9 JSR TT27 \ Call TT27 to print the text token in AName: mes9 Type: Subroutine Category: Flight Summary: Print a text token, possibly followed by " DESTROYED"
Print a text token, followed by " DESTROYED" if the destruction flag is set (for when a piece of equipment is destroyed).
LDA #253 \ Print recursive token 93 (" DESTROYED") and return JMP TT27 \ from the subroutine using a tail call