determining the level of granularity I have with asm symbolic debugging.

This commit is contained in:
2025-08-06 08:44:20 -04:00
parent c052253b0e
commit b9494d219f
15 changed files with 574 additions and 15 deletions
+14 -2
View File
@@ -1,9 +1,21 @@
{
"files.associations": {
"*.rmd": "markdown",
"*.s": "armips",
"*.s": "gas",
"*.asm": "gas",
"stdlib.h": "c",
"libetc.h": "c",
"libgpu.h": "c"
"libgpu.h": "c",
"stddef.h": "c",
"abs.h": "c",
"qsort.h": "c",
"malloc.h": "c",
"convert.h": "c",
"type_traits": "c",
"xlocmon": "c",
"iterator": "c",
"regex": "c",
"dsl.h": "c",
"xlocale": "c"
}
}