-
Notifications
You must be signed in to change notification settings - Fork 0
/
mapping.asm
27 lines (20 loc) · 898 Bytes
/
mapping.asm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
stm8/
;------------------------------------------------------
; SEGMENT MAPPING FILE AUTOMATICALLY GENERATED BY STVD
; SHOULD NOT BE MANUALLY MODIFIED.
; CHANGES WILL BE LOST WHEN FILE IS REGENERATED.
;------------------------------------------------------
#include "mapping.inc"
BYTES ; The following addresses are 8 bits long
segment byte at ram0_segment_start-ram0_segment_end 'ram0'
WORDS ; The following addresses are 16 bits long
segment byte at ram1_segment_start-ram1_segment_end 'ram1'
WORDS ; The following addresses are 16 bits long
segment byte at stack_segment_start-stack_segment_end 'stack'
WORDS ; The following addresses are 16 bits long
segment byte at 4000-407F 'eeprom'
WORDS ; The following addresses are 16 bits long
segment byte at 8080-9FFF 'rom'
WORDS ; The following addresses are 16 bits long
segment byte at 8000-807F 'vectit'
END