|
@@ -205,6 +205,8 @@ unit agarmgas;
|
|
s:=s+', rrx'
|
|
s:=s+', rrx'
|
|
else if shiftmode <> SM_None then
|
|
else if shiftmode <> SM_None then
|
|
s:=s+', '+gas_shiftmode2str[shiftmode]+' #'+tostr(shiftimm);
|
|
s:=s+', '+gas_shiftmode2str[shiftmode]+' #'+tostr(shiftimm);
|
|
|
|
+ if offset<>0 then
|
|
|
|
+ Internalerror(2019012601);
|
|
end
|
|
end
|
|
else if offset<>0 then
|
|
else if offset<>0 then
|
|
s:=s+', #'+tostr(offset);
|
|
s:=s+', #'+tostr(offset);
|