This code appears in the following versions (click to see it in the source code):
Code variations between these versions are shown below.
Name: PAS1 Type: Subroutine Category: Missions
Summary: Display a rotating ship at space coordinates (0, 112, 256) and scan the keyboard
.PAS1
In the Master version, the rotating Constrictor in the mission 1 briefing is slightly higher up the screen than in the other versions.
This variation is blank in the Master version.
LDA #112 \ Set y_lo = 112 STA INWK+3
LDA #0 \ Set x_lo = 0 STA INWK STA INWK+6 \ Set z_lo = 0 LDA #2 \ Set z_hi = 1, so (z_hi z_lo) = 256 STA INWK+7 JSR LL9 \ Draw the ship on screen JSR MVEIT \ Call MVEIT to move and rotate the ship in space