diff --git a/EdiabasLib/Test/Ecu/cmd_test2.b2v b/EdiabasLib/Test/Ecu/cmd_test2.b2v index 1bd869dbc..085b77bc0 100644 --- a/EdiabasLib/Test/Ecu/cmd_test2.b2v +++ b/EdiabasLib/Test/Ecu/cmd_test2.b2v @@ -142,40 +142,32 @@ exitnoexcept2: //////////////////////////////////////////////////////////////////////// job( name : INFO; comment : SGBD Info; + result : ECU; + type : string; + comment : Steuergeraet im Klartext; + result : ORIGIN; + type : string; + comment : Steuergeraete-Verantwortlicher; + result : REVISION; + type : string; + comment : Versions-Nummer; + result : AUTHOR; + type : string; + comment : Name aller Autoren; + result : COMMENT; + type : string; + comment : wichtige Hinweise; + result : SPRACHE; + type : string; + comment : deutsch, english; ) { -#asm - clear S1 - move S1,"CMD_TEST2" - push #$1.L - ergs "ECU",S1 - pop L0 - clear S1 - move S1,"Ulrich Holeschak" - push #$1.L - ergs "ORIGIN",S1 - pop L0 - clear S1 - move S1,"1.00" - push #$1.L - ergs "REVISION",S1 - pop L0 - clear S1 - move S1,"Ulrich Holeschak" - push #$1.L - ergs "AUTHOR",S1 - pop L0 - clear S1 - move S1,"" - push #$1.L - ergs "COMMENT",S1 - pop L0 - clear S1 - move S1,"deutsch" - push #$1.L - ergs "SPRACHE",S1 - pop L0 -#endasm + ECU = "CMD_TEST2"; + ORIGIN = "Ulrich Holeschak"; + REVISION = "1.00"; + AUTHOR = "Ulrich Holeschak"; + COMMENT = ""; + SPRACHE = "deutsch"; } //////////////////////////////////////////////////////////////////////// diff --git a/EdiabasLib/Test/Ecu/cmd_test2.prg b/EdiabasLib/Test/Ecu/cmd_test2.prg index 02ebaa397..425dcbafb 100644 Binary files a/EdiabasLib/Test/Ecu/cmd_test2.prg and b/EdiabasLib/Test/Ecu/cmd_test2.prg differ