Search found 7 matches

by kenneth43
23 Aug 2019 18:14
Forum: mikroPascal PRO for PIC32 General
Topic: Assignment of extended real
Replies: 1
Views: 1568

Assignment of extended real

program MyProject; //I have use for 2^32 sometimes. // direct assignment does not work in the contant field, but in code. //why is not "ereala := extended(qdta);" working? const erealc : extended = 4294967296.0; //not working !!!!!!!!!!!!! var ereala, erealb : extended; qdta, qdtb, qdtc, qdtd : int6...
by kenneth43
06 Aug 2019 20:11
Forum: mikroPascal PRO for PIC32 General
Topic: software debugger
Replies: 3
Views: 2150

software debugger

I have made a test run of my program in my computer with the software debugger.
I want to load the simulated ram content to a file. Is it possible to do that?
by kenneth43
17 May 2019 10:53
Forum: PIC32 PRO Compilers
Topic: compiler error
Replies: 4
Views: 3084

Re: compiler error

yet another try to submit files. After "Add the file" and a popup window indicating the transfer, a visit to the user control panel shows "You have posted no files." whats wrong? Here is the code: program MyProject; Type SysData_T = Record RAM_Chk_Sum : dWord; AD_START_UP : LongInt; B2 : Byte; B3 : ...
by kenneth43
16 May 2019 21:29
Forum: PIC32 PRO Compilers
Topic: compiler error
Replies: 4
Views: 3084

Re: compiler error

To fool the opimizer to forget the constants there is some strange code before coming to the ;Test.mpas, 39 :: If (CaliWSum - Sys^.AD_START_UP) > Work_Limit then 0x9D0003B8 0x8C228110 LW R2, Offset(_Sys+0)(GP) 0x9D0003BC 0x24420004 ADDIU R2, R2, 4 0x9D0003C0 0x8C420000 LW R2, 0(R2) 0x9D0003C4 0x0040...
by kenneth43
10 May 2019 18:15
Forum: PIC32 PRO Compilers
Topic: compiler error
Replies: 4
Views: 3084

compiler error

In the following code: CaliWSum : int64, AD_START_UP, Work_Limit : LongInt Optimization level 3, SSA enabled. MCU P32MX564F128H, compiled for ICD Debug. MikroPascal 4.0.0 CaliWSum is in R2,R3 at this time ;ComProcessor.mpas, 529 :: If (CaliWSum - Sys^.AD_START_UP) > Work_Limit then 0x9D00E900 0x8C24...
by kenneth43
18 Jun 2018 20:59
Forum: mikroPascal PRO for PIC32 General
Topic: No find window
Replies: 2
Views: 1946

Re: No find window

Sorry for the noise. Previously I worked with 2 screens. I had the find window on the other screen. Now starting with one screen, the find window came up outside my screen and was not visible. A kind of "home" function to catch misplaced windows like this should be nice. Now I had to connect to my T...
by kenneth43
17 Jun 2018 11:32
Forum: mikroPascal PRO for PIC32 General
Topic: No find window
Replies: 2
Views: 1946

No find window

when using Edit/Find in files, no result window is coming up. Looking in the windows list to activate a find window, I cannot see an obvious alternative.

Go to advanced search