All, I'd like to separate all my functions as two qroups, one should located within code address 0x0000--0x4000, while the other is 0x4000--0xFFFF. In assembly, I can use 'ORG', but how do I assign it in C code ? Thanks. SCC