.PLS2 LDA #31 \ Set TGT = 31, so we only draw half a circle STA TGT \ Fall through into PLS22 to draw the half circleName: PLS2 [Show more] Type: Subroutine Category: Drawing planets Summary: Draw a half-circleContext: See this subroutine in context in the source code References: This subroutine is called as follows: * PL9 (Part 2 of 3) calls PLS2
Draw a half-circle, used for the planet's equator and meridian.