.mes9 JSR TT27 ; Call TT27 to print the text token in A LSR de ; If bit 0 of variable de is clear, return from the BCC out ; subroutine (as out contains an RTS) LDA #253 ; Print recursive token 93 (" DESTROYED") and return JMP TT27 ; from the subroutine using a tail callName: mes9 [Show more] Type: Subroutine Category: Flight Summary: Print a text token, possibly followed by " DESTROYED"Context: See this subroutine in context in the source code References: This subroutine is called as follows: * me1 calls mes9
Print a text token, followed by " DESTROYED" if the destruction flag is set (for when a piece of equipment is destroyed).
[X]
Subroutine TT27 (category: Text)
Print a text token