shithub: rgbds

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