The first commit
This commit is contained in:
33
subyaml/core2.us.v11.yaml
Normal file
33
subyaml/core2.us.v11.yaml
Normal file
@@ -0,0 +1,33 @@
|
||||
options:
|
||||
basename: core2
|
||||
find_file_boundaries: yes
|
||||
compiler: "IDO"
|
||||
platform: n64
|
||||
asm_endlabels: "endlabel"
|
||||
cpp_args:
|
||||
- "-Iinclude"
|
||||
- "-Iinclude/2.0L"
|
||||
- "-D_LANGUAGE_C"
|
||||
generated_c_preamble: |
|
||||
#include <ultra64.h>
|
||||
#include "functions.h"
|
||||
#include "variables.h"
|
||||
create_detected_syms: yes
|
||||
undefined_syms_path: undefined_syms.us.v11.txt
|
||||
symbol_addrs_path: symbol_addrs.us.v11.txt
|
||||
segments:
|
||||
- name: core2-code
|
||||
dir: core2
|
||||
type: code
|
||||
start: 0x00000000
|
||||
vram: 0x80285DD0
|
||||
subsegments:
|
||||
- [0x00000000, asm]
|
||||
- name: core2-data
|
||||
dir: core2
|
||||
type: code
|
||||
start: 0x000DC9C0
|
||||
vram: 0x80362790
|
||||
subsegments:
|
||||
- [0x000DC9C0, bin, data_DC9C0]
|
||||
- [0x000F2FC0]
|
Reference in New Issue
Block a user