
org 00h
   ajmp start
org 100h
  ;if i include my macro here, it work  
   org 150h
   start:
   	soco;macro defined in another file (syntax error) 
   	nop
   	ajmp start
   	end

