This used to work, I think, but it's crashing now:
:data .dat "a string", 7, "more string"
Outputing to test.bin
Loading test.asm
terminate called after throwing an instance of 'std::invalid_argument'
what(): stoi
zsh: abort (core dumped) dasm test.asm
Splitting the same values into multiple .dats works.