| ??? 12/28/07 14:08 Read: times |
#148821 - Clarification on ISEG on A51/BL51 Responding to: ???'s previous message |
The problem with ISEG is that the stack will be located after the last defined idata in a51/bl51.
Because of this you can't place a buffer at the end of idata. In Uv2 you could force the idata size from 256 to 224. This and a define statement let me place my buffers 'up top'. Currently AX51/LX51 have a way to do this but with the older tool I have to compile the program, consult the .M51 file, change the ISEG to the lowest 16-byte idata boundary after all other defined idata and recompile. |



