Skip to content

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


vbmDrawBlotE

Systems: VIC20
Parameters: b,b


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

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

Description

Draws a 2x2 dot at the X and Y position with an EOR operatio. The X position is constrained to even numbers.

Example

vbmDrawBlotE( 50, 100 );