Files
rgbds/test/asm/invalid-strchar.asm
2025-08-05 16:58:06 -04:00

3 lines
59 B
NASM

DEF S EQUS STRCHAR("ABC", 3)
DEF T EQUS STRCHAR("ABC", -4)