hello: db "Hello there" format: db "Hello", 0x0a, 0 ; Adding new-line and null bad: db "Hello\n\0" ; appends '\', 'n', '\' and '0'