I am looking for the code which runs in absolute mode of an assembler whereas would not run in relocatable mode. For eg. label1+label2 will be accepted in absolute mode where not in relocatable mode. I am looking for more similar examples.