yet more []
This commit is contained in:
parent
929ba9b98f
commit
89f6ec8e90
1 changed files with 8 additions and 8 deletions
|
|
@ -1609,14 +1609,14 @@ bprint(Instr *ip, char *fmt, ...)
|
|||
#define ONAME(ip) ""
|
||||
|
||||
static char *reg[] = {
|
||||
[AX] "AX",
|
||||
[CX] "CX",
|
||||
[DX] "DX",
|
||||
[BX] "BX",
|
||||
[SP] "SP",
|
||||
[BP] "BP",
|
||||
[SI] "SI",
|
||||
[DI] "DI",
|
||||
"AX", /* 0 */
|
||||
"CX", /* 1 */
|
||||
"DX", /* 2 */
|
||||
"BX", /* 3 */
|
||||
"SP", /* 4 */
|
||||
"BP", /* 5 */
|
||||
"SI", /* 6 */
|
||||
"DI", /* 7 */
|
||||
};
|
||||
|
||||
static char *breg[] = { "AL", "CL", "DL", "BL", "AH", "CH", "DH", "BH" };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue