For Radek
Yes, I understand the problem of the compiler
The compiler returns the error on the parameter \ 1 but not on *
The MACRO considers its parameters such as strings and IF does not understand which are the addresses
Where can I find the manual for using macros? ... Or the libraries with the macro examples ... With a little information I could find a solution for my problem
I can use eclipse with this microcontroller?
For Edward
I often use PPAGE and I never had problems ... my software is in assembler and is large 200KB. My application works perfectly
For years now I use assembler on 68HC11 and I am very well. I chose the MC9S12E256 for its compatibility with the 68HC11 code and for more frequency performance
When I use assembler code is cleaner and faster with more optimized functions
To simplify my code, I wanted to use macros that automatically decide when to use the change page ... A species as a pseudo-mnemonic
If you jump to a program block from one page to the macro must decide how the jump
The CALL function in some cases can not be used because they do not want to return to the point of origin RTC
if necessary I can put the NOP's below MOVB ... but I've never had problems with no NOP
Thanks Radek and Edward