Skip to navigation

Elite on the BBC Micro and NES

Drawing lines: HBUF

[6502 Second Processor version]

Name: HBUF [Show more] Type: Variable Category: Drawing lines Summary: The horizontal line buffer to send with the OSWORD 247 command
Context: See this variable in context in the source code References: This variable is used as follows: * HBFL uses HBUF * HLOIN uses HBUF
.HBUF EQUB 0 \ The number of bytes to transmit with this command EQUB 0 \ The number of bytes to receive with this command SKIP 256 \ The horizontal line buffer to send with this command