shithub: rgbds

ref: 797f8bc3a2be6ddec3497496e9989ab66d21800e
dir: /test/asm/empty-data-directive.asm/

View raw version
SECTION "Empty Data Directive in ROM", ROM0
	ds 1
	ds 2
	ds 3
	ds 4
	db
	dw
	dl
SECTION "Empty Data Directive in HRAM", HRAM
	ds 1
	ds 2
	ds 3
	ds 4
	db
	dw
	dl