blob: 2995c55ef5aa571370f3280a4e6b4ef7e2bb558d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
.include "asm/macros.inc"
.include "global.inc"
.bss
.global __cs_id
__cs_id: ; 0x021D7088
.space 0x24
.size __cs_id,.-__cs_id
.global __cs_ref
__cs_ref: ; 0x021D70AC
.space 0x24
.size __cs_ref,.-__cs_ref
.global __cs
__cs: ; 0x021D70D0
.space 0xD8
.size __cs,.-__cs
|