]> git.sur5r.net Git - cc65/blob - samples/tutorial/text.s
Replaced whole bunch for Makefiles with a single generic Makefile.
[cc65] / samples / tutorial / text.s
1
2         .export _text
3         _text:  .asciiz "Hello world!"
4