mirror of
https://github.com/open-goal/jak-project
synced 2026-06-26 10:31:54 -04:00
142961a747
* decomp: Add texture-upload to ref tests * maybe 50% done? * 5 functions to go! * decomp: stuck in `navigate` * work-around fp issue * some cleanup and label casts * working on supporting asm instructions -- this is currently WRONG * support ASM operations * fixes for asm op support * decomp: finish the vast majority of `navigate` * format * update test though i think this suggests a regression! * decomp: cleanup some more of navigate * decomp: finish `rolling-lightning-mole` * revert `r0` handling for `pcpyud` and `pextuw` * update ref tests * lint * fix a failing test * help * navigate mostly works now, with some potential bugs * remove my debugging logs * update ref tests * review feedback cleanup * these are all likely fine * can't get the crab to chase me anymore * the crab is back
317 lines
7.0 KiB
JSON
317 lines
7.0 KiB
JSON
{
|
|
"terminal.integrated.scrollback": 32000,
|
|
"files.associations": {
|
|
"*ir2.asm": "Plain Text",
|
|
"*.gc": "lisp",
|
|
"*.gs": "lisp",
|
|
"*.gd": "lisp",
|
|
"*.gp": "lisp"
|
|
},
|
|
"highlight.maxMatches": 50000, // Maximum number of matches to decorate per regex, in order not to crash the app with accidental cathastropic regexes
|
|
"highlight.regexes": {
|
|
"(\\.function.*)": {
|
|
"filterFileRegex": ".*ir2\\.asm",
|
|
"decorations": [
|
|
{
|
|
"overviewRulerColor": "transparent",
|
|
"color": "#41f041",
|
|
"fontWeight": "bold"
|
|
}
|
|
]
|
|
},
|
|
"(<uninitialized>)": {
|
|
"filterFileRegex": ".*ir2\\.asm",
|
|
"decorations": [
|
|
{
|
|
"overviewRulerColor": "transparent",
|
|
"color": "#c72855"
|
|
}
|
|
]
|
|
},
|
|
"(.*Flagged as asm.*)": {
|
|
"filterFileRegex": ".*ir2\\.asm",
|
|
"decorations": [
|
|
{
|
|
"overviewRulerColor": "yellow",
|
|
"color": "yellow",
|
|
"fontWeight": "bold"
|
|
}
|
|
]
|
|
},
|
|
"(INFO:.*)": {
|
|
"filterFileRegex": ".*ir2\\.asm",
|
|
"decorations": [
|
|
{
|
|
"overviewRulerColor": "transparent",
|
|
"color": "yellow",
|
|
"fontWeight": "bold"
|
|
}
|
|
]
|
|
},
|
|
"(lwu .., 4\\(..\\).*)(dma-buffer)": {
|
|
"filterFileRegex": ".*ir2\\.asm",
|
|
"decorations": [
|
|
{},
|
|
{
|
|
"overviewRulerColor": "transparent",
|
|
"color": "red"
|
|
}
|
|
]
|
|
},
|
|
"(\\d+\\(sp\\))": {
|
|
"filterFileRegex": ".*ir2\\.asm",
|
|
"decorations": [
|
|
{
|
|
"overviewRulerColor": "transparent",
|
|
"color": "#00ff08"
|
|
}
|
|
]
|
|
},
|
|
"(sp, -?\\d+ )": {
|
|
"filterFileRegex": ".*ir2\\.asm",
|
|
"decorations": [
|
|
{
|
|
"overviewRulerColor": "transparent",
|
|
"color": "#00ff08"
|
|
}
|
|
]
|
|
},
|
|
"( \\d+\\(sp\\))": {
|
|
"filterFileRegex": ".*ir2\\.asm",
|
|
"decorations": [
|
|
{
|
|
"overviewRulerColor": "transparent",
|
|
"color": "#00ff08",
|
|
"fontWeight": "bold"
|
|
}
|
|
]
|
|
},
|
|
"(at op \\d+)": {
|
|
"filterFileRegex": ".*ir2\\.asm",
|
|
"decorations": [
|
|
{
|
|
"overviewRulerColor": "transparent",
|
|
"color": "#4de0ff"
|
|
}
|
|
]
|
|
},
|
|
"(.*;; )(\\[\\s*\\d+\\])": {
|
|
"filterFileRegex": ".*ir2\\.asm",
|
|
"decorations": [
|
|
{},
|
|
{
|
|
"overviewRulerColor": "transparent",
|
|
"color": "#4de0ff"
|
|
}
|
|
]
|
|
},
|
|
"(lw.+, )(.+\\(s7\\))": {
|
|
"filterFileRegex": ".*ir2\\.asm",
|
|
"decorations": [
|
|
{},
|
|
{
|
|
"overviewRulerColor": "transparent",
|
|
"color": "magenta"
|
|
}
|
|
]
|
|
},
|
|
"(lwu t9)": {
|
|
"filterFileRegex": ".*ir2\\.asm",
|
|
"decorations": [
|
|
{
|
|
"overviewRulerColor": "transparent",
|
|
"color": "magenta"
|
|
}
|
|
]
|
|
},
|
|
"(dsll32 v1, s5, 30)": {
|
|
"filterFileRegex": ".*ir2\\.asm",
|
|
"decorations": [
|
|
{
|
|
"overviewRulerColor": "transparent",
|
|
"color": "magenta"
|
|
}
|
|
]
|
|
},
|
|
"(jalr)": {
|
|
"filterFileRegex": ".*ir2\\.asm",
|
|
"decorations": [
|
|
{
|
|
"overviewRulerColor": "transparent",
|
|
"color": "magenta"
|
|
}
|
|
]
|
|
},
|
|
"(L\\d+)": {
|
|
"filterFileRegex": ".*ir2\\.asm",
|
|
"decorations": [
|
|
{
|
|
"overviewRulerColor": "transparent",
|
|
"color": "#f0d541"
|
|
}
|
|
]
|
|
},
|
|
"(B\\d+:)": {
|
|
"filterFileRegex": ".*ir2\\.asm",
|
|
"decorations": [
|
|
{
|
|
"overviewRulerColor": "transparent",
|
|
"color": "#f07341"
|
|
}
|
|
]
|
|
},
|
|
"([\\s\\(])(at)([\\s\\),:-])": {
|
|
"filterFileRegex": ".*ir2\\.asm",
|
|
"decorations": [
|
|
{},
|
|
{
|
|
"overviewRulerColor": "transparent",
|
|
"color": "red"
|
|
}
|
|
]
|
|
},
|
|
"([\\s\\(])(gp)([\\s\\),:-])": {
|
|
"filterFileRegex": ".*ir2\\.asm",
|
|
"decorations": [
|
|
{},
|
|
{
|
|
"overviewRulerColor": "transparent",
|
|
"color": "#64c5e3"
|
|
}
|
|
]
|
|
},
|
|
"([\\s\\(])(v0)([\\s\\),:-])": {
|
|
"filterFileRegex": ".*ir2\\.asm",
|
|
"decorations": [
|
|
{},
|
|
{
|
|
"overviewRulerColor": "transparent",
|
|
"color": "#c6c1e6"
|
|
}
|
|
]
|
|
},
|
|
"([\\s\\(])(v1)([\\s\\),:-])": {
|
|
"filterFileRegex": ".*ir2\\.asm",
|
|
"decorations": [
|
|
{},
|
|
{
|
|
"overviewRulerColor": "transparent",
|
|
"color": "#dae6be"
|
|
}
|
|
]
|
|
},
|
|
"([\\s\\(])(s6)([\\s\\),:-])": {
|
|
"filterFileRegex": ".*ir2\\.asm",
|
|
"decorations": [
|
|
{},
|
|
{
|
|
"overviewRulerColor": "transparent",
|
|
"color": "#41f0b0"
|
|
}
|
|
]
|
|
},
|
|
"([\\s\\(])(a0)([\\s\\),:-])": {
|
|
"filterFileRegex": ".*ir2\\.asm",
|
|
"decorations": [
|
|
{},
|
|
{
|
|
"overviewRulerColor": "transparent",
|
|
"color": "pink"
|
|
}
|
|
]
|
|
},
|
|
"([\\s\\(])(a1)([\\s\\),:-])": {
|
|
"filterFileRegex": ".*ir2\\.asm",
|
|
"decorations": [
|
|
{},
|
|
{
|
|
"overviewRulerColor": "transparent",
|
|
"color": "#e065bb"
|
|
}
|
|
]
|
|
},
|
|
"([\\s\\(])(a2)([\\s\\),:-])": {
|
|
"filterFileRegex": ".*ir2\\.asm",
|
|
"decorations": [
|
|
{},
|
|
{
|
|
"overviewRulerColor": "transparent",
|
|
"color": "#6dd1a6"
|
|
}
|
|
]
|
|
},
|
|
"([\\s\\(])(a3)([\\s\\),:-])": {
|
|
"filterFileRegex": ".*ir2\\.asm",
|
|
"decorations": [
|
|
{},
|
|
{
|
|
"overviewRulerColor": "transparent",
|
|
"color": "#bad192"
|
|
}
|
|
]
|
|
},
|
|
"([\\s\\(])(t0)([\\s\\),:-])": {
|
|
"filterFileRegex": ".*ir2\\.asm",
|
|
"decorations": [
|
|
{},
|
|
{
|
|
"overviewRulerColor": "transparent",
|
|
"color": "#b56b82"
|
|
}
|
|
]
|
|
},
|
|
"([\\s\\(])(t1)([\\s\\),:-])": {
|
|
"filterFileRegex": ".*ir2\\.asm",
|
|
"decorations": [
|
|
{},
|
|
{
|
|
"overviewRulerColor": "transparent",
|
|
"color": "#6d32ba"
|
|
}
|
|
]
|
|
},
|
|
"([\\s\\(])(t2)([\\s\\),:-])": {
|
|
"filterFileRegex": ".*ir2\\.asm",
|
|
"decorations": [
|
|
{},
|
|
{
|
|
"overviewRulerColor": "transparent",
|
|
"color": "#db9267"
|
|
}
|
|
]
|
|
},
|
|
"([\\s\\(])(t3)([\\s\\),:-])": {
|
|
"filterFileRegex": ".*ir2\\.asm",
|
|
"decorations": [
|
|
{},
|
|
{
|
|
"overviewRulerColor": "transparent",
|
|
"color": "#92db67"
|
|
}
|
|
]
|
|
},
|
|
"(WARN: Unsupported.*)": {
|
|
"filterFileRegex": ".*ir2\\.asm",
|
|
"decorations": [
|
|
{
|
|
"overviewRulerColor": "#ea00ff",
|
|
"color": "#ea00ff",
|
|
"fontWeight": "bold",
|
|
"filterFileRegex": ".*ir2\\.asm"
|
|
}
|
|
]
|
|
},
|
|
"(WARN: (?!Unsupported).*)": {
|
|
"filterFileRegex": ".*ir2\\.asm",
|
|
"decorations": [
|
|
{
|
|
"overviewRulerColor": "red",
|
|
"color": "red",
|
|
"fontWeight": "bold",
|
|
"filterFileRegex": ".*ir2\\.asm"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|