public
Description: Not-Yet-Arc Compiler
Homepage:
Clone URL: git://github.com/stefano/nyac.git
nyac / consts.s
100644 21 lines (18 sloc) 0.338 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.globl __const_roots
.data
.type __const_roots, @object
.size __const_roots, 4
__const_roots:
.long 0
 
.globl __const_roots_top
.data
.type __const_roots_top, @object
.size __const_roots_top, 4
__const_roots_top:
.long 0
 
.globl main_stack_base
.data
.type main_stack_base, @object
.size main_stack_base, 4
main_stack_base:
.long 0