r1:
.flags      = strings.flagCHARTBL ;or strings.flagUNICODE
.charTbl    : rb 256
.charTblSrc : ub '../inc/string/emul_xxxx tables/emul_xxxx.win1251',0
ReadFileA(.charTbl .charTblSrc 0 256)
.this       : ub 'RAR',0
.here       : ub 'rar rar rar',13,10,13,10,'ps: hello from 1byte_mode',0
              rb 1024 ;reserve some extra space
.start      = 1
.stop       = 8
.new        : ub '"7zip by Igor Pavlov"',0


.lhere     == replacez(.flags .charTbl .this .here .start .stop .new)
msg .here