??? 02/26/07 23:03 Read: times |
#133758 - no Responding to: ???'s previous message |
Not this way.
Everything - equ, ds, code - relevant to a particular topic - e.g. UART - should be in a single file - e.g. UART.asm Main can then include such a file and not be bothered by UART's details anymore. All equs and ds and code in main are unrelated to UART then. JW |