-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfiles.ini
More file actions
89 lines (65 loc) · 1.23 KB
/
files.ini
File metadata and controls
89 lines (65 loc) · 1.23 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
[tree]
root = "/home/Nathan/mnt/cifs/raspnathan2/public/workspace/casio/sh3"
[directories]
; directory in which the source tree resides
root = "%tree.root%"
; directory containing the instructions
instructions = "%tree.root%/instructions"
; directory in which to generate instruction documentation
documentation = "%tree.root%/doc"
; directory containing the function declarations
functions = "%tree.root%/functions"
; directory containing the typedef declarations
typedefs = "%tree.root%/typedefs"
; directory containing the model declarations
models = "%tree.root%/models"
; directory in which to generate C code and build
output = "%tree.root%/output"
[filenames]
; filename pattern for instruction files
instructions = "%name%.inst"
; filename pattern for documentation files
documentation = "%name%.md"
; filename for function files
functions = "%name%.c"
; filename for typedef files
typedefs = "%name%.h"
; filename for model files
models = "%name%.ini"
[instructions]
add
and
bcond
branch
clr
cmp
div
ext
jmp
ldc
stc
mul
test
[functions]
open
close
cycle
;getSR
;setSR
invalidatePipeline
swapBank
[typedefs]
instruction_t
instruction_fn_t
ulongword_t
longword_t
uword_t
word_t
ubyte_t
byte_t
[models]
sh1
sh2
sh3
sh4
;sh4a