Skip to navigation

Elite on the BBC Micro and NES

Drawing pixels: PBUF

[6502 Second Processor version]

Name: PBUF [Show more] Type: Variable Category: Drawing pixels Summary: The pixel buffer to send with the OSWORD 241 command
Context: See this variable in context in the source code References: This variable is used as follows: * PIXEL uses PBUF * PIXEL3 uses PBUF * PBFL calls via pixbl

Other entry points: pixbl Points to the first byte of the PBUF block, which is where the OSWORD transmission size goes
.pixbl .PBUF 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 pixel buffer to send with this command