Skip to navigation

Elite on the BBC Micro and NES

Version analysis of ou3

This code appears in the following versions (click to see it in the source code):

Code variations between these versions are shown below.

Name: ou3 Type: Subroutine Category: Flight Summary: Display "FUEL SCOOPS DESTROYED" as an in-flight message
.ou3 LDA #111 \ Set A to recursive token 111 ("FUEL SCOOPS")

Code variation 1 of 1Specific to an individual platform

This variation is blank in the Cassette, Disc (flight) and Electron versions.

JMP MESS \ Print recursive token A as an in-flight message, \ followed by " DESTROYED", and return from the \ subroutine using a tail call