shithub: rgbds

ref: c2ca46c27d622a17c6248782d628c89c49bfb972
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