mC PRO 1.32 beta - bit types and Rx registers

Beta Testing discussion on mikroC PRO for PIC.
Post Reply
Author
Message
janni
Posts: 5373
Joined: 18 Feb 2006 13:17
Contact:

mC PRO 1.32 beta - bit types and Rx registers

#1 Post by janni » 05 Mar 2009 17:56

I have to admit that it feels like heaven to be finally able to use the internal, Rx, registers and even to assign them own names :D . Pity that the assembly listing does not use the new names.

The sbit type may be used not only with SFRs, but also with GPRs (maybe a note in help would be in place?). It's really wonderful - especially the efectiveness of logical expressions based on them. One remark, though - Used RAM locations in Statistics shows address of 0x7FFFFFFF for these bits instead of the valid GPR address.

The bit type is also useful - statistics shows valid addresses for bits of this type, but it would be good to have a word 'bit' preceeding the name (same could be done for sbit-type bit names - adding also a bit number would be probably asking too much :wink: ).

BTW, why posts in this forum cannot be edited?

Post Reply

Return to “mikroC PRO for PIC Beta Testing”