Code or data emission to undeclared segment

A statement that generated code or data is outside of any segment declared
with the SEGMENT directive. For example,

;First line of file
inc bx ;error, no segment
END

You can only emit code or data from within a segment.