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
@ -44,6 +44,9 @@ void decode(ctx_t *ctx)
|
|||||||
|
|
||||||
ulong pc = rip;
|
ulong pc = rip;
|
||||||
|
|
||||||
|
// Instruction counter
|
||||||
|
R(RX0)++;
|
||||||
|
|
||||||
//
|
//
|
||||||
// Process the first word of the instruction
|
// Process the first word of the instruction
|
||||||
//
|
//
|
||||||
|
@ -109,8 +109,8 @@ void dumpregs(ctx_t *ctx)
|
|||||||
DUMPREGS(CR0, CR3);
|
DUMPREGS(CR0, CR3);
|
||||||
|
|
||||||
|
|
||||||
log("\n\nrip=0x%-16lX rsp=0x%-16lX rbp=0x%-16lX flg=0x%-16lX\n\n",
|
log("\n\nrip=0x%-16lX rsp=0x%-16lX rbp=0x%-16lX rx0=%-16lu\n\n",
|
||||||
rip, rsp, rbp, flg);
|
rip, rsp, rbp, R(RX0));
|
||||||
|
|
||||||
log("CF=%x OF=%x\n"
|
log("CF=%x OF=%x\n"
|
||||||
"ZF=%x SF=%x\n"
|
"ZF=%x SF=%x\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user