mpir/yasm/tests/nasm/string.asm
2010-06-25 16:28:41 +00:00

9 lines
96 B
NASM

mov eax, 'hi'
mov eax, 'hehe'
mov eax, 'hello'
mov eax, ''
db 0,0,0
db 'hi"'
db "hi\"
db "hi\n"