Project

General

Profile

Actions

Bug #9312

closed

Отсутствие предупреждения о некорректном индексе

Added by Alexander Protsenko over 5 years ago. Updated about 4 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
10/08/2018
Due date:
% Done:

0%

Estimated time:
Detected in build:
svn
Platform:
Published in build:

Description

Обе записи в текущей версии MicroTESK не верны.

temp64<(23+8*temp_byte_index)..(16+8*temp_byte_index)> = rs<23..16>;

Предупреждения о неправильном индексе нет. Работает некорректно.
temp3 = 23+coerce(WORD, 8*temp_byte_index);
temp2 = 16+coerce(WORD, 8*temp_byte_index);
temp64<temp3..temp2> = rs<23..16>;

Предупреждение о неправильности индекса есть.
Actions #1

Updated by Alexander Kamkin about 4 years ago

  • Status changed from New to Rejected
Actions

Also available in: Atom PDF