shithub: rgbds

ref: a4ead0c25f7451d24e0ac4b13f2c6e17d7d30ec7
dir: /test/asm/purge-refs.asm/

View raw version

SECTION "floating purging", ROM0

Floating:
	db Floating
	PURGE Floating ; This used to cause a use-after-free
	; To increase the chances of the data being re-allocated, it's not last

SECTION "fixed purging", ROM0[0]

Fixed:
	db Fixed
	PURGE Fixed ; Can work, it's a constant