Skip to navigation


Drawing lines: NLIN

[Apple II version]

Name: NLIN [Show more] Type: Subroutine Category: Drawing lines Summary: Draw a horizontal line at pixel row 23 to box in a title
Context: See this subroutine in context in the source code References: This subroutine is called as follows: * TT22 calls via NLIN5

Draw a horizontal line at pixel row 23 and move the text cursor down one line.
Other entry points: NLIN5 Move the text cursor down one line before drawing the line
.NLIN LDA #23 ; Set A = 23 so NLIN2 below draws a horizontal line at ; pixel row 23 .NLIN5 JSR INCYC ; Move the text cursor down one line ; Fall through into NLIN2 to draw the horizontal line ; at row 23