Search found 6 matches

by mhfm
22 May 2007 16:51
Forum: mikroPascal for dsPIC30/33 and PIC24 Wish List
Topic: Inline procedures / macro definitions
Replies: 2
Views: 6400

Inline procedures / macro definitions

thanks for considering. JoseLB did some work http://www.mikroe.com/forum/viewtopic.php?t=9919 , which does much more than I imagined, but the straight text substitution of "<<macro>>" tags with previously defined ones before compilation would already do. Of course I see the difficulty with the code ...
by mhfm
22 May 2007 16:40
Forum: mikroPascal General
Topic: register independence or textual substitution
Replies: 17
Views: 15199

register independence and textual substitution

Nice work you did there! On the definition part, I could settle witch much less, just writing a definition file, as the .inc files of mplab. Where I have a problem, and that's where me comes in, is with compilation. I am used to recompile everey 3-4 lines I write, download and check my code. Therefo...
by mhfm
21 May 2007 09:27
Forum: mikroPascal for dsPIC30/33 and PIC24 Wish List
Topic: Inline procedures / macro definitions
Replies: 2
Views: 6400

Inline procedures / macro definitions

for code readability, to optimize code for speed and to create my own "RTOS" functions, i need inline procedures (macro definitions with arguments passing).
I may be off the standard track, but this allows me to write my own device drivers efficiently.
by mhfm
21 May 2007 09:18
Forum: mikroPascal for dsPIC30/33 and PIC24 General
Topic: SFR bitlevel access
Replies: 2
Views: 4028

SFR bitlevel access

OK, that unfortunately means "not yet".
Being used to write my HW drivers myself, this ties me up pretty much.

Thanks for the reply!
by mhfm
21 May 2007 08:33
Forum: mikroPascal General
Topic: register independence or textual substitution
Replies: 17
Views: 15199

register independence and textual substitution

Your example works fine, as long as you do not move an I/O bit to a different port, which easily happens at layout or re-layout time...
I'm really eagerly waiting for bit pointers to be implemented
by mhfm
11 May 2007 10:45
Forum: mikroPascal for dsPIC30/33 and PIC24 General
Topic: SFR bitlevel access
Replies: 2
Views: 4028

SFR bitlevel access

Hi! I am new to mP, but with long MpLab Assembly experience. When handling SFR, I would like to access bits symbolically, e.g. T4IF := 0; // clear Timer 4 interrupt flag rather than IFS1.5 := 0; // clear Timer 4 interrupt flag It is a matter of readability and portability of the code. Is there a way...

Go to advanced search