shithub: rgbds

ref: 282737450582d791d93022c6ceceee29a97fc190
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