;Command-File-Header
;Syntax:          ';'=comment
;first character: 'C'=command  'D'=data
;delimiter:       ' ' or ','
;values:          dec=123    hex=$AB   bin=%01000010
;additon:         '+' add values (only Bytes 0..255 or $00..$FF)
;strings:         "Test" or 'Test'
;ranges:           48~57 or $30~$39   (="0123456789")

C $3A, $1E         ; FunctionSet: RE=1 IS=0 + BS0 = 1
C $38              ; FunctionSet: RE=0 IS=0
C $39		   ; FunctionSet: RE=0 IS=1
C $10+%1011
