]> git.sur5r.net Git - cc65/blob - libsrc/cbm/filetype.s
goto.c warning fix for implicit truncation
[cc65] / libsrc / cbm / filetype.s
1 ;
2 ; Ullrich von Bassewitz, 2012-07-15
3 ;
4 ; Default file type used when creating new files
5 ;
6
7         .export         __filetype
8
9
10 .data
11
12 __filetype:
13         .byte   's'             ; Create sequential files by default
14
15