eb32be33c8
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" |
||
---|---|---|
.. | ||
fox32.pest | ||
main.rs |