PJE
01-07-05, 02:12 PM
Hi Pete,
Playing around with StatiC some more, I'd like to see the following (if possible):
1. Ability for system to precalculate constants for register access:
^TD0LOAD = 400
Becomes:
^(TD0+LOAD) = 400
Where TD0 and LOAD are defined separately.
Even better would be ^TD0_LOAD which combines TD0 and LOAD if it is not previously defined...
This would make timer register definitions much more simple.
2. Ability enter binary numbers such as %1001001 would make register manipulation more error free.
Regards,
Peter
Playing around with StatiC some more, I'd like to see the following (if possible):
1. Ability for system to precalculate constants for register access:
^TD0LOAD = 400
Becomes:
^(TD0+LOAD) = 400
Where TD0 and LOAD are defined separately.
Even better would be ^TD0_LOAD which combines TD0 and LOAD if it is not previously defined...
This would make timer register definitions much more simple.
2. Ability enter binary numbers such as %1001001 would make register manipulation more error free.
Regards,
Peter