]> git.sur5r.net Git - cc65/blob - samples/tutorial/text.s
Added tutorial files
[cc65] / samples / tutorial / text.s
1
2         .export _text
3         _text:  .asciiz "Hello world!"
4