[ERROR]
No relocatable objects are allowed if the user requests the generation of an absolute file. This message occurs primarily for objects in the default (relocatable) section.
ABSENTRY main
main: DC.B 1
DC.B 2
Place all objects into absolute sections.
ABSENTRY main
ORG $1000
main: DC.B 1
DC.B 2