shithub: rgbds

ref: 10e3f1a02b01b7a4c5b94d121f80284fb321c723
dir: /test/asm/ds-byte.asm/

View raw version
SECTION "test", ROM0[0]

Label:
	ds 4, 42
.other
	ds 5, .other - Label - 5 ; Expressions should work...
	ds 60, .last - Label     ; ...even if not constant
.last