fox32asm/src
jn eb32be33c8 Add data.strz directive for zero-terminated strings
A common pattern in fox32 software is this:

	data.str "Some string here" data.8 0

i.e. a zero- or NUL-terminated string. To make such strings easier to
write, introduce a new directive data.strz, which adds the zero byte
automatically:

	data.strz "Some string here"
2023-02-01 19:59:24 +01:00
..
fox32.pest Add data.strz directive for zero-terminated strings 2023-02-01 19:59:24 +01:00
main.rs Add data.strz directive for zero-terminated strings 2023-02-01 19:59:24 +01:00