mirror of
https://github.com/yasm/yasm
synced 2026-08-26 22:26:05 -04:00
using for testing various things during development. Many don't even actually assemble, as they're testing error conditions. These all need to be integrated into a test suite at some point to be truly useful. svn path=/trunk/yasm/; revision=336
8 lines
96 B
NASM
8 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"
|