z80:Directives:RLEMODE
From Learn @ Cemetech
Jump to navigationJump to searchSets the current RLE mode.
Syntax
.rlemode run_indicator [, value_first]
Uses
Sets the current RLE mode - first, the byte value used to represent a run (defaults to $91), followed by a flag to set wheter the value or length is written first after the run indicator (defaults to true).
It only affects the behavior of .incbmp.
See Also