Changeset 80 for branches/Transpascal/Compiler/Produce/UProducerAsm8051.pas
- Timestamp:
- Oct 22, 2010, 3:39:58 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Transpascal/Compiler/Produce/UProducerAsm8051.pas
r60 r80 155 155 ntNone: ; 156 156 ntVariable: if Assigned(Variable) then AddInstruction('', 'GETVAR', Variable.Name, ''); 157 nTFunction: AddInstruction('', 'CALL', Method.Name, '');157 nTFunction: AddInstruction('', 'CALL', FunctionCall.Name, ''); 158 158 ntConstant: AddInstruction('', 'CONST', '', ''); 159 159 ntOperator: begin
Note:
See TracChangeset
for help on using the changeset viewer.