Using the old style is not acceptble anymore:

__code char __at _IDLOC0   IDLOC0 = HwVer >> 16;
__code char __at _IDLOC1   IDLOC1 = HwVer >> 8;
__code char __at _IDLOC2   IDLOC2 = HwVer;
__code char __at _IDLOC3   IDLOC3 = FwVer >> 16;
__code char __at _IDLOC4   IDLOC4 = FwVer >> 8;
__code char __at _IDLOC5   IDLOC5 = FwVer;
__code char __at _IDLOC6   IDLOC6 = TargId >> 8;
__code char __at _IDLOC7   IDLOC7 = TargId;

How is the new style to define IDLOCS?

Regards,

Antonio
------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to