]> git.sur5r.net Git - cc65/blob - c64mode.s
053e67dfc7d122967af337f1b6af5259b1d7f456
[cc65] / c64mode.s
1 ;
2 ; Ullrich von Bassewitz, 2003-02-13
3 ;
4 ; void c64mode (void);
5 ; /* Switch the C128 into C64 mode. Note: This function will not return! */
6 ;
7
8         .export         _c64mode
9         .import         C64MODE
10
11         _c64mode        = C64MODE
12