Add empty data directive warning

Fixes #516
This commit is contained in:
James Larrowe
2020-05-05 10:27:55 -04:00
parent 12693081c9
commit bdf397bba7
8 changed files with 38 additions and 6 deletions

View File

@@ -0,0 +1,16 @@
SECTION "Empty Data Directive in ROM", ROM0
ds 1
ds 2
ds 3
ds 4
db
dw
dl
SECTION "Empty Data Directive in HRAM", HRAM
ds 1
ds 2
ds 3
ds 4
db
dw
dl