mirror of
https://github.com/cc65/cc65.git
synced 2024-11-03 10:07:02 +00:00
12 lines
256 B
ArmAsm
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__)
|