
cseg at 300h
coco:    db       0f0h,05h,01h,01h,017h,01eh,0fah

;if in macro i do

mov dptr,coco
movc a,@a+dptr

;it doesn't work, but if i put all this in a single file it works

