mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-25 12:32:07 +00:00
16
test/asm/empty-data-directive.asm
Normal file
16
test/asm/empty-data-directive.asm
Normal 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
|
||||
6
test/asm/empty-data-directive.err
Normal file
6
test/asm/empty-data-directive.err
Normal file
@@ -0,0 +1,6 @@
|
||||
warning: empty-data-directive.asm(6): [-Wempty-data-directive]
|
||||
db/dw/dl directive without data in ROM
|
||||
warning: empty-data-directive.asm(7): [-Wempty-data-directive]
|
||||
db/dw/dl directive without data in ROM
|
||||
warning: empty-data-directive.asm(8): [-Wempty-data-directive]
|
||||
db/dw/dl directive without data in ROM
|
||||
0
test/asm/empty-data-directive.out
Normal file
0
test/asm/empty-data-directive.out
Normal file
Reference in New Issue
Block a user