.ou3 LDA #111 \ Set A to recursive token 111 ("FUEL SCOOPS") JMP MESS \ Print recursive token A as an in-flight message, \ followed by " DESTROYED", and return from the \ subroutine using a tail callName: ou3 [View in context] Type: Subroutine Category: Text Summary: Display "FUEL SCOOPS DESTROYED" as an in-flight message
[X]
Subroutine MESS (category: Text)
Display an in-flight message