8 mov rax
, 1 ; write syscall
14 mov rax
, 60 ; exit syscall
18 ; either of the following lines cause: Error in `nasm': double free or corruption ; Aborted (core dumped)
20 ; warning: label alone on a line without a colon might be in error [-w+label-orphan]
22 ; error: invalid combination of opcode and operands
24 ; warning: signed byte value exceeds bounds [-w+number-overflow]
26 msg
db "Hello, world!", 10