Skip to navigation

Elite on the BBC Micro and NES

Drawing lines: DVLOIN

[BBC Master version]

Name: 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.
.DVLOIN STA X1 \ Draw a horizontal line from (A, 24) to (A, 152) STA X2 LDA #24 STA Y1 LDA #152 STA Y2 JMP LOIN