1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-02 15:29:33 +00:00
cc65/libsrc/sim6502/exehdr.s

12 lines
256 B
ArmAsm

;
; Oliver Schmidt, 2013-05-16
;
; This module supplies a 1 byte header identifying the simulator type
;
.export __EXEHDR__ : absolute = 1 ; Linker referenced
.segment "EXEHDR"
.byte .defined(__SIM65C02__)