print register name

This commit is contained in:
Nikita Smith
2024-10-19 20:39:40 -07:00
parent 26611c5454
commit 68c0906570
5 changed files with 245 additions and 10 deletions
+10
View File
@@ -459,6 +459,16 @@ RDI_RegCodeX64Table:
@expand(RDI_RegCodeX64Table a) `$(a.name .. =>10) = $(a.value)`
}
@xlist RDI_RegCodeX86_XList:
{
@expand(RDI_RegCodeX86Table a) `$(a.name), $(a.value)`
}
@xlist RDI_RegCodeX64_XList:
{
@expand(RDI_RegCodeX64Table a) `$(a.name), $(a.value)`
}
////////////////////////////////
//~ rjf: Top-Level Info Type Tables