.DVLOIN STA X1 \ Draw a horizontal line from (A, 24) to (A, 152) STA X2 LDA #24 STA Y1 LDA #152 STA Y2 JMP LOINName: DVLOIN [Show more] Type: Subroutine Category: Drawing lines Summary: Draw a horizontal line from (A, 24) to (A, 152)Context: See this subroutine in context in the source code References: No direct references to this subroutine in this source file
This routine is not used in this version of Elite.
[X]
Subroutine LOIN (category: Drawing lines)
Draw a one-segment line