shithub: rgbds

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