Hi There, According to the manual it states: If an object file is to be generated,syntex for the ORG directive is different. Until the linker is ready,there is no reason to generate an object file. I don't know if this helps ???? Regards Eric Naus At 04:41 PM 5/19/97 GMT, you wrote: >Have compiled a program which has the error message: > >'missing segment name for .obj file' > >This seems to occur around origin statements, any help would be most >welcome. The two errors occur right a t beginning, after many >equates: > org 0 > goto start > > org 30 >start clrw .......etc.... > >Many thanks in anticipation >Andy Farrar. >