Implement warning diagnostic flags for RGBLINK (#1754)

This commit is contained in:
Rangi
2025-07-17 12:54:29 -04:00
committed by GitHub
parent 529989bde5
commit 5eb093f13e
15 changed files with 332 additions and 55 deletions

View File

@@ -1,3 +1,4 @@
error: patch-overflow.asm(3): Value 81920 is not 16-bit
error: patch-overflow.asm(2): Value 16384 is not 8-bit
Linking failed with 2 errors
warning: patch-overflow.asm(3): [-Wtruncation]
Value $14000 is not 16-bit
warning: patch-overflow.asm(2): [-Wtruncation]
Value $4000 is not 8-bit