summaryrefslogtreecommitdiff
path: root/tests/nasm/string.asm
blob: 8a974ab60b68619f209cc81110e0ee0bf1cd6813 (plain)
1
2
3
4
5
6
7
8
mov eax, 'hi'
mov eax, 'hehe'
mov eax, 'hello'
mov eax, ''
db 0,0,0
db 'hi"'
db "hi\"
db "hi\n"