Hello,
I'm using PT2000 Developer Studio v 1.4.3.0 under Windows.
I crated a new project using the default template "Peak and Hold Project with DC to DC Converter" proposed by the SW, leaving all the default values for the parameters (IBoost, Ipeak, IHold ecc), I made no modification to the code at all and I ran the build.
The result is a Build Error window you see below

On the right side of the IDE on the build output window I see:
Starting build...
Deleting previous output files
launching assembler for NXP MC33PT2000
Java RUNTIME version used for PSC microcode is : 1.8.0_371
Java BUILD version used for PSC microcode is : 1.6.0_18
Using default Syntax file: config\syntax.xml Version: 1.9.5 for Device: PT2000
Compiling source from source file : E:\FIRMWARE\PT2000\Test\MicrocodeCh1\ch1.psc
Cipher with NFSR : FE71689514A0756CF637 , LFSR : 1EC7AD880E5E9E70D898
ASSEMBLER ERROR (0011) : E:\FIRMWARE\PT2000\Test\MicrocodeCh1\ch1.psc LINE 59 : Unknown instruction or argument. Instruction ignored
Assembly Failed.
launching assembler for NXP MC33PT2000
Java RUNTIME version used for PSC microcode is : 1.8.0_371
Java BUILD version used for PSC microcode is : 1.6.0_18
Using default Syntax file: config\syntax.xml Version: 1.9.5 for Device: PT2000
Compiling source from source file : E:\FIRMWARE\PT2000\Test\MicrocodeCh2\ch2.psc
Cipher with NFSR : FE71689514A0756CF637 , LFSR : 1EC7AD880E5E9E70D898
ASSEMBLER ERROR (0011) : E:\FIRMWARE\PT2000\Test\MicrocodeCh2\ch2.psc LINE 54 : Unknown instruction or argument. Instruction ignored
Assembly Failed.
launching assembler for NXP MC33PT2000
Java RUNTIME version used for PSC microcode is : 1.8.0_371
Java BUILD version used for PSC microcode is : 1.6.0_18
Using default Syntax file: config\syntax.xml Version: 1.9.5 for Device: PT2000
Compiling source from source file : E:\FIRMWARE\PT2000\Test\MicrocodeCh3\ch3.psc
Cipher with NFSR : FE71689514A0756CF637 , LFSR : 1EC7AD880E5E9E70D898
Binary CRC MSB : 1100111111101100, LSB : 0111100111011011
Hex CRC MSB : 0xCFEC, LSB : 0x79DB
Assembly completed with success.
Successfully created SPIGen load file
E:\FIRMWARE\PT2000\Test\SPIGenMC33PT2000Files.txt
Only the Channel 3 code (the one for the fuel pump and DCDC management) is compiled with success, the other two channels stops the assembly on the first code instruction (line 59 and line 54 respectively for the Channel 1 and Channel 2).
Where am I wrong?
Please help.
Regards.