|
@@ -2303,7 +2303,8 @@ End;
|
|
seges lodsb
|
|
seges lodsb
|
|
xor ah, ah
|
|
xor ah, ah
|
|
{$ifdef FPC_GRAPH_SUPPORTS_TRUECOLOR}
|
|
{$ifdef FPC_GRAPH_SUPPORTS_TRUECOLOR}
|
|
- xor dx, dx
|
|
|
|
|
|
+ { 1 byte shorter than 'xor dx, dx'; will always set dx to 0, because sign(ah)=0 }
|
|
|
|
+ cwd
|
|
{$endif FPC_GRAPH_SUPPORTS_TRUECOLOR}
|
|
{$endif FPC_GRAPH_SUPPORTS_TRUECOLOR}
|
|
end;
|
|
end;
|
|
{$endif asmgraph}
|
|
{$endif asmgraph}
|