* fixed assembly of the NEC V20/V30 BRKEM instruction

git-svn-id: trunk@33319 -
This commit is contained in:
nickysn 2016-03-24 13:38:05 +00:00
parent a376229d80
commit a79676bd1c

View File

@ -1092,6 +1092,10 @@ begin
begin
if (ops=1) and (opcode=A_INT) then
siz:=S_B;
{$ifdef i8086}
if (ops=1) and (opcode=A_BRKEM) then
siz:=S_B;
{$endif i8086}
if (ops=1) and (opcode=A_RET) or (opcode=A_RETN) or (opcode=A_RETF) then
siz:=S_W;
if (ops=1) and (opcode=A_PUSH) then