;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,$09,$06,$1E,$39,$1B,$6C,$54,$70,$38,$0F


;C $39	; RE=0, IS=1
;C $54	; Power Control C4. C5
;C $70	; 



