Changeset 40 for branches/DelphiToC/Produce/UAssemblerSource.pas
- Timestamp:
- Aug 5, 2010, 11:32:36 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DelphiToC/Produce/UAssemblerSource.pas
r36 r40 6 6 7 7 uses 8 Windows, Messages,SysUtils, Variants, Classes, Graphics, Controls, Forms,9 Dialogs, StdCtrls,UPascalSource, UCodeProducer;8 SysUtils, Variants, Classes, Graphics, Controls, Forms, 9 Dialogs, UPascalSource, UCodeProducer; 10 10 11 11 type … … 191 191 procedure TAssemblerProducer.Produce; 192 192 begin 193 inherited;194 193 GenerateProgram(ProgramCode); 195 194 end;
Note:
See TracChangeset
for help on using the changeset viewer.