.draw_blob JSR tube_get \ Get the parameters from the parasite for the command: STA X1 \ JSR tube_get \ draw_blob(x, y, colour) STA Y1 \ JSR tube_get \ and store them as follows: STA COL \ \ * X1 = the dash's x-coordinate \ \ * Y1 = the dash's y-coordinate \ \ * COL = the dash's colour \ Fall through into CPIX2 to draw a single-height dash \ at the above coordinates and in the specified colourName: draw_blob [Show more] Type: Subroutine Category: Drawing pixels Summary: Implement the draw_blob command (draw a single-height dash on the dashboard)Context: See this subroutine in context in the source code References: This subroutine is called as follows: * tube_table calls draw_blob
This routine is run when the parasite sends a draw_blob command. It draws a single-height dash on the dashboard.
[X]
Subroutine tube_get (category: Tube)
As the I/O processor, fetch a byte that's been sent over the Tube from the parasite