|
@@ -179,12 +179,12 @@ var
|
|
maxinfolen,
|
|
maxinfolen,
|
|
code : byte;
|
|
code : byte;
|
|
insns : longint;
|
|
insns : longint;
|
|
- attsuffile,propfile,opfile,
|
|
|
|
|
|
+ attsuffile,{propfile,}opfile,
|
|
nopfile,attfile,
|
|
nopfile,attfile,
|
|
infile,insfile : text;
|
|
infile,insfile : text;
|
|
{ instruction fields }
|
|
{ instruction fields }
|
|
skip : boolean;
|
|
skip : boolean;
|
|
- last,
|
|
|
|
|
|
+ {last,}
|
|
ops : longint;
|
|
ops : longint;
|
|
attopcode,
|
|
attopcode,
|
|
opcode,
|
|
opcode,
|
|
@@ -333,7 +333,7 @@ begin
|
|
{ codes }
|
|
{ codes }
|
|
skipspace;
|
|
skipspace;
|
|
j:=0;
|
|
j:=0;
|
|
- last:=0;
|
|
|
|
|
|
+(* last:=0;*)
|
|
if s[i] in ['\','0'..'9'] then
|
|
if s[i] in ['\','0'..'9'] then
|
|
begin
|
|
begin
|
|
while not(s[i] in [' ',#9]) do
|
|
while not(s[i] in [' ',#9]) do
|
|
@@ -352,7 +352,7 @@ begin
|
|
end;
|
|
end;
|
|
*)
|
|
*)
|
|
codes:=codes+'#'+tostr(code);
|
|
codes:=codes+'#'+tostr(code);
|
|
- last:=code;
|
|
|
|
|
|
+(* last:=code;*)
|
|
inc(j);
|
|
inc(j);
|
|
end;
|
|
end;
|
|
end
|
|
end
|