]> git.sur5r.net Git - cc65/blob - samples/tutorial/text.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / samples / tutorial / text.s
1
2         .export _text
3         _text:  .asciiz "Hello world!"
4