.text $f1, "hello ", $f7, "world", 0
.text "\xf1hello \xf7world", 0
.for i = 0, i < 256, i += 1 .edef format("\x%02x", i), i .next
>1000 f1 48 45 4c 4c 4f 20 f7 .null "\xf1hello \xf7world" >1008 57 4f 52 4c 44 00