DATA    string<>+0(SB)/8, $"Hello\n\z\z"

Why are there two \zs? Shouldn't one be enough?

One should be enough, but 8c -S does two \z's (probably to pad it out to exactly 8 bytes). It works either way, since the length we pass as an argument to pwrite is still $7.

Regards,
Anant

Reply via email to