This code appears in the following versions (click to see it in the source code):
Code variations between these versions are shown below.
Name: CPIX4 Type: Subroutine Category: Drawing pixels Summary: Draw a double-height dot on the dashboard
Arguments: X1 The screen pixel x-coordinate of the bottom-left corner of the dot Y1 The screen pixel y-coordinate of the bottom-left corner of the dot
This variation is blank in the Electron version.
Tap on a block to expand it, and tap it again to revert.
.CPIX4 JSR CPIX2 \ Call CPIX2 to draw a single-height dash at (X1, Y1) DEC Y1 \ Decrement Y1 \ Fall through into CPIX2 to draw a second single-height \ dash on the pixel row above the first one, to create a \ double-height dot