mirror of
https://gitlab.os-k.eu/os-k-team/kvisc.git
synced 2023-08-25 14:05:46 +02:00
rx0
This commit is contained in:
parent
1d73ec6fd6
commit
2744a1b597
@ -43,6 +43,9 @@ void decode(ctx_t *ctx)
|
||||
uchar f1 = 0, f2 = 0;
|
||||
|
||||
ulong pc = rip;
|
||||
|
||||
// Instruction counter
|
||||
R(RX0)++;
|
||||
|
||||
//
|
||||
// Process the first word of the instruction
|
||||
|
@ -109,8 +109,8 @@ void dumpregs(ctx_t *ctx)
|
||||
DUMPREGS(CR0, CR3);
|
||||
|
||||
|
||||
log("\n\nrip=0x%-16lX rsp=0x%-16lX rbp=0x%-16lX flg=0x%-16lX\n\n",
|
||||
rip, rsp, rbp, flg);
|
||||
log("\n\nrip=0x%-16lX rsp=0x%-16lX rbp=0x%-16lX rx0=%-16lu\n\n",
|
||||
rip, rsp, rbp, R(RX0));
|
||||
|
||||
log("CF=%x OF=%x\n"
|
||||
"ZF=%x SF=%x\n"
|
||||
|
Loading…
Reference in New Issue
Block a user