The first commit
This commit is contained in:
33
subyaml/TTC.pal.yaml
Normal file
33
subyaml/TTC.pal.yaml
Normal file
@@ -0,0 +1,33 @@
|
||||
options:
|
||||
basename: TTC
|
||||
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.pal.txt
|
||||
symbol_addrs_path: symbol_addrs.pal.txt
|
||||
segments:
|
||||
- name: TTC-code
|
||||
dir: TTC
|
||||
type: code
|
||||
start: 0x00000000
|
||||
vram: 0x80386DD0
|
||||
subsegments:
|
||||
- [0x00000000, asm]
|
||||
- name: TTC-data
|
||||
dir: TTC
|
||||
type: code
|
||||
start: 0x00005FC0
|
||||
vram: 0x8038CD90
|
||||
subsegments:
|
||||
- [0x00005FC0, bin, data_5FC0]
|
||||
- [0x00007300]
|
Reference in New Issue
Block a user