Skip to content

title: "vbmDrawDotE" description: TRSE built-in method (from IDE help)


vbmDrawDotE

Systems: VIC20
Parameters: b,b


vbmDrawDotE( [byte-x], [byte-y] );

  • [byte-x] - X position 0-159
  • [byte-y] - Y position 0-191

Description

Draws a dot at the X and Y position with an EOR operation.

Example

vbmDrawDotE( 50, 100 );