-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathBoss.yaml
More file actions
67 lines (56 loc) · 1.53 KB
/
Boss.yaml
File metadata and controls
67 lines (56 loc) · 1.53 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
name: Boss
sha1: 541e768be1a14d143b735e8129233fd9a878f639
options:
basename: Boss
target_path: files/Boss
elf_path: build/Boss.elf
base_path: .
platform: n64
compiler: KMC
asm_path: asm/Boss
src_path: src/Boss
build_path: build/Boss
asset_path: assets/Boss
create_asm_dependencies: True
ld_script_path: Boss.ld
ld_dependencies: True
find_file_boundaries: True
header_encoding: ASCII
generate_asm_macros_files: False
use_legacy_include_asm: False
#mips_abi_float_regs: o32
asm_function_macro: glabel
asm_jtbl_label_macro: jlabel
asm_data_macro: dlabel
asm_emit_size_directive: True
asm_inc_header: ".include \"macro.inc\"\n"
hasm_in_src_path: true
symbol_name_format: Boss_$VRAM_$ROM
# section_order: [".text", ".data", ".rodata", ".bss"]
# auto_link_sections: [".data", ".rodata", ".bss"]
symbol_addrs_path:
- files/syms/symbol_addrs.Boss.txt
reloc_addrs_path:
- files/syms/reloc_addrs.Boss.txt
undefined_funcs_auto_path: files/syms/undefined_funcs_auto.Boss.txt
undefined_syms_auto_path: files/syms/undefined_syms_auto.Boss.txt
# string_encoding: ASCII
# data_string_encoding: ASCII
rodata_string_guesser_level: 2
data_string_guesser_level: 2
# libultra_symbols: True
# hardware_regs: True
# gfx_ucode: # one of [f3d, f3db, f3dex, f3dexb, f3dex2]
subalign: 4
segments:
- name: main
type: code
start: 0x00
vram: 0xE0880000
overlay: True
subalign: 4
bss_size: 0x1780
subsegments:
- [0x0000, asm]
- [0xDF20, data]
- [0xE4F0]