From 037bc7abb3b7b85d38575cdecefdf7936318b1bb Mon Sep 17 00:00:00 2001 From: Rangi Date: Sun, 21 Feb 2021 16:30:02 -0500 Subject: [PATCH] Add an rgblink test case for an $8000-byte ROM0 section with -t --- test/link/rom0-tiny-no-t.out | 2 ++ test/link/rom0-tiny-t.out | 0 test/link/rom0-tiny.asm | 2 ++ 3 files changed, 4 insertions(+) create mode 100644 test/link/rom0-tiny-no-t.out create mode 100644 test/link/rom0-tiny-t.out create mode 100644 test/link/rom0-tiny.asm diff --git a/test/link/rom0-tiny-no-t.out b/test/link/rom0-tiny-no-t.out new file mode 100644 index 00000000..5493b563 --- /dev/null +++ b/test/link/rom0-tiny-no-t.out @@ -0,0 +1,2 @@ +warning: Section "rom" is bigger than the max size for that type: 0x8000 > 0x4000 +error: Sanity checks failed diff --git a/test/link/rom0-tiny-t.out b/test/link/rom0-tiny-t.out new file mode 100644 index 00000000..e69de29b diff --git a/test/link/rom0-tiny.asm b/test/link/rom0-tiny.asm new file mode 100644 index 00000000..38817549 --- /dev/null +++ b/test/link/rom0-tiny.asm @@ -0,0 +1,2 @@ +SECTION "rom", ROM0 +DS $8000