shithub: rgbds

ref: 8c62e80c18193bf086d7318d745fee8d9ccbb937
dir: /test/asm/opt.asm/

View raw version
SECTION "test", ROM0

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

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

	opt H, l

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