| ??? 05/23/02 07:14 Read: times |
#23301 - RE: Steve |
Steve M. Taylor wrote:
------------------------------- Altogether better in assembler. To hell with this HLL stuff. With using HLL many advantages are given, e.g.: With removing the comment sign "//" on the following line I can easy switch the buffer from IDATA to XDATA without rewriting the code completely. //#define uart_data xdata // uart buffer in xdata #ifndef uart_data #define uart_data idata // uart buffer in idata #endif Peter |



