mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-29 14:27:50 +00:00
Add 0/1/2 warning levels to rgblink -Wtruncation (#1816)
This commit is contained in:
6
test/link/truncation/level2/a.asm
Normal file
6
test/link/truncation/level2/a.asm
Normal file
@@ -0,0 +1,6 @@
|
||||
section "rom", rom0
|
||||
ld bc, -wLabel
|
||||
ld de, -(wLabel * 2)
|
||||
|
||||
section "ram", wram0
|
||||
wLabel::
|
||||
Reference in New Issue
Block a user