mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
4 lines
87 B
NASM
4 lines
87 B
NASM
DEF S EQUS STRCHAR("ABC", 3)
|
|
DEF T EQUS CHARSUB("ABC", 4)
|
|
DEF U EQUS CHARSUB("ABC", 0)
|