mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
14 lines
140 B
NASM
14 lines
140 B
NASM
|
|
SECTION "purging", ROM0
|
|
|
|
Label:
|
|
PURGE Label
|
|
Label:
|
|
|
|
db Referenced
|
|
PURGE Referenced ; Should fail
|
|
|
|
Exported::
|
|
PURGE Exported
|
|
Exported::
|