ref: 037bc7abb3b7b85d38575cdecefdf7936318b1bb
parent: 5fd636ac4bc99c6efb8c7bbdcfeb1fa4e2d812db
author: Rangi <remy.oukaour+rangi42@gmail.com>
date: Sun Feb 21 11:30:02 EST 2021
Add an rgblink test case for an $8000-byte ROM0 section with -t
--- /dev/null
+++ b/test/link/rom0-tiny-no-t.out
@@ -1,0 +1,2 @@
+warning: Section "rom" is bigger than the max size for that type: 0x8000 > 0x4000
+error: Sanity checks failed
--- /dev/null
+++ b/test/link/rom0-tiny.asm
@@ -1,0 +1,2 @@
+SECTION "rom", ROM0
+DS $8000