Files
rgbds/test/asm/equs-newline.asm
2023-11-02 10:18:59 +01:00

5 lines
67 B
NASM

def ACT equs "WARN \"First\"\nWARN \"Second\""
ACT
WARN "Third"