summaryrefslogtreecommitdiff
path: root/test/reldef.asm
blob: 17186c57ef81977c33bdd1ffaef0712e7a6165ee (plain)
1
2
3
4
5
6
7
8
9
	bits 64

	extern bar

	section .data
foo:	dd bar
	dd foo - $
;	dd foo*2
	dd bar - $