shithub: rgbds

ref: 665eb916a204fa559a30648a08272c84a562c41c
dir: /test/asm/opt.asm/

View raw version
SECTION "test", ROM0

	opt !L ; already the default, but tests parsing "!L"

pusho
	opt p42, L, Wno-div
	ds 1
	ld [$ff88], a
	println $8000_0000 / -1
popo

	ds 1
	ld [$ff88], a
	println $8000_0000 / -1