Greetings,, On Tuesday, January 8, 2013 10:40:32 PM UTC-8, Kiste wrote: > > > > > I've got a warning like > > [Warning] (16f886_rtc_1307_lcd_ blinktimeset.jal) [Line 253] branch error > at 0x04f3: got 0xffffffff expected 0x04da > > > This is bad. The compiler has put out bad code that will likely do bad > things. > > --kyle > > > > So this is bad and possibly dangerous. Does this imply that "data error" > is something like harmless? >
No. After compilation, the compiler makes a pass through the generated code to determine if, for each data access the data bits are correctly set, and for each branch that the branch bits are correctly set. Either data or branch errors should be considered critical. They come off as warnings because I wasn't initially sure the checking logic was correct. The code *could* work correctly, but its not guaranteed. --kyle > -- You received this message because you are subscribed to the Google Groups "jallib" group. To view this discussion on the web visit https://groups.google.com/d/msg/jallib/-/AcQZQI94AAQJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jallib?hl=en.
