]> git.sur5r.net Git - cc65/blob - libsrc/sim6502/exehdr.s
Just removed some trailing spaces.
[cc65] / libsrc / sim6502 / exehdr.s
1 ;
2 ; Oliver Schmidt, 2013-05-16
3 ;
4 ; This module supplies a 1 byte header identifying the simulator type
5 ;
6
7         .export         __EXEHDR__ : absolute = 1       ; Linker referenced
8
9         .segment        "EXEHDR"
10
11         .byte   .defined(__SIM65C02__)