VOGONS


UniPCemu progress

Topic actions

Reply 720 of 738, by superfury

User metadata
Rank l33t++
Rank
l33t++

After some more testing, I found some weird things going on with the OPL2 KSL ROM that was taken from Dosbox or something like that I think (I don't remember which) together with the other volume envelope logic.

Somehow, when I move the KSL lookup table outside said function (which is displaced by 8 apparently, based on the ROMs), the sound for OPL2/OPL3 goes haywire for some OPL3 testing songs I used? Can't seem to figure out why that happens.

Author of the UniPCemu emulator.
UniPCemu Git repository
UniPCemu for Android, Windows, PSP, Vita and Switch on itch.io

Reply 721 of 738, by superfury

User metadata
Rank l33t++
Rank
l33t++

Managed to get NT 4.0 workstation booting properly again during setup (phase 2, so after the formatting and copying the OS files over for the graphical stage of the boot). 😁

Author of the UniPCemu emulator.
UniPCemu Git repository
UniPCemu for Android, Windows, PSP, Vita and Switch on itch.io

Reply 722 of 738, by superfury

User metadata
Rank l33t++
Rank
l33t++

Weird... When executing opcode 86h from a MS-DOS 6.22 install disk 1's scandisk when aborting while performing a surface scan (screen cleared due to returning to MS-DOS), the BIU managed to enter an invalid, bus locked state. There is a request still pending to be executed in the inbound request buffer, but it's never retrieved to be started it seems, causing the EU to lock up, permanently waiting for the result.

Edit: It seems to have been an issue with the IPS clocking mode handling, where it thought the operation was finished (and thus removed the handler from any pending state as it should), but it wasn't.

Having fixed that, the hang disappeared.

Author of the UniPCemu emulator.
UniPCemu Git repository
UniPCemu for Android, Windows, PSP, Vita and Switch on itch.io

Reply 723 of 738, by superfury

User metadata
Rank l33t++
Rank
l33t++

After more testing, I found another bus lock contention.

In this case, somehow the CPU managed to lock the bus, while a DMA transfer had ownership of the bus, which obviously shouldn't happen.
This caused both the DMA controller and CPU to lock up, waiting for ownership of the bus (the CPU due to a normal instruction or hardware imposed lock(protected mode etc.), the hardware (DMA) due to trying to complete a transfer).

Once again took a look at the bus lock policies (which are now entirely owned by the BIU in the lastest commits). Adjusted the HLDA mechanics to properly detect an inactive bus (instead of just checking for DMA, checking for any kind of active bus counts there now). The HLDA output now also takes into account if a bus isn't locked before granting the bus.

Author of the UniPCemu emulator.
UniPCemu Git repository
UniPCemu for Android, Windows, PSP, Vita and Switch on itch.io

Reply 724 of 738, by superfury

User metadata
Rank l33t++
Rank
l33t++

Eventually reached the point in WIndows NT 4.0 setup where it's writing the recovery disk (after formatting it using floppy disk controller format commands). Somehow it manages to error out on writing the first sector it tries to write somehow?
I've added some bugfixes to force seeking during such an access, but I'm not sure it worked until I get setup back to said point again (which has to restart from the first reboot step each time I test it for WIndows NT 4.0).

Last time, the bus lock was hanging the system (due to multiple locks being held at the same time that shouldn't), so I couldn't continue even if I wanted to. Currently waiting for it to reach that section again to verify if it works now (it should in theory, but I'm not sure).

Author of the UniPCemu emulator.
UniPCemu Git repository
UniPCemu for Android, Windows, PSP, Vita and Switch on itch.io

Reply 725 of 738, by superfury

User metadata
Rank l33t++
Rank
l33t++

Fixing a floppy disk scanning (sector ID reading) issue (during read/write/read ID commands), the floppy now properly writes the NT4 ERD again during setup as it did before. 😁

Author of the UniPCemu emulator.
UniPCemu Git repository
UniPCemu for Android, Windows, PSP, Vita and Switch on itch.io

Reply 726 of 738, by superfury

User metadata
Rank l33t++
Rank
l33t++

Odd... While testing my emulator, all of a sudden my display started erroring out (Windows 10 Pro) and the OS requested me to reboot. Looking at the hardware list in my PC (although 7-10 years old and upgraded a bit (except the motherboard itself and the GPU) through the device manager showed that somehow the APIC, DMA and some onboard components required a reboot? Normal SDL3 applications shouldn't cause such issues, or do they?
Windows seems to be up-to-date, except the 2025-07 update that's optional.

Author of the UniPCemu emulator.
UniPCemu Git repository
UniPCemu for Android, Windows, PSP, Vita and Switch on itch.io

Reply 727 of 738, by superfury

User metadata
Rank l33t++
Rank
l33t++

Implemented some more bugfixes, including:
- Improved time support (properly supporting negative Unix timestamps internally now!)
- Emulator time protection. Somehow, sometimes (like during paging trashing on the host machine) the time elapsed that's reported on the application can make a big jump (on the high precision timing support). This caused the emulator to wait for a very very long time. When the main loop detects this case, it will now simply discard the elapsed time to synchronize it back up, after which it runs on a normal speed again. This case usually doesn't happen, but will cause possible speedups, which can't be avoided (the alternative being having to wait for a very long time that effectively didn't happen, which happened before the bugfix).

Author of the UniPCemu emulator.
UniPCemu Git repository
UniPCemu for Android, Windows, PSP, Vita and Switch on itch.io

Reply 728 of 738, by superfury

User metadata
Rank l33t++
Rank
l33t++

Improved x86 task switching and interrupts handling of the EFLAGS register.
It now supports conditionally setting, clearing and unaffecting the EFLAGS resume flag (RF).

Now, when detecting the interrupt to launch, it will itself trigger a set of the resume flag on the stack (or TSS for task switches), if it's not a debug interrupt (interrupt number 01h, triggered by a debugging cause).
Thus it should behave just like Bochs and the documentation on the resume flag (either setting it or leaving it as the instruction left it during the time the interrupt was launched).
Since said flags storage are always based upon the committed state of the EFLAGS by default (if not affected), the documentation for said flag should behave properly now (instead of always setting it during INT1 debug interrupts (except the INT1 instruction of course, which is a trap, not a fault)).

Author of the UniPCemu emulator.
UniPCemu Git repository
UniPCemu for Android, Windows, PSP, Vita and Switch on itch.io

Reply 729 of 738, by superfury

User metadata
Rank l33t++
Rank
l33t++

OK. Ran the !pci command a bit into the running of Windows XP booting.

It gave the following result:

kd> !pci
PCI Bus 0
00:0 8086:1237.00 Cmd[0006:.mb...] Sts[0280:.....] Device Host bridge
01:0 8086:7000.02 Cmd[000f:imb...] Sts[0200:.....] Device ISA bridge
01:1 8086:7010.02 Cmd[0007:imb...] Sts[0000:.....] Device Class:1:1:80
0f:0 1283:8888.01 Cmd[0007:imb...] Sts[0000:.....] Device SubID:100c:3203 Other bridge device

Perhaps that "Class 1:1:80" is it somehow misdetecting the PCI IDE device?

Looking at https://learn.microsoft.com/en-us/windows-har … ercmds/-pcitree , and comparing the device, I see differences on it compared to the real hardware (afaik):

0d:1  8086:7010.00  Cmd[0005:i.b...]  Sts[0280:.....]  Device  IDE controller

Edit: The command "!pci 15 0 1 1" gave some interesting information:

kd> !pci 0f 0 1 1
PCI Bus 0
01:1 8086:7010.02 Cmd[0007:imb...] Sts[0000:.....] Device Class:1:1:80
cf8:80000900 IntPin:0 IntLine:ff Rom:0 cis:0 cap:0
IO[4]:e801
00000000: 70108086 00000007 01018002 00800000
00000010: 00000000 00000000 00000000 00000000
00000020: 0000e801 00000000 00000000 00000000
00000030: 00000000 00000000 00000000 000000ff

kd> !pci 15 0 1 1
PCI Bus 0
01:1 8086:7010.02 Cmd[0007:imb...] Sts[0000:.....] Device Class:1:1:80
cf8:80000900 IntPin:0 IntLine:ff Rom:0 cis:0 cap:0
IO[4]:e801
00000000: 86 80 10 70 07 00 00 00-02 80 01 01 00 00 80 00 *...p............*
00000010: 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 *................*
00000020: 01 e8 00 00 00 00 00 00-00 00 00 00 00 00 00 00 *................*
00000030: 00 00 00 00 00 00 00 00-00 00 00 00 ff 00 00 00 *................*

So the version is set to 02h, which might need to be 00h?

Edit: Continuing anyways, I get:

kd> g
HAL: An invalid V86 opcode was encountered at address 2000:f76
Break instruction exception - code 80000003 (first chance)
halapic!HalpOpcodeInvalid+13:
80191983 cc int 3
kd> g
Break instruction exception - code 80000003 (first chance)

A fatal system error has occurred.

*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************

Use !analyzebugcheck -v to get more information.

BugCheck 7B, {fc90e63c, c0000034, 0, 0}
*** Bugcheck Analysis may not be correct, please followup with the following.
Followup : MachineOwner

ntkrnlmp!RtlpBreakWithStatusInstruction:
807e984c cc int 3

Some more interesting stuff, but first need to patch the revision of the hardware to 00h instead of 02h.
Edit: Also interesting, once that V86 opcode issue was encountered, the screen of the installation turned red? Maybe it was trying to perform a red screen of death?

Author of the UniPCemu emulator.
UniPCemu Git repository
UniPCemu for Android, Windows, PSP, Vita and Switch on itch.io

Reply 730 of 738, by superfury

User metadata
Rank l33t++
Rank
l33t++

OK. So the basic PCI device seems alright. I've managed to get the same running on Virtualbox (although downgraded to version 7.1.4 due to crashing on Windows 10's latest version with it's most recent updates).

Running the PIC commands give me this:

Windows XP Kernel Version 2600 MP (1 procs) Free x86 compatible
Built by: 2600.xpclient.010817-1148
Kernel base = 0x807c2000 PsLoadedModuleList = 0x8083ce28
System Uptime: not available
ntkrnlmp!DebugService2+e:
8081b01c cc int 3
WARNING: Process directory table base 00000000 doesn't match CR3 00039000
WARNING: Process directory table base 00000000 doesn't match CR3 00039000
kd> !pcitree
Error retrieving address of PciFdoExtensionListHead
kd> !pci 15 0 1 1
PCI Bus 0
01:1 8086:7111.01 Cmd[0001:i.....] Sts[0000:.....] Device Class:1:1:8a
cf8:80000900 IntPin:0 IntLine:0 Rom:0 cis:0 cap:0
IO[4]:d001
00000000: 86 80 11 71 01 00 00 00-01 8a 01 01 00 00 00 00 *...q............*
00000010: 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 *................*
00000020: 01 d0 00 00 00 00 00 00-00 00 00 00 00 00 00 00 *................*
00000030: 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 *................*

Interestingly enough, it has a class of 1:1:8a (byte 9 is 8A, thus it indicates it's capable of switching to PCI mode, which shouldn't be possible, as there's only one BAR available (at 20h, which is the DMA controller BAR).

Running !pcitree gives me the following, just as happens in UniPCemu:

kd> !pcitree
Error retrieving address of PciFdoExtensionListHead

Letting it continue (inside Virtualbox), I run the !pcitree command again and get:

Bus 0x0 (FDO Ext 812a00d8)
0600 12378086 (d=0, f=0) devext 812a0ef8 Bridge/HOST to PCI
0601 70008086 (d=1, f=0) devext 812a0d08 Bridge/PCI to ISA
0101 71118086 (d=1, f=1) devext 812a0b18 Mass Storage Controller/IDE
0300 beef80ee (d=2, f=0) devext 812a07d0 Display Controller/VGA
0200 10048086 (d=3, f=0) devext 812a0488 Network Controller/Ethernet
0880 cafe80ee (d=4, f=0) devext 812310e8 Base System Device/'Other' base system device

So at least in Virtualbox, it managed to initialize the PCI tree structure and recognise the device as a "Mass Storage Controller/IDE". But in UniPCemu it never reaches said point, either crashing before that or incorrectly initializing the PCI tree structure?

Edit: Hmmm.. Maybe use an I/O breakpoint at CFC to view if it's reading the I/O ports at all?

 0: kd> ba i4 0xcfc  
0: kd> bl
1 e 00000000`00000cfc i 4 0001 (0001)

According to documentation I found (https://yeilho.blogspot.com/2013/11/pci-confi … ith-windbg.html).

Edit: Tried virtualbox again, noticed the HDD controller was defaulting to PIIX4. Set it to PIIX3 and I got:

kd> !pci 15 0 1 1
PCI Bus 0
01:1 8086:7010.00 Cmd[0007:imb...] Sts[0000:.....] Device Class:1:1:8a
cf8:80000900 IntPin:0 IntLine:0 Rom:0 cis:0 cap:0
IO[4]:d001
00000000: 86 80 10 70 07 00 00 00-00 8a 01 01 00 00 00 00 *...p............*
00000010: 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 *................*
00000020: 01 d0 00 00 00 00 00 00-00 00 00 00 00 00 00 00 *................*
00000030: 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 *................*

Edit: Unfortunately, I got no guest OS support of the breakpoints:

kd> ba i4 0xcfc
I/O breakpoints not enabled
^ Syntax error in 'ba i4 0xcfc'

But what I can do, is modifiy the DR0 and DR7 register to implement it manually (as the implemented CPU supports it).
Also need to modify CR4 to support said feature though (setting bit 3).

So I get in the DR registers:
DR0=CFC
DR7=E0203 (I/O trap on breakpoint 0, 4 bytes wide, global and local enable)

Luckily I don't need to take the 386-only bits 8/9 (local enable/global enable) into account (unimplemented as it's unknown behaviour). But I didn't seem to matter in this case anyway (something called 'exact reporting' of debugging addresses).
The debugger also doesn't seem to clear the debugger registers unless I give a command to do so, so the manual I/O breakpoints work without any issue 😁

The debugger doesn't clear the fault, so I can continue using the 'unsupported' breakpoint anyways. 😁

I eventually see it triggering a breakpoint trigger accessing the point, at halapic!READ_PORT_UNLONG, called by:
HalpPCIReadUlongType1+0x29
HalpPCIConfig+0x4b
HalpReadPCIConfig+0x46
HalpGetPCIBridgeConfig+0x84
HalpInitializePCIBus+0xd6
HalReportResourceUsage+0x15

Adding another breakpoint for CF8, I can track the kernel's PCI accesses in this way.
(Logic being:

DR0=CFC

0:1 3 - BP0 enabled Global/Local
2:3 3 - BP1 enabled Global/Local

(9 200 - GE Global Exact Breakpoint Enable (386 only))

16:17 10b : I/O breakpoint => E0000
18:19 11b ^ BP0 size: 4 bytes
20:21 10b : I/O breakpoint => E00000
22:23 11b ^ BP1 size: 4 bytes
DR7=E0203 for BP0 I/O only
DR7=EE020F for BP0+BP1 I/O
DR0=CFC address (PnP data I/O)
DR1=CF8 address (PnP address I/O)

CR4 bit 3=8

Register 8000003c=0

)

Author of the UniPCemu emulator.
UniPCemu Git repository
UniPCemu for Android, Windows, PSP, Vita and Switch on itch.io

Reply 731 of 738, by superfury

User metadata
Rank l33t++
Rank
l33t++

OK. The WinDBG debugger handling in my emulator is functional at least. I can manually set I/O breakpoints (using the debugger registers directly, as the Windows XP kernel doesn't support it) as well as normal execution and data breakpoints on instruction and memory addresses.

So far I've gotten a breakpoint set at 8019563f which is within HalpPCIReadUlongType1 to read a PCI register using the HAL. So I can then see at the EAX register what PCI register it's trying to read.
And at 8019579c is where it's read a full PCI configuration space into memory it looks like.

Author of the UniPCemu emulator.
UniPCemu Git repository
UniPCemu for Android, Windows, PSP, Vita and Switch on itch.io

Reply 732 of 738, by superfury

User metadata
Rank l33t++
Rank
l33t++

OK. With the latest changes, somehow a V86 mode INT 1Ah reflection goes bad?
Instead of reaching interrupt 1Ah, it somehow ends up at interrupt 06h instead, which doesn't recognise the INT 1Ah's next instruction (a conditional jump back to wait for time to elapse using BX/DX counters it's supposed to have read?). The reflection makes it end up at INT 06h (BIOS #UD handler) instead of INT 1Ah (BIOS date/time of day handler).

Details
^ E9 41 61 jmp 0000e14c
0048:00000258 66 55 push ebp
Registers:
EAX: ffff0024 EBX: 00080120 ECX: 00000000 EDX: 00000120
ESP: 00000fd8 EBP: 000007f4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0000 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000258 EFLAGS: 00003046
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsZ0a0P1c
0048:0000025a 66 0F B7 EC movzx ebp,sp
Registers:
EAX: ffff0024 EBX: 00080120 ECX: 00000000 EDX: 00000120
ESP: 00000fd4 EBP: 000007f4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0000 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 0000025a EFLAGS: 00003046
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsZ0a0P1c
0048:0000025e 6A 0D push 0d
Registers:
EAX: ffff0024 EBX: 00080120 ECX: 00000000 EDX: 00000120
ESP: 00000fd4 EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0000 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 0000025e EFLAGS: 00003046
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsZ0a0P1c
0048:00000260 E9 AE 00 jmp 00000311
Registers:
EAX: ffff0024 EBX: 00080120 ECX: 00000000 EDX: 00000120
ESP: 00000fd2 EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0000 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000260 EFLAGS: 00003046
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsZ0a0P1c
0048:00000311 66 53 push ebx
Registers:
EAX: ffff0024 EBX: 00080120 ECX: 00000000 EDX: 00000120
ESP: 00000fd2 EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0000 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000311 EFLAGS: 00003046
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsZ0a0P1c
0048:00000313 66 56 push esi
Registers:
EAX: ffff0024 EBX: 00080120 ECX: 00000000 EDX: 00000120
ESP: 00000fce EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
Show last 1240 lines
CS: 0048 DS: 0000 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000313 EFLAGS: 00003046
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsZ0a0P1c
0048:00000315 BB 80 00 mov bx,0080
Registers:
EAX: ffff0024 EBX: 00080120 ECX: 00000000 EDX: 00000120
ESP: 00000fca EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0000 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000315 EFLAGS: 00003046
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsZ0a0P1c
0048:00000318
0048:00000318 1E push ds
Registers:
EAX: ffff0024 EBX: 00080080 ECX: 00000000 EDX: 00000120
ESP: 00000fca EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0000 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000318 EFLAGS: 00003046
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsZ0a0P1c
0048:00000319 BE BC 02 mov si,02bc
Registers:
EAX: ffff0024 EBX: 00080080 ECX: 00000000 EDX: 00000120
ESP: 00000fc8 EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0000 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000319 EFLAGS: 00003046
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsZ0a0P1c
0048:0000031c
0048:0000031c 50 push ax
Registers:
EAX: ffff0024 EBX: 00080080 ECX: 00000000 EDX: 00000120
ESP: 00000fc8 EBP: 00000fd4 ESI: 001202bc EDI: 0011b280
CS: 0048 DS: 0000 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 0000031c EFLAGS: 00003046
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsZ0a0P1c
0048:0000031d 8E DB mov ds,bx
Registers:
EAX: ffff0024 EBX: 00080080 ECX: 00000000 EDX: 00000120
ESP: 00000fc6 EBP: 00000fd4 ESI: 001202bc EDI: 0011b280
CS: 0048 DS: 0000 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 0000031d EFLAGS: 00003046
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsZ0a0P1c
0048:0000031f 66 0F B7 F6 movzx esi,si
Registers:
EAX: ffff0024 EBX: 00080080 ECX: 00000000 EDX: 00000120
ESP: 00000fc6 EBP: 00000fd4 ESI: 001202bc EDI: 0011b280
CS: 0048 DS: 0080 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 0000031f EFLAGS: 00003046
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsZ0a0P1c
0048:00000323
0048:00000323 66 C1 E6 04 shl esi,04
Registers:
EAX: ffff0024 EBX: 00080080 ECX: 00000000 EDX: 00000120
ESP: 00000fc6 EBP: 00000fd4 ESI: 000002bc EDI: 0011b280
CS: 0048 DS: 0080 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000323 EFLAGS: 00003046
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsZ0a0P1c
^ 66 C1 E6 04 shl esi,04
0048:00000327 67 66 8B 9E 48 09 00 00 mov ebx,dword ds:[esi+00000948]
Registers:
EAX: ffff0024 EBX: 00080080 ECX: 00000000 EDX: 00000120
ESP: 00000fc6 EBP: 00000fd4 ESI: 00002bc0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000327 EFLAGS: 00003016
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0P1c
0048:0000032f 67 66 8B 9B D8 06 00 00 mov ebx,dword ds:[ebx+000006d8]
Registers:
EAX: ffff0024 EBX: 0013e800 ECX: 00000000 EDX: 00000120
ESP: 00000fc6 EBP: 00000fd4 ESI: 00002bc0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 0000032f EFLAGS: 00003016
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0P1c
0048:00000337 83 EB 2C sub bx,002c
Registers:
EAX: ffff0024 EBX: 00001000 ECX: 00000000 EDX: 00000120
ESP: 00000fc6 EBP: 00000fd4 ESI: 00002bc0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000337 EFLAGS: 00003016
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0P1c
0048:0000033a
0048:0000033a 3B EB cmp bp,bx
Registers:
EAX: ffff0024 EBX: 00000fd4 ECX: 00000000 EDX: 00000120
ESP: 00000fc6 EBP: 00000fd4 ESI: 00002bc0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 0000033a EFLAGS: 00003016
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0P1c
^ 3B EB cmp bp,bx
0048:0000033c 74 04 jz 00000342
Registers:
EAX: ffff0024 EBX: 00000fd4 ECX: 00000000 EDX: 00000120
ESP: 00000fc6 EBP: 00000fd4 ESI: 00002bc0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 0000033c EFLAGS: 00003046
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsZ0a0P1c
0048:00000342 66 0F B7 5E FE movzx ebx,word ss:[bp-02]
Registers:
EAX: ffff0024 EBX: 00000fd4 ECX: 00000000 EDX: 00000120
ESP: 00000fc6 EBP: 00000fd4 ESI: 00002bc0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000342 EFLAGS: 00003046
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsZ0a0P1c
0048:00000347 83 EB 08 sub bx,0008
Registers:
EAX: ffff0024 EBX: 0000000d ECX: 00000000 EDX: 00000120
ESP: 00000fc6 EBP: 00000fd4 ESI: 00002bc0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000347 EFLAGS: 00003046
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsZ0a0P1c
0048:0000034a 2E 67 8B 1C 5D 5D 03 00 00 mov bx,word cs:[ebx*2+0000035d]
Registers:
EAX: ffff0024 EBX: 00000005 ECX: 00000000 EDX: 00000120
ESP: 00000fc6 EBP: 00000fd4 ESI: 00002bc0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 0000034a EFLAGS: 00003006
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0P1c
0048:00000353
0048:00000353 89 5E FE mov word ss:[bp-02],bx
Registers:
EAX: ffff0024 EBX: 00000266 ECX: 00000000 EDX: 00000120
ESP: 00000fc6 EBP: 00000fd4 ESI: 00002bc0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000353 EFLAGS: 00003006
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0P1c
^ 89 5E FE mov word ss:[bp-02],bx
0048:00000356
0048:00000356 58 pop ax
Registers:
EAX: ffff0024 EBX: 00000266 ECX: 00000000 EDX: 00000120
ESP: 00000fc6 EBP: 00000fd4 ESI: 00002bc0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000356 EFLAGS: 00003006
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0P1c
0048:00000357
0048:00000357 1F pop ds
Registers:
EAX: ffff0024 EBX: 00000266 ECX: 00000000 EDX: 00000120
ESP: 00000fc8 EBP: 00000fd4 ESI: 00002bc0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000357 EFLAGS: 00003006
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0P1c
0048:00000358
0048:00000358 66 5E pop esi
Registers:
EAX: ffff0024 EBX: 00000266 ECX: 00000000 EDX: 00000120
ESP: 00000fca EBP: 00000fd4 ESI: 00002bc0 EDI: 0011b280
CS: 0048 DS: 0000 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000358 EFLAGS: 00003006
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0P1c
0048:0000035a
0048:0000035a 66 5B pop ebx
Registers:
EAX: ffff0024 EBX: 00000266 ECX: 00000000 EDX: 00000120
ESP: 00000fce EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0000 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 0000035a EFLAGS: 00003006
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0P1c
0048:0000035c C3 ret
Registers:
EAX: ffff0024 EBX: 00080120 ECX: 00000000 EDX: 00000120
ESP: 00000fd2 EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0000 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 0000035c EFLAGS: 00003006
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0P1c
0048:00000266 F7 46 12 02 00 test word ss:[bp+12],0002
Registers:
EAX: ffff0024 EBX: 00080120 ECX: 00000000 EDX: 00000120
ESP: 00000fd4 EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0000 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000266 EFLAGS: 00003006
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0P1c
0048:0000026b 0F 85 21 03 jnz 00000590
Registers:
EAX: ffff0024 EBX: 00080120 ECX: 00000000 EDX: 00000120
ESP: 00000fd4 EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0000 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 0000026b EFLAGS: 00003002
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0p1c
0048:00000590 66 53 push ebx
Registers:
EAX: ffff0024 EBX: 00080120 ECX: 00000000 EDX: 00000120
ESP: 00000fd4 EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0000 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000590 EFLAGS: 00003002
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0p1c
0048:00000592 66 56 push esi
Registers:
EAX: ffff0024 EBX: 00080120 ECX: 00000000 EDX: 00000120
ESP: 00000fd0 EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0000 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000592 EFLAGS: 00003002
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0p1c
0048:00000594 BB 08 00 mov bx,0008
Registers:
EAX: ffff0024 EBX: 00080120 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0000 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000594 EFLAGS: 00003002
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0p1c
0048:00000597 8E DB mov ds,bx
Registers:
EAX: ffff0024 EBX: 00080008 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0000 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000597 EFLAGS: 00003002
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0p1c
0048:00000599 8B 5E 18 mov bx,word ss:[bp+18]
Registers:
EAX: ffff0024 EBX: 00080008 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0008 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000599 EFLAGS: 00003002
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0p1c
0048:0000059c
0048:0000059c C1 E3 04 shl bx,04
Registers:
EAX: ffff0024 EBX: 00081aed ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0008 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 0000059c EFLAGS: 00003002
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0p1c
^ C1 E3 04 shl bx,04
0048:0000059f
0048:0000059f 89 1E D2 00 mov word ds:[00d2],bx
Registers:
EAX: ffff0024 EBX: 0008aed0 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0008 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 0000059f EFLAGS: 00003093
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditSz0A0p1C
^ 89 1E D2 00 mov word ds:[00d2],bx
0048:000005a3 8B 5E 18 mov bx,word ss:[bp+18]
Registers:
EAX: ffff0024 EBX: 0008aed0 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0008 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 000005a3 EFLAGS: 00003093
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditSz0A0p1C
0048:000005a6
0048:000005a6 C1 EB 04 shr bx,04
Registers:
EAX: ffff0024 EBX: 00081aed ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0008 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 000005a6 EFLAGS: 00003093
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditSz0A0p1C
^ C1 EB 04 shr bx,04
0048:000005a9
0048:000005a9 88 3E D4 00 mov byte ds:[00d4],bh
Registers:
EAX: ffff0024 EBX: 000801ae ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0008 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 000005a9 EFLAGS: 00003013
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0p1C
^ 88 3E D4 00 mov byte ds:[00d4],bh
0048:000005ad 8B 5E 0C mov bx,word ss:[bp+0c]
Registers:
EAX: ffff0024 EBX: 000801ae ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0008 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 000005ad EFLAGS: 00003013
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0p1C
0048:000005b0
0048:000005b0 C1 E3 04 shl bx,04
Registers:
EAX: ffff0024 EBX: 00080f61 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0008 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 000005b0 EFLAGS: 00003013
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0p1C
^ C1 E3 04 shl bx,04
0048:000005b3
0048:000005b3 89 1E DA 00 mov word ds:[00da],bx
Registers:
EAX: ffff0024 EBX: 0008f610 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0008 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 000005b3 EFLAGS: 00003892
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11OditSz0A0p1c
^ 89 1E DA 00 mov word ds:[00da],bx
0048:000005b7 8B 5E 0C mov bx,word ss:[bp+0c]
Registers:
EAX: ffff0024 EBX: 0008f610 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0008 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 000005b7 EFLAGS: 00003892
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11OditSz0A0p1c
0048:000005ba
0048:000005ba C1 EB 04 shr bx,04
Registers:
EAX: ffff0024 EBX: 00080f61 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0008 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 000005ba EFLAGS: 00003892
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11OditSz0A0p1c
^ C1 EB 04 shr bx,04
0048:000005bd
0048:000005bd 88 3E DC 00 mov byte ds:[00dc],bh
Registers:
EAX: ffff0024 EBX: 000800f6 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0008 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 000005bd EFLAGS: 00003016
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0P1c
^ 88 3E DC 00 mov byte ds:[00dc],bh
0048:000005c1 BB 50 00 mov bx,0050
Registers:
EAX: ffff0024 EBX: 000800f6 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0008 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 000005c1 EFLAGS: 00003016
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0P1c
0048:000005c4 8E C3 mov es,bx
Registers:
EAX: ffff0024 EBX: 00080050 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0008 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 000005c4 EFLAGS: 00003016
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0P1c
0048:000005c6 26 C7 06 10 00 00 00 mov word es:[0010],0000
Registers:
EAX: ffff0024 EBX: 00080050 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0008 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 000005c6 EFLAGS: 00003016
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0P1c
^ 26 C7 06 10 00 00 00 mov word es:[0010],0000
0048:000005cd BB D8 00 mov bx,00d8
Registers:
EAX: ffff0024 EBX: 00080050 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0008 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 000005cd EFLAGS: 00003016
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0P1c
0048:000005d0 8E DB mov ds,bx
Registers:
EAX: ffff0024 EBX: 000800d8 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0008 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 000005d0 EFLAGS: 00003016
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0P1c
0048:000005d2 8B 76 08 mov si,word ss:[bp+08]
Registers:
EAX: ffff0024 EBX: 000800d8 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 00d8 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 000005d2 EFLAGS: 00003016
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0P1c
0048:000005d5
0048:000005d5 8A 1C mov bl,byte ds:[si]
Registers:
EAX: ffff0024 EBX: 000800d8 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 00120102 EDI: 0011b280
CS: 0048 DS: 00d8 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 000005d5 EFLAGS: 00003016
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0P1c
0048:000005d7 B7 00 mov bh,00
Registers:
EAX: ffff0024 EBX: 0008003b ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 00120102 EDI: 0011b280
CS: 0048 DS: 00d8 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 000005d7 EFLAGS: 00003016
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0P1c
0048:000005d9
0048:000005d9 D1 E3 shl bx,1
Registers:
EAX: ffff0024 EBX: 0008003b ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 00120102 EDI: 0011b280
CS: 0048 DS: 00d8 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 000005d9 EFLAGS: 00003016
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0P1c
^ D1 E3 shl bx,1
0048:000005db 2E FF A7 90 03 jmp word cs:[bx+0390]
Registers:
EAX: ffff0024 EBX: 00080076 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 00120102 EDI: 0011b280
CS: 0048 DS: 00d8 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 000005db EFLAGS: 00003012
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0p1c
0048:000005e0 E9 D5 05 jmp 00000bb8
Registers:
EAX: ffff0024 EBX: 00080076 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 00120102 EDI: 0011b280
CS: 0048 DS: 00d8 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 000005e0 EFLAGS: 00003012
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0p1c
0048:00000bb8 26 C7 06 12 00 06 00 mov word es:[0012],0006
Registers:
EAX: ffff0024 EBX: 00080076 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 00120102 EDI: 0011b280
CS: 0048 DS: 00d8 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000bb8 EFLAGS: 00003012
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0p1c
^ 26 C7 06 12 00 06 00 mov word es:[0012],0006
0048:00000bbf
0048:00000bbf 66 5E pop esi
Registers:
EAX: ffff0024 EBX: 00080076 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 00120102 EDI: 0011b280
CS: 0048 DS: 00d8 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000bbf EFLAGS: 00003012
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0p1c
0048:00000bc1
0048:00000bc1 66 5B pop ebx
Registers:
EAX: ffff0024 EBX: 00080076 ECX: 00000000 EDX: 00000120
ESP: 00000fd0 EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 00d8 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000bc1 EFLAGS: 00003012
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0p1c
0048:00000bc3
0048:00000bc3 66 5D pop ebp
Registers:
EAX: ffff0024 EBX: 00080120 ECX: 00000000 EDX: 00000120
ESP: 00000fd4 EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 00d8 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000bc3 EFLAGS: 00003012
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0p1c
0048:00000bc5 83 C4 04 add sp,0004
Registers:
EAX: ffff0024 EBX: 00080120 ECX: 00000000 EDX: 00000120
ESP: 00000fd8 EBP: 000007f4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 00d8 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000bc5 EFLAGS: 00003012
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0p1c
0048:00000bc8 66 55 push ebp
Registers:
EAX: ffff0024 EBX: 00080120 ECX: 00000000 EDX: 00000120
ESP: 00000fdc EBP: 000007f4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 00d8 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000bc8 EFLAGS: 00003002
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0p1c
0048:00000bca 8B EC mov bp,sp
Registers:
EAX: ffff0024 EBX: 00080120 ECX: 00000000 EDX: 00000120
ESP: 00000fd8 EBP: 000007f4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 00d8 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000bca EFLAGS: 00003002
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0p1c
0048:00000bcc 26 FF 36 12 00 push word es:[0012]
Registers:
EAX: ffff0024 EBX: 00080120 ECX: 00000000 EDX: 00000120
ESP: 00000fd8 EBP: 00000fd8 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 00d8 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000bcc EFLAGS: 00003002
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0p1c
0048:00000bd1 E9 BC 02 jmp 00000e90
Registers:
EAX: ffff0024 EBX: 00080120 ECX: 00000000 EDX: 00000120
ESP: 00000fd6 EBP: 00000fd8 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 00d8 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000bd1 EFLAGS: 00003002
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0p1c
0048:00000e90 66 53 push ebx
Registers:
EAX: ffff0024 EBX: 00080120 ECX: 00000000 EDX: 00000120
ESP: 00000fd6 EBP: 00000fd8 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 00d8 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000e90 EFLAGS: 00003002
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0p1c
0048:00000e92 66 56 push esi
Registers:
EAX: ffff0024 EBX: 00080120 ECX: 00000000 EDX: 00000120
ESP: 00000fd2 EBP: 00000fd8 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 00d8 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000e92 EFLAGS: 00003002
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0p1c
0048:00000e94 83 EC 02 sub sp,0002
Registers:
EAX: ffff0024 EBX: 00080120 ECX: 00000000 EDX: 00000120
ESP: 00000fce EBP: 00000fd8 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 00d8 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000e94 EFLAGS: 00003002
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0p1c
0048:00000e97 BB 80 00 mov bx,0080
Registers:
EAX: ffff0024 EBX: 00080120 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd8 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 00d8 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000e97 EFLAGS: 00003006
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0P1c
0048:00000e9a 8E DB mov ds,bx
Registers:
EAX: ffff0024 EBX: 00080080 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd8 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 00d8 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000e9a EFLAGS: 00003006
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0P1c
0048:00000e9c BE BC 02 mov si,02bc
Registers:
EAX: ffff0024 EBX: 00080080 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd8 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000e9c EFLAGS: 00003006
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0P1c
0048:00000e9f 66 0F B7 F6 movzx esi,si
Registers:
EAX: ffff0024 EBX: 00080080 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd8 ESI: 001202bc EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000e9f EFLAGS: 00003006
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0P1c
0048:00000ea3
0048:00000ea3 66 C1 E6 04 shl esi,04
Registers:
EAX: ffff0024 EBX: 00080080 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd8 ESI: 000002bc EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000ea3 EFLAGS: 00003006
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0P1c
^ 66 C1 E6 04 shl esi,04
0048:00000ea7 E9 F8 FE jmp 00000da2
Registers:
EAX: ffff0024 EBX: 00080080 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd8 ESI: 00002bc0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000ea7 EFLAGS: 00003016
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0P1c
0048:00000da2 83 C4 02 add sp,0002
Registers:
EAX: ffff0024 EBX: 00080080 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd8 ESI: 00002bc0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000da2 EFLAGS: 00003016
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0P1c
0048:00000da5 67 66 8B 9E 48 09 00 00 mov ebx,dword ds:[esi+00000948]
Registers:
EAX: ffff0024 EBX: 00080080 ECX: 00000000 EDX: 00000120
ESP: 00000fce EBP: 00000fd8 ESI: 00002bc0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000da5 EFLAGS: 00003002
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0p1c
0048:00000dad 67 80 BB 6D 06 00 00 00 cmp byte ds:[ebx+0000066d],00
Registers:
EAX: ffff0024 EBX: 0013e800 ECX: 00000000 EDX: 00000120
ESP: 00000fce EBP: 00000fd8 ESI: 00002bc0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000dad EFLAGS: 00003002
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0p1c
0048:00000db5 0F 85 93 00 jnz 00000e4c
Registers:
EAX: ffff0024 EBX: 0013e800 ECX: 00000000 EDX: 00000120
ESP: 00000fce EBP: 00000fd8 ESI: 00002bc0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000db5 EFLAGS: 00003046
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsZ0a0P1c
0048:00000db9 67 66 F7 86 BC 08 00 00 00 08 00 00 test dword ds:[esi+000008bc],00000800
Registers:
EAX: ffff0024 EBX: 0013e800 ECX: 00000000 EDX: 00000120
ESP: 00000fce EBP: 00000fd8 ESI: 00002bc0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000db9 EFLAGS: 00003046
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsZ0a0P1c
0048:00000dc5 0F 85 93 00 jnz 00000e5c
Registers:
EAX: ffff0024 EBX: 0013e800 ECX: 00000000 EDX: 00000120
ESP: 00000fce EBP: 00000fd8 ESI: 00002bc0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000dc5 EFLAGS: 00003046
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsZ0a0P1c
0048:00000dc9 66 0F B7 5E 10 movzx ebx,word ss:[bp+10]
Registers:
EAX: ffff0024 EBX: 0013e800 ECX: 00000000 EDX: 00000120
ESP: 00000fce EBP: 00000fd8 ESI: 00002bc0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000dc9 EFLAGS: 00003046
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsZ0a0P1c
0048:00000dce 83 EB 06 sub bx,0006
Registers:
EAX: ffff0024 EBX: 000007e6 ECX: 00000000 EDX: 00000120
ESP: 00000fce EBP: 00000fd8 ESI: 00002bc0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000dce EFLAGS: 00003046
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsZ0a0P1c
0048:00000dd1
0048:00000dd1 89 5E 10 mov word ss:[bp+10],bx
Registers:
EAX: ffff0024 EBX: 000007e0 ECX: 00000000 EDX: 00000120
ESP: 00000fce EBP: 00000fd8 ESI: 00002bc0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000dd1 EFLAGS: 00003002
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0p1c
^ 89 5E 10 mov word ss:[bp+10],bx
0048:00000dd4
0048:00000dd4 50 push ax
Registers:
EAX: ffff0024 EBX: 000007e0 ECX: 00000000 EDX: 00000120
ESP: 00000fce EBP: 00000fd8 ESI: 00002bc0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000dd4 EFLAGS: 00003002
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0p1c
^ 50 push ax
0048:00000dd5 66 0F B7 76 14 movzx esi,word ss:[bp+14]
Registers:
EAX: ffff0024 EBX: 000007e0 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd8 ESI: 00002bc0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000dd5 EFLAGS: 00003002
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0p1c
0048:00000dda
0048:00000dda 66 C1 E6 04 shl esi,04
Registers:
EAX: ffff0024 EBX: 000007e0 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd8 ESI: 00001aed EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000dda EFLAGS: 00003002
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0p1c
^ 66 C1 E6 04 shl esi,04
0048:00000dde 8B 46 04 mov ax,word ss:[bp+04]
Registers:
EAX: ffff0024 EBX: 000007e0 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd8 ESI: 0001aed0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000dde EFLAGS: 00003012
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0p1c
0048:00000de1
0048:00000de1
0048:00000de1 67 89 04 1E mov word ds:[esi+ebx*1],ax
Registers:
EAX: ffff0102 EBX: 000007e0 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd8 ESI: 0001aed0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000de1 EFLAGS: 00003012
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0p1c
^ 67 89 04 1E mov word ds:[esi+ebx*1],ax
0048:00000de5 43 inc bx
Registers:
EAX: ffff0102 EBX: 000007e0 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd8 ESI: 0001aed0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000de5 EFLAGS: 00003012
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0p1c
0048:00000de6 43 inc bx
Registers:
EAX: ffff0102 EBX: 000007e1 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd8 ESI: 0001aed0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000de6 EFLAGS: 00003006
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0P1c
0048:00000de7 8B 46 08 mov ax,word ss:[bp+08]
Registers:
EAX: ffff0102 EBX: 000007e2 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd8 ESI: 0001aed0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000de7 EFLAGS: 00003006
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0P1c
0048:00000dea
0048:00000dea 67 89 04 1E mov word ds:[esi+ebx*1],ax
Registers:
EAX: ffff0f61 EBX: 000007e2 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd8 ESI: 0001aed0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000dea EFLAGS: 00003006
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0P1c
^ 67 89 04 1E mov word ds:[esi+ebx*1],ax
0048:00000dee 43 inc bx
Registers:
EAX: ffff0f61 EBX: 000007e2 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd8 ESI: 0001aed0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000dee EFLAGS: 00003006
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0P1c
0048:00000def 43 inc bx
Registers:
EAX: ffff0f61 EBX: 000007e3 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd8 ESI: 0001aed0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000def EFLAGS: 00003002
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0p1c
0048:00000df0 8B 46 0C mov ax,word ss:[bp+0c]
Registers:
EAX: ffff0f61 EBX: 000007e4 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd8 ESI: 0001aed0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000df0 EFLAGS: 00003006
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0P1c
0048:00000df3
0048:00000df3 67 89 04 1E mov word ds:[esi+ebx*1],ax
Registers:
EAX: ffff7246 EBX: 000007e4 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd8 ESI: 0001aed0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000df3 EFLAGS: 00003006
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0P1c
^ 67 89 04 1E mov word ds:[esi+ebx*1],ax
0048:00000df7 25 FF FC and ax,fcff
Registers:
EAX: ffff7246 EBX: 000007e4 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd8 ESI: 0001aed0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000df7 EFLAGS: 00003006
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0P1c
0048:00000dfa
0048:00000dfa 89 46 0C mov word ss:[bp+0c],ax
Registers:
EAX: ffff7046 EBX: 000007e4 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd8 ESI: 0001aed0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000dfa EFLAGS: 00003002
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0p1c
^ 89 46 0C mov word ss:[bp+0c],ax
0048:00000dfd
0048:00000dfd 58 pop ax
Registers:
EAX: ffff7046 EBX: 000007e4 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd8 ESI: 0001aed0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000dfd EFLAGS: 00003002
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0p1c
0048:00000dfe 66 0F B7 5E FE movzx ebx,word ss:[bp-02]
Registers:
EAX: ffff0024 EBX: 000007e4 ECX: 00000000 EDX: 00000120
ESP: 00000fce EBP: 00000fd8 ESI: 0001aed0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000dfe EFLAGS: 00003002
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0p1c
0048:00000e03 81 FB 00 01 cmp bx,0100
Registers:
EAX: ffff0024 EBX: 00000006 ECX: 00000000 EDX: 00000120
ESP: 00000fce EBP: 00000fd8 ESI: 0001aed0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000e03 EFLAGS: 00003002
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0p1c
0048:00000e07 0F 82 23 00 jc 00000e2e
Registers:
EAX: ffff0024 EBX: 00000006 ECX: 00000000 EDX: 00000120
ESP: 00000fce EBP: 00000fd8 ESI: 0001aed0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000e07 EFLAGS: 00003087
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditSz0a0P1C
0048:00000e2e 67 66 8B 1C 9D 00 00 00 00 mov ebx,dword ds:[ebx*4+00000000]
Registers:
EAX: ffff0024 EBX: 00000006 ECX: 00000000 EDX: 00000120
ESP: 00000fce EBP: 00000fd8 ESI: 0001aed0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000e2e EFLAGS: 00003087
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditSz0a0P1C
0048:00000e37
0048:00000e37 89 5E 04 mov word ss:[bp+04],bx
Registers:
EAX: ffff0024 EBX: f0008008 ECX: 00000000 EDX: 00000120
ESP: 00000fce EBP: 00000fd8 ESI: 0001aed0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000e37 EFLAGS: 00003087
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditSz0a0P1C
^ 89 5E 04 mov word ss:[bp+04],bx
0048:00000e3a
0048:00000e3a 66 C1 EB 10 shr ebx,10
Registers:
EAX: ffff0024 EBX: f0008008 ECX: 00000000 EDX: 00000120
ESP: 00000fce EBP: 00000fd8 ESI: 0001aed0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000e3a EFLAGS: 00003087
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditSz0a0P1C
^ 66 C1 EB 10 shr ebx,10
0048:00000e3e
0048:00000e3e 89 5E 08 mov word ss:[bp+08],bx
Registers:
EAX: ffff0024 EBX: 0000f000 ECX: 00000000 EDX: 00000120
ESP: 00000fce EBP: 00000fd8 ESI: 0001aed0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000e3e EFLAGS: 00003017
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0P1C
^ 89 5E 08 mov word ss:[bp+08],bx
0048:00000e41
0048:00000e41 66 5E pop esi
Registers:
EAX: ffff0024 EBX: 0000f000 ECX: 00000000 EDX: 00000120
ESP: 00000fce EBP: 00000fd8 ESI: 0001aed0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000e41 EFLAGS: 00003017
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0P1C
0048:00000e43
0048:00000e43 66 5B pop ebx
Registers:
EAX: ffff0024 EBX: 0000f000 ECX: 00000000 EDX: 00000120
ESP: 00000fd2 EBP: 00000fd8 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000e43 EFLAGS: 00003017
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0P1C
0048:00000e45 83 C4 02 add sp,0002
Registers:
EAX: ffff0024 EBX: 00080120 ECX: 00000000 EDX: 00000120
ESP: 00000fd6 EBP: 00000fd8 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000e45 EFLAGS: 00003017
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0P1C
0048:00000e48
0048:00000e48 66 5D pop ebp
Registers:
EAX: ffff0024 EBX: 00080120 ECX: 00000000 EDX: 00000120
ESP: 00000fd8 EBP: 00000fd8 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000e48 EFLAGS: 00003006
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0P1c
0048:00000e4a 66 CF iretd
Registers:
EAX: ffff0024 EBX: 00080120 ECX: 00000000 EDX: 00000120
ESP: 00000fdc EBP: 000007f4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000e4a EFLAGS: 00003006
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0P1c
f000:00008008
f000:00008008
f000:00008008
f000:00008008 E9 41 61 jmp 0000e14c
Registers:
EAX: ffff0024 EBX: 00080120 ECX: 00000000 EDX: 00000120
ESP: 000007e0 EBP: 000007f4 ESI: 001200b6 EDI: 0011b280
CS: f000 DS: 0f61 ES: 0000 FS: 037d GS: 02bc SS: 1aed TR: 0028 LDTR: 0000
EIP: 00008008 EFLAGS: 00037046
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfaVR0N11oditsZ0a0P1c

This code clearly loads an incorrect vector into EBX (#UD instead of 1Ah):

0048:00000dfe 66 0F B7 5E FE movzx ebx,word ss:[bp-02]
Registers:
EAX: ffff0024 EBX: 000007e4 ECX: 00000000 EDX: 00000120
ESP: 00000fce EBP: 00000fd8 ESI: 0001aed0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000dfe EFLAGS: 00003002
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0p1c
0048:00000e03 81 FB 00 01 cmp bx,0100
Registers:
EAX: ffff0024 EBX: 00000006 ECX: 00000000 EDX: 00000120
ESP: 00000fce EBP: 00000fd8 ESI: 0001aed0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000e03 EFLAGS: 00003002
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0p1c

From SS:[FD6]

Looking further up, I clearly see it being written:

0048:00000bcc 26 FF 36 12 00 push word es:[0012]
Registers:
EAX: ffff0024 EBX: 00080120 ECX: 00000000 EDX: 00000120
ESP: 00000fd8 EBP: 00000fd8 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 00d8 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000bcc EFLAGS: 00003002
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0p1c
0048:00000bd1 E9 BC 02 jmp 00000e90

It's loaded that vector here:

0048:00000bb8 26 C7 06 12 00 06 00 mov word es:[0012],0006
Registers:
EAX: ffff0024 EBX: 00080076 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 00120102 EDI: 0011b280
CS: 0048 DS: 00d8 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000bb8 EFLAGS: 00003012
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0p1c
^ 26 C7 06 12 00 06 00 mov word es:[0012],0006
0048:00000bbf
0048:00000bbf 66 5E pop esi

And that's all caused by the following handling:

0048:000005cd BB D8 00 mov bx,00d8
Registers:
EAX: ffff0024 EBX: 00080050 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0008 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 000005cd EFLAGS: 00003016
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0P1c
0048:000005d0 8E DB mov ds,bx
Registers:
EAX: ffff0024 EBX: 000800d8 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0008 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 000005d0 EFLAGS: 00003016
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0P1c
0048:000005d2 8B 76 08 mov si,word ss:[bp+08]
Registers:
EAX: ffff0024 EBX: 000800d8 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 00d8 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 000005d2 EFLAGS: 00003016
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0P1c
0048:000005d5
0048:000005d5 8A 1C mov bl,byte ds:[si]
Registers:
EAX: ffff0024 EBX: 000800d8 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 00120102 EDI: 0011b280
CS: 0048 DS: 00d8 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 000005d5 EFLAGS: 00003016
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0P1c
0048:000005d7 B7 00 mov bh,00
Registers:
EAX: ffff0024 EBX: 0008003b ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 00120102 EDI: 0011b280
CS: 0048 DS: 00d8 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 000005d7 EFLAGS: 00003016
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0P1c
0048:000005d9
0048:000005d9 D1 E3 shl bx,1
Registers:
EAX: ffff0024 EBX: 0008003b ECX: 00000000 EDX: 00000120
Show last 31 lines
ESP: 00000fcc EBP: 00000fd4 ESI: 00120102 EDI: 0011b280
CS: 0048 DS: 00d8 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 000005d9 EFLAGS: 00003016
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0P1c
^ D1 E3 shl bx,1
0048:000005db 2E FF A7 90 03 jmp word cs:[bx+0390]
Registers:
EAX: ffff0024 EBX: 00080076 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 00120102 EDI: 0011b280
CS: 0048 DS: 00d8 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 000005db EFLAGS: 00003012
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0p1c
0048:000005e0 E9 D5 05 jmp 00000bb8
Registers:
EAX: ffff0024 EBX: 00080076 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 00120102 EDI: 0011b280
CS: 0048 DS: 00d8 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 000005e0 EFLAGS: 00003012
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0p1c

Edit: Another log with said interrupt reflection:

Details
0f61:00000100 CD 1A int 1a
Registers:
EAX: ffff0024 EBX: 00080120 ECX: 00000000 EDX: 00000120
ESP: 000007e6 EBP: 000007f4 ESI: 001200b6 EDI: 0011b280
CS: 0f61 DS: 0f61 ES: 0000 FS: 037d GS: 02bc SS: 1aed TR: 0028 LDTR: 0000
EIP: 00000100 EFLAGS: 00027246
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
FLAGSINFO: 0000000000ipfaVr0N11odItsZ0a0P1c
BIU T1 I○○RealRAM(p):00138658=66(f); RAM(p):00138658=66(f); Physical(p):00138658=66(f); Paged(p):00138658=66(f); Normal(p):00000258=66(f); RealRAM(p):00138659=55(U); RAM(p):00138659=55(U); Physical(p):00138659=55(U); Paged(p):00138659=55(U); Normal(p):00000259=55(U); RealRAM(p):0013865a=66(f); RAM(p):0013865a=66(f); Physical(p):0013865a=66(f); Paged(p):0013865a=66(f); Normal(p):0000025a=66(f); RealRAM(p):0013865b=0f(☼); RAM(p):0013865b=0f(☼); Physical(p):0013865b=0f(☼); Paged(p):0013865b=0f(☼); Normal(p):0000025b=0f(☼); RealRAM(p):0013865c=b7(╖); RAM(p):0013865c=b7(╖); Physical(p):0013865c=b7(╖); Paged(p):0013865c=b7(╖); Normal(p):0000025c=b7(╖); RealRAM(p):0013865d=ec(∞); RAM(p):0013865d=ec(∞); Physical(p):0013865d=ec(∞); Paged(p):0013865d=ec(∞); Normal(p):0000025d=ec(∞); RealRAM(p):0013865e=6a(j); RAM(p):0013865e=6a(j); Physical(p):0013865e=6a(j); Paged(p):0013865e=6a(j); Normal(p):0000025e=6a(j); RealRAM(p):0013865f=0d( ); RAM(p):0013865f=0d( ); Physical(p):0013865f=0d( ); Paged(p):0013865f=0d( ); Normal(p):0000025f=0d( ); RealRAM(p):00138660=e9(Θ); RAM(p):00138660=e9(Θ); Physical(p):00138660=e9(Θ); Paged(p):00138660=e9(Θ); Normal(p):00000260=e9(Θ); RealRAM(p):00138661=ae(«); RAM(p):00138661=ae(«); Physical(p):00138661=ae(«); Paged(p):00138661=ae(«); Normal(p):00000261=ae(«); RealRAM(p):00138662=00( ); RAM(p):00138662=00( ); Physical(p):00138662=00( ); Paged(p):00138662=00( ); Normal(p):00000262=00( ); RealRAM(p):00138663=83(â); RAM(p):00138663=83(â); Physical(p):00138663=83(â); Paged(p):00138663=83(â); Normal(p):00000263=83(â); RealRAM(p):00138664=c4(─); RAM(p):00138664=c4(─); Physical(p):00138664=c4(─); Paged(p):00138664=c4(─); Normal(p):00000264=c4(─); RealRAM(p):00138665=02(☻); RAM(p):00138665=02(☻); Physical(p):00138665=02(☻); Paged(p):00138665=02(☻); Normal(p):00000265=02(☻); RealRAM(p):00138666=f7(≈); RAM(p):00138666=f7(≈); Physical(p):00138666=f7(≈); Paged(p):00138666=f7(≈); Normal(p):00000266=f7(≈)
BIU T1 -○0048:00000258 66 55 push ebp○Paged(w):00142ed4=f4(⌠); Physical(w):00142ed4=f4(⌠); RAM(w):00142ed4=f4(⌠); RealRAM(w):00142ed4=f4(⌠); Paged(w):00142ed5=07(•); Physical(w):00142ed5=07(•); RAM(w):00142ed5=07(•); RealRAM(w):00142ed5=07(•); Paged(w):00142ed6=00( ); Physical(w):00142ed6=00( ); RAM(w):00142ed6=00( ); RealRAM(w):00142ed6=00( ); Paged(w):00142ed7=00( ); Physical(w):00142ed7=00( ); RAM(w):00142ed7=00( ); RealRAM(w):00142ed7=00( )
Registers:
EAX: ffff0024 EBX: 00080120 ECX: 00000000 EDX: 00000120
ESP: 00000fd8 EBP: 000007f4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0000 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000258 EFLAGS: 00003046
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00001300F610FFFF
ES descriptor: 000013000000FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0f61:00000100
FLAGSINFO: 0000000000ipfavr0n11oditsZ0a0P1c
BIU T1 I○○RealRAM(p):00138667=46(F); RAM(p):00138667=46(F); Physical(p):00138667=46(F); Paged(p):00138667=46(F); Normal(p):00000267=46(F); RealRAM(p):00138668=12(↕); RAM(p):00138668=12(↕); Physical(p):00138668=12(↕); Paged(p):00138668=12(↕); Normal(p):00000268=12(↕)
BIU T1 -○0048:0000025a 66 0F B7 EC movzx ebp,sp
Registers:
EAX: ffff0024 EBX: 00080120 ECX: 00000000 EDX: 00000120
ESP: 00000fd4 EBP: 000007f4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0000 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 0000025a EFLAGS: 00003046
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00001300F610FFFF
ES descriptor: 000013000000FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000258
FLAGSINFO: 0000000000ipfavr0n11oditsZ0a0P1c
BIU T1 I○○RealRAM(p):00138669=02(☻); RAM(p):00138669=02(☻); Physical(p):00138669=02(☻); Paged(p):00138669=02(☻); Normal(p):00000269=02(☻); RealRAM(p):0013866a=00( ); RAM(p):0013866a=00( ); Physical(p):0013866a=00( ); Paged(p):0013866a=00( ); Normal(p):0000026a=00( ); RealRAM(p):0013866b=0f(☼); RAM(p):0013866b=0f(☼); Physical(p):0013866b=0f(☼); Paged(p):0013866b=0f(☼); Normal(p):0000026b=0f(☼); RealRAM(p):0013866c=85(à); RAM(p):0013866c=85(à); Physical(p):0013866c=85(à); Paged(p):0013866c=85(à); Normal(p):0000026c=85(à)
BIU T1 -○0048:0000025e 6A 0D push 0d○Paged(w):00142ed2=0d( ); Physical(w):00142ed2=0d( ); RAM(w):00142ed2=0d( ); RealRAM(w):00142ed2=0d( ); Paged(w):00142ed3=00( ); Physical(w):00142ed3=00( ); RAM(w):00142ed3=00( ); RealRAM(w):00142ed3=00( )
Registers:
EAX: ffff0024 EBX: 00080120 ECX: 00000000 EDX: 00000120
ESP: 00000fd4 EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0000 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 0000025e EFLAGS: 00003046
Show last 2480 lines
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00001300F610FFFF
ES descriptor: 000013000000FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:0000025a
FLAGSINFO: 0000000000ipfavr0n11oditsZ0a0P1c
BIU T1 I○○RealRAM(p):0013866d=21(!); RAM(p):0013866d=21(!); Physical(p):0013866d=21(!); Paged(p):0013866d=21(!); Normal(p):0000026d=21(!); RealRAM(p):0013866e=03(♥); RAM(p):0013866e=03(♥); Physical(p):0013866e=03(♥); Paged(p):0013866e=03(♥); Normal(p):0000026e=03(♥)
BIU T1 E○0048:00000260 E9 AE 00 jmp 00000311
Registers:
EAX: ffff0024 EBX: 00080120 ECX: 00000000 EDX: 00000120
ESP: 00000fd2 EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0000 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000260 EFLAGS: 00003046
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00001300F610FFFF
ES descriptor: 000013000000FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:0000025e
FLAGSINFO: 0000000000ipfavr0n11oditsZ0a0P1c
BIU T1 I○○RealRAM(p):00138711=66(f); RAM(p):00138711=66(f); Physical(p):00138711=66(f); Paged(p):00138711=66(f); Normal(p):00000311=66(f); RealRAM(p):00138712=53(S); RAM(p):00138712=53(S); Physical(p):00138712=53(S); Paged(p):00138712=53(S); Normal(p):00000312=53(S); RealRAM(p):00138713=66(f); RAM(p):00138713=66(f); Physical(p):00138713=66(f); Paged(p):00138713=66(f); Normal(p):00000313=66(f); RealRAM(p):00138714=56(V); RAM(p):00138714=56(V); Physical(p):00138714=56(V); Paged(p):00138714=56(V); Normal(p):00000314=56(V); RealRAM(p):00138715=bb(╗); RAM(p):00138715=bb(╗); Physical(p):00138715=bb(╗); Paged(p):00138715=bb(╗); Normal(p):00000315=bb(╗); RealRAM(p):00138716=80(Ç); RAM(p):00138716=80(Ç); Physical(p):00138716=80(Ç); Paged(p):00138716=80(Ç); Normal(p):00000316=80(Ç); RealRAM(p):00138717=00( ); RAM(p):00138717=00( ); Physical(p):00138717=00( ); Paged(p):00138717=00( ); Normal(p):00000317=00( ); RealRAM(p):00138718=1e(▲); RAM(p):00138718=1e(▲); Physical(p):00138718=1e(▲); Paged(p):00138718=1e(▲); Normal(p):00000318=1e(▲); RealRAM(p):00138719=be(╛); RAM(p):00138719=be(╛); Physical(p):00138719=be(╛); Paged(p):00138719=be(╛); Normal(p):00000319=be(╛); RealRAM(p):0013871a=bc(╝); RAM(p):0013871a=bc(╝); Physical(p):0013871a=bc(╝); Paged(p):0013871a=bc(╝); Normal(p):0000031a=bc(╝); RealRAM(p):0013871b=02(☻); RAM(p):0013871b=02(☻); Physical(p):0013871b=02(☻); Paged(p):0013871b=02(☻); Normal(p):0000031b=02(☻); RealRAM(p):0013871c=50(P); RAM(p):0013871c=50(P); Physical(p):0013871c=50(P); Paged(p):0013871c=50(P); Normal(p):0000031c=50(P); RealRAM(p):0013871d=8e(Ä); RAM(p):0013871d=8e(Ä); Physical(p):0013871d=8e(Ä); Paged(p):0013871d=8e(Ä); Normal(p):0000031d=8e(Ä); RealRAM(p):0013871e=db(█); RAM(p):0013871e=db(█); Physical(p):0013871e=db(█); Paged(p):0013871e=db(█); Normal(p):0000031e=db(█); RealRAM(p):0013871f=66(f); RAM(p):0013871f=66(f); Physical(p):0013871f=66(f); Paged(p):0013871f=66(f); Normal(p):0000031f=66(f)
BIU T1 -○0048:00000311 66 53 push ebx○Paged(w):00142ece=20( ); Physical(w):00142ece=20( ); RAM(w):00142ece=20( ); RealRAM(w):00142ece=20( ); Paged(w):00142ecf=01(☺); Physical(w):00142ecf=01(☺); RAM(w):00142ecf=01(☺); RealRAM(w):00142ecf=01(☺); Paged(w):00142ed0=08(◘); Physical(w):00142ed0=08(◘); RAM(w):00142ed0=08(◘); RealRAM(w):00142ed0=08(◘); Paged(w):00142ed1=00( ); Physical(w):00142ed1=00( ); RAM(w):00142ed1=00( ); RealRAM(w):00142ed1=00( )
Registers:
EAX: ffff0024 EBX: 00080120 ECX: 00000000 EDX: 00000120
ESP: 00000fd2 EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0000 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000311 EFLAGS: 00003046
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00001300F610FFFF
ES descriptor: 000013000000FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000260
FLAGSINFO: 0000000000ipfavr0n11oditsZ0a0P1c
BIU T1 I○○RealRAM(p):00138720=0f(☼); RAM(p):00138720=0f(☼); Physical(p):00138720=0f(☼); Paged(p):00138720=0f(☼); Normal(p):00000320=0f(☼); RealRAM(p):00138721=b7(╖); RAM(p):00138721=b7(╖); Physical(p):00138721=b7(╖); Paged(p):00138721=b7(╖); Normal(p):00000321=b7(╖)
BIU T1 -○0048:00000313 66 56 push esi○Paged(w):00142eca=b6(╢); Physical(w):00142eca=b6(╢); RAM(w):00142eca=b6(╢); RealRAM(w):00142eca=b6(╢); Paged(w):00142ecb=00( ); Physical(w):00142ecb=00( ); RAM(w):00142ecb=00( ); RealRAM(w):00142ecb=00( ); Paged(w):00142ecc=12(↕); Physical(w):00142ecc=12(↕); RAM(w):00142ecc=12(↕); RealRAM(w):00142ecc=12(↕); Paged(w):00142ecd=00( ); Physical(w):00142ecd=00( ); RAM(w):00142ecd=00( ); RealRAM(w):00142ecd=00( )
Registers:
EAX: ffff0024 EBX: 00080120 ECX: 00000000 EDX: 00000120
ESP: 00000fce EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0000 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000313 EFLAGS: 00003046
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00001300F610FFFF
ES descriptor: 000013000000FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000311
FLAGSINFO: 0000000000ipfavr0n11oditsZ0a0P1c
BIU T1 I○○RealRAM(p):00138722=f6(÷); RAM(p):00138722=f6(÷); Physical(p):00138722=f6(÷); Paged(p):00138722=f6(÷); Normal(p):00000322=f6(÷); RealRAM(p):00138723=66(f); RAM(p):00138723=66(f); Physical(p):00138723=66(f); Paged(p):00138723=66(f); Normal(p):00000323=66(f)
BIU T1 -○0048:00000315 BB 80 00 mov bx,0080
Registers:
EAX: ffff0024 EBX: 00080120 ECX: 00000000 EDX: 00000120
ESP: 00000fca EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0000 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000315 EFLAGS: 00003046
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00001300F610FFFF
ES descriptor: 000013000000FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000313
FLAGSINFO: 0000000000ipfavr0n11oditsZ0a0P1c
BIU T1 I○○RealRAM(p):00138724=c1(┴); RAM(p):00138724=c1(┴); Physical(p):00138724=c1(┴); Paged(p):00138724=c1(┴); Normal(p):00000324=c1(┴); RealRAM(p):00138725=e6(µ); RAM(p):00138725=e6(µ); Physical(p):00138725=e6(µ); Paged(p):00138725=e6(µ); Normal(p):00000325=e6(µ); RealRAM(p):00138726=04(♦); RAM(p):00138726=04(♦); Physical(p):00138726=04(♦); Paged(p):00138726=04(♦); Normal(p):00000326=04(♦)
BIU T1 -○0048:00000318
BIU T1 -○0048:00000318 1E push ds○Paged(w):00142ec8=00( ); Physical(w):00142ec8=00( ); RAM(w):00142ec8=00( ); RealRAM(w):00142ec8=00( ); Paged(w):00142ec9=00( ); Physical(w):00142ec9=00( ); RAM(w):00142ec9=00( ); RealRAM(w):00142ec9=00( )
Registers:
EAX: ffff0024 EBX: 00080080 ECX: 00000000 EDX: 00000120
ESP: 00000fca EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0000 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000318 EFLAGS: 00003046
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00001300F610FFFF
ES descriptor: 000013000000FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000315
FLAGSINFO: 0000000000ipfavr0n11oditsZ0a0P1c
BIU T1 I○○RealRAM(p):00138727=67(g); RAM(p):00138727=67(g); Physical(p):00138727=67(g); Paged(p):00138727=67(g); Normal(p):00000327=67(g)
BIU T1 -○0048:00000319 BE BC 02 mov si,02bc
Registers:
EAX: ffff0024 EBX: 00080080 ECX: 00000000 EDX: 00000120
ESP: 00000fc8 EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0000 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000319 EFLAGS: 00003046
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00001300F610FFFF
ES descriptor: 000013000000FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000318
FLAGSINFO: 0000000000ipfavr0n11oditsZ0a0P1c
BIU T1 I○○RealRAM(p):00138728=66(f); RAM(p):00138728=66(f); Physical(p):00138728=66(f); Paged(p):00138728=66(f); Normal(p):00000328=66(f); RealRAM(p):00138729=8b(ï); RAM(p):00138729=8b(ï); Physical(p):00138729=8b(ï); Paged(p):00138729=8b(ï); Normal(p):00000329=8b(ï); RealRAM(p):0013872a=9e(₧); RAM(p):0013872a=9e(₧); Physical(p):0013872a=9e(₧); Paged(p):0013872a=9e(₧); Normal(p):0000032a=9e(₧)
BIU T1 -○0048:0000031c
BIU T1 -○0048:0000031c 50 push ax○Paged(w):00142ec6=24($); Physical(w):00142ec6=24($); RAM(w):00142ec6=24($); RealRAM(w):00142ec6=24($); Paged(w):00142ec7=00( ); Physical(w):00142ec7=00( ); RAM(w):00142ec7=00( ); RealRAM(w):00142ec7=00( )
Registers:
EAX: ffff0024 EBX: 00080080 ECX: 00000000 EDX: 00000120
ESP: 00000fc8 EBP: 00000fd4 ESI: 001202bc EDI: 0011b280
CS: 0048 DS: 0000 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 0000031c EFLAGS: 00003046
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00001300F610FFFF
ES descriptor: 000013000000FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000319
FLAGSINFO: 0000000000ipfavr0n11oditsZ0a0P1c
BIU T1 I○○RealRAM(p):0013872b=48(H); RAM(p):0013872b=48(H); Physical(p):0013872b=48(H); Paged(p):0013872b=48(H); Normal(p):0000032b=48(H)
MMU: Reading from real(r): 00143800=ff ( )
Reading from RAM(r): 00143800=ff ( )
Reading from physical memory(r): 00143800=ff ( )
Reading from paged memory(r): 00143800=ff ( )
MMU: Reading from real(r): 00143801=ff ( )
Reading from RAM(r): 00143801=ff ( )
Reading from physical memory(r): 00143801=ff ( )
Reading from paged memory(r): 00143801=ff ( )
MMU: Reading from real(r): 00143802=00 ( )
Reading from RAM(r): 00143802=00 ( )
Reading from physical memory(r): 00143802=00 ( )
Reading from paged memory(r): 00143802=00 ( )
MMU: Reading from real(r): 00143803=00 ( )
Reading from RAM(r): 00143803=00 ( )
Reading from physical memory(r): 00143803=00 ( )
Reading from paged memory(r): 00143803=00 ( )
MMU: Reading from real(r): 00143804=00 ( )
Reading from RAM(r): 00143804=00 ( )
Reading from physical memory(r): 00143804=00 ( )
Reading from paged memory(r): 00143804=00 ( )
MMU: Reading from real(r): 00143805=93 (ô)
Reading from RAM(r): 00143805=93 (ô)
Reading from physical memory(r): 00143805=93 (ô)
Reading from paged memory(r): 00143805=93 (ô)
MMU: Reading from real(r): 00143806=cf (╧)
Reading from RAM(r): 00143806=cf (╧)
Reading from physical memory(r): 00143806=cf (╧)
Reading from paged memory(r): 00143806=cf (╧)
MMU: Reading from real(r): 00143807=00 ( )
Reading from RAM(r): 00143807=00 ( )
Reading from physical memory(r): 00143807=00 ( )
Reading from paged memory(r): 00143807=00 ( )
BIU T1 -○0048:0000031d 8E DB mov ds,bx
Registers:
EAX: ffff0024 EBX: 00080080 ECX: 00000000 EDX: 00000120
ESP: 00000fc6 EBP: 00000fd4 ESI: 001202bc EDI: 0011b280
CS: 0048 DS: 0000 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 0000031d EFLAGS: 00003046
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00001300F610FFFF
ES descriptor: 000013000000FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:0000031c
FLAGSINFO: 0000000000ipfavr0n11oditsZ0a0P1c
BIU T1 I○○RealRAM(p):0013872c=09(○); RAM(p):0013872c=09(○); Physical(p):0013872c=09(○); Paged(p):0013872c=09(○); Normal(p):0000032c=09(○); RealRAM(p):0013872d=00( ); RAM(p):0013872d=00( ); Physical(p):0013872d=00( ); Paged(p):0013872d=00( ); Normal(p):0000032d=00( )
BIU T1 -○0048:0000031f 66 0F B7 F6 movzx esi,si
Registers:
EAX: ffff0024 EBX: 00080080 ECX: 00000000 EDX: 00000120
ESP: 00000fc6 EBP: 00000fd4 ESI: 001202bc EDI: 0011b280
CS: 0048 DS: 0080 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 0000031f EFLAGS: 00003046
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF93000000FFFF
ES descriptor: 000013000000FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:0000031d
FLAGSINFO: 0000000000ipfavr0n11oditsZ0a0P1c
BIU T1 I○○RealRAM(p):0013872e=00( ); RAM(p):0013872e=00( ); Physical(p):0013872e=00( ); Paged(p):0013872e=00( ); Normal(p):0000032e=00( ); RealRAM(p):0013872f=67(g); RAM(p):0013872f=67(g); Physical(p):0013872f=67(g); Paged(p):0013872f=67(g); Normal(p):0000032f=67(g); RealRAM(p):00138730=66(f); RAM(p):00138730=66(f); Physical(p):00138730=66(f); Paged(p):00138730=66(f); Normal(p):00000330=66(f); RealRAM(p):00138731=8b(ï); RAM(p):00138731=8b(ï); Physical(p):00138731=8b(ï); Paged(p):00138731=8b(ï); Normal(p):00000331=8b(ï)
BIU T1 -○0048:00000323
Registers:
EAX: ffff0024 EBX: 00080080 ECX: 00000000 EDX: 00000120
ESP: 00000fc6 EBP: 00000fd4 ESI: 000002bc EDI: 0011b280
CS: 0048 DS: 0080 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000323 EFLAGS: 00003046
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF93000000FFFF
ES descriptor: 000013000000FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:0000031f
FLAGSINFO: 0000000000ipfavr0n11oditsZ0a0P1c
BIU T1 I○^ 66 C1 E6 04 shl esi,04○RealRAM(p):00138732=9b(¢); RAM(p):00138732=9b(¢); Physical(p):00138732=9b(¢); Paged(p):00138732=9b(¢); Normal(p):00000332=9b(¢); RealRAM(p):00138733=d8(╪); RAM(p):00138733=d8(╪); Physical(p):00138733=d8(╪); Paged(p):00138733=d8(╪); Normal(p):00000333=d8(╪); RealRAM(p):00138734=06(♠); RAM(p):00138734=06(♠); Physical(p):00138734=06(♠); Paged(p):00138734=06(♠); Normal(p):00000334=06(♠); RealRAM(p):00138735=00( ); RAM(p):00138735=00( ); Physical(p):00138735=00( ); Paged(p):00138735=00( ); Normal(p):00000335=00( )
BIU T1 -○0048:00000327 67 66 8B 9E 48 09 00 00 mov ebx,dword ds:[esi+00000948]○RealRAM(r):00003508=00( ); RAM(r):00003508=00( ); Physical(r):00003508=00( ); Paged(r):00003508=00( ); RealRAM(r):00003509=e8(Φ); RAM(r):00003509=e8(Φ); Physical(r):00003509=e8(Φ); Paged(r):00003509=e8(Φ); RealRAM(r):0000350a=13(‼); RAM(r):0000350a=13(‼); Physical(r):0000350a=13(‼); Paged(r):0000350a=13(‼); RealRAM(r):0000350b=00( ); RAM(r):0000350b=00( ); Physical(r):0000350b=00( ); Paged(r):0000350b=00( )
Registers:
EAX: ffff0024 EBX: 00080080 ECX: 00000000 EDX: 00000120
ESP: 00000fc6 EBP: 00000fd4 ESI: 00002bc0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000327 EFLAGS: 00003016
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF93000000FFFF
ES descriptor: 000013000000FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000323
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0P1c
BIU T1 I○○RealRAM(p):00138736=00( ); RAM(p):00138736=00( ); Physical(p):00138736=00( ); Paged(p):00138736=00( ); Normal(p):00000336=00( ); RealRAM(p):00138737=83(â); RAM(p):00138737=83(â); Physical(p):00138737=83(â); Paged(p):00138737=83(â); Normal(p):00000337=83(â); RealRAM(p):00138738=eb(δ); RAM(p):00138738=eb(δ); Physical(p):00138738=eb(δ); Paged(p):00138738=eb(δ); Normal(p):00000338=eb(δ); RealRAM(p):00138739=2c(,); RAM(p):00138739=2c(,); Physical(p):00138739=2c(,); Paged(p):00138739=2c(,); Normal(p):00000339=2c(,); RealRAM(p):0013873a=3b(;); RAM(p):0013873a=3b(;); Physical(p):0013873a=3b(;); Paged(p):0013873a=3b(;); Normal(p):0000033a=3b(;); RealRAM(p):0013873b=eb(δ); RAM(p):0013873b=eb(δ); Physical(p):0013873b=eb(δ); Paged(p):0013873b=eb(δ); Normal(p):0000033b=eb(δ); RealRAM(p):0013873c=74(t); RAM(p):0013873c=74(t); Physical(p):0013873c=74(t); Paged(p):0013873c=74(t); Normal(p):0000033c=74(t); RealRAM(p):0013873d=04(♦); RAM(p):0013873d=04(♦); Physical(p):0013873d=04(♦); Paged(p):0013873d=04(♦); Normal(p):0000033d=04(♦)
BIU T1 -○0048:0000032f 67 66 8B 9B D8 06 00 00 mov ebx,dword ds:[ebx+000006d8]○RealRAM(r):0013eed8=00( ); RAM(r):0013eed8=00( ); Physical(r):0013eed8=00( ); Paged(r):0013eed8=00( ); RealRAM(r):0013eed9=10(►); RAM(r):0013eed9=10(►); Physical(r):0013eed9=10(►); Paged(r):0013eed9=10(►); RealRAM(r):0013eeda=00( ); RAM(r):0013eeda=00( ); Physical(r):0013eeda=00( ); Paged(r):0013eeda=00( ); RealRAM(r):0013eedb=00( ); RAM(r):0013eedb=00( ); Physical(r):0013eedb=00( ); Paged(r):0013eedb=00( )
Registers:
EAX: ffff0024 EBX: 0013e800 ECX: 00000000 EDX: 00000120
ESP: 00000fc6 EBP: 00000fd4 ESI: 00002bc0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 0000032f EFLAGS: 00003016
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF93000000FFFF
ES descriptor: 000013000000FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000327
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0P1c
BIU T1 I○○RealRAM(p):0013873e=58(X); RAM(p):0013873e=58(X); Physical(p):0013873e=58(X); Paged(p):0013873e=58(X); Normal(p):0000033e=58(X); RealRAM(p):0013873f=e9(Θ); RAM(p):0013873f=e9(Θ); Physical(p):0013873f=e9(Θ); Paged(p):0013873f=e9(Θ); Normal(p):0000033f=e9(Θ); RealRAM(p):00138740=78(x); RAM(p):00138740=78(x); Physical(p):00138740=78(x); Paged(p):00138740=78(x); Normal(p):00000340=78(x); RealRAM(p):00138741=09(○); RAM(p):00138741=09(○); Physical(p):00138741=09(○); Paged(p):00138741=09(○); Normal(p):00000341=09(○); RealRAM(p):00138742=66(f); RAM(p):00138742=66(f); Physical(p):00138742=66(f); Paged(p):00138742=66(f); Normal(p):00000342=66(f); RealRAM(p):00138743=0f(☼); RAM(p):00138743=0f(☼); Physical(p):00138743=0f(☼); Paged(p):00138743=0f(☼); Normal(p):00000343=0f(☼); RealRAM(p):00138744=b7(╖); RAM(p):00138744=b7(╖); Physical(p):00138744=b7(╖); Paged(p):00138744=b7(╖); Normal(p):00000344=b7(╖); RealRAM(p):00138745=5e(^); RAM(p):00138745=5e(^); Physical(p):00138745=5e(^); Paged(p):00138745=5e(^); Normal(p):00000345=5e(^)
BIU T1 -○0048:00000337 83 EB 2C sub bx,002c
Registers:
EAX: ffff0024 EBX: 00001000 ECX: 00000000 EDX: 00000120
ESP: 00000fc6 EBP: 00000fd4 ESI: 00002bc0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000337 EFLAGS: 00003016
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF93000000FFFF
ES descriptor: 000013000000FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:0000032f
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0P1c
BIU T1 I○○RealRAM(p):00138746=fe(■); RAM(p):00138746=fe(■); Physical(p):00138746=fe(■); Paged(p):00138746=fe(■); Normal(p):00000346=fe(■); RealRAM(p):00138747=83(â); RAM(p):00138747=83(â); Physical(p):00138747=83(â); Paged(p):00138747=83(â); Normal(p):00000347=83(â); RealRAM(p):00138748=eb(δ); RAM(p):00138748=eb(δ); Physical(p):00138748=eb(δ); Paged(p):00138748=eb(δ); Normal(p):00000348=eb(δ)
BIU T1 -○0048:0000033a
Registers:
EAX: ffff0024 EBX: 00000fd4 ECX: 00000000 EDX: 00000120
ESP: 00000fc6 EBP: 00000fd4 ESI: 00002bc0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 0000033a EFLAGS: 00003016
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF93000000FFFF
ES descriptor: 000013000000FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000337
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0P1c
BIU T1 I○^ 3B EB cmp bp,bx○RealRAM(p):00138749=08(◘); RAM(p):00138749=08(◘); Physical(p):00138749=08(◘); Paged(p):00138749=08(◘); Normal(p):00000349=08(◘); RealRAM(p):0013874a=2e(.); RAM(p):0013874a=2e(.); Physical(p):0013874a=2e(.); Paged(p):0013874a=2e(.); Normal(p):0000034a=2e(.)
BIU T1 E○0048:0000033c 74 04 jz 00000342
Registers:
EAX: ffff0024 EBX: 00000fd4 ECX: 00000000 EDX: 00000120
ESP: 00000fc6 EBP: 00000fd4 ESI: 00002bc0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 0000033c EFLAGS: 00003046
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF93000000FFFF
ES descriptor: 000013000000FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:0000033a
FLAGSINFO: 0000000000ipfavr0n11oditsZ0a0P1c
BIU T1 I○○RealRAM(p):00138742=66(f); RAM(p):00138742=66(f); Physical(p):00138742=66(f); Paged(p):00138742=66(f); Normal(p):00000342=66(f); RealRAM(p):00138743=0f(☼); RAM(p):00138743=0f(☼); Physical(p):00138743=0f(☼); Paged(p):00138743=0f(☼); Normal(p):00000343=0f(☼); RealRAM(p):00138744=b7(╖); RAM(p):00138744=b7(╖); Physical(p):00138744=b7(╖); Paged(p):00138744=b7(╖); Normal(p):00000344=b7(╖); RealRAM(p):00138745=5e(^); RAM(p):00138745=5e(^); Physical(p):00138745=5e(^); Paged(p):00138745=5e(^); Normal(p):00000345=5e(^); RealRAM(p):00138746=fe(■); RAM(p):00138746=fe(■); Physical(p):00138746=fe(■); Paged(p):00138746=fe(■); Normal(p):00000346=fe(■); RealRAM(p):00138747=83(â); RAM(p):00138747=83(â); Physical(p):00138747=83(â); Paged(p):00138747=83(â); Normal(p):00000347=83(â); RealRAM(p):00138748=eb(δ); RAM(p):00138748=eb(δ); Physical(p):00138748=eb(δ); Paged(p):00138748=eb(δ); Normal(p):00000348=eb(δ); RealRAM(p):00138749=08(◘); RAM(p):00138749=08(◘); Physical(p):00138749=08(◘); Paged(p):00138749=08(◘); Normal(p):00000349=08(◘); RealRAM(p):0013874a=2e(.); RAM(p):0013874a=2e(.); Physical(p):0013874a=2e(.); Paged(p):0013874a=2e(.); Normal(p):0000034a=2e(.); RealRAM(p):0013874b=67(g); RAM(p):0013874b=67(g); Physical(p):0013874b=67(g); Paged(p):0013874b=67(g); Normal(p):0000034b=67(g); RealRAM(p):0013874c=8b(ï); RAM(p):0013874c=8b(ï); Physical(p):0013874c=8b(ï); Paged(p):0013874c=8b(ï); Normal(p):0000034c=8b(ï); RealRAM(p):0013874d=1c(∟); RAM(p):0013874d=1c(∟); Physical(p):0013874d=1c(∟); Paged(p):0013874d=1c(∟); Normal(p):0000034d=1c(∟); RealRAM(p):0013874e=5d(]); RAM(p):0013874e=5d(]); Physical(p):0013874e=5d(]); Paged(p):0013874e=5d(]); Normal(p):0000034e=5d(]); RealRAM(p):0013874f=5d(]); RAM(p):0013874f=5d(]); Physical(p):0013874f=5d(]); Paged(p):0013874f=5d(]); Normal(p):0000034f=5d(]); RealRAM(p):00138750=03(♥); RAM(p):00138750=03(♥); Physical(p):00138750=03(♥); Paged(p):00138750=03(♥); Normal(p):00000350=03(♥)
BIU T1 -○0048:00000342 66 0F B7 5E FE movzx ebx,word ss:[bp-02]○RealRAM(r):00142ed2=0d( ); RAM(r):00142ed2=0d( ); Physical(r):00142ed2=0d( ); Paged(r):00142ed2=0d( ); RealRAM(r):00142ed3=00( ); RAM(r):00142ed3=00( ); Physical(r):00142ed3=00( ); Paged(r):00142ed3=00( )
Registers:
EAX: ffff0024 EBX: 00000fd4 ECX: 00000000 EDX: 00000120
ESP: 00000fc6 EBP: 00000fd4 ESI: 00002bc0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000342 EFLAGS: 00003046
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF93000000FFFF
ES descriptor: 000013000000FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:0000033c
FLAGSINFO: 0000000000ipfavr0n11oditsZ0a0P1c
BIU T1 I○○RealRAM(p):00138751=00( ); RAM(p):00138751=00( ); Physical(p):00138751=00( ); Paged(p):00138751=00( ); Normal(p):00000351=00( ); RealRAM(p):00138752=00( ); RAM(p):00138752=00( ); Physical(p):00138752=00( ); Paged(p):00138752=00( ); Normal(p):00000352=00( ); RealRAM(p):00138753=89(ë); RAM(p):00138753=89(ë); Physical(p):00138753=89(ë); Paged(p):00138753=89(ë); Normal(p):00000353=89(ë); RealRAM(p):00138754=5e(^); RAM(p):00138754=5e(^); Physical(p):00138754=5e(^); Paged(p):00138754=5e(^); Normal(p):00000354=5e(^); RealRAM(p):00138755=fe(■); RAM(p):00138755=fe(■); Physical(p):00138755=fe(■); Paged(p):00138755=fe(■); Normal(p):00000355=fe(■)
BIU T1 -○0048:00000347 83 EB 08 sub bx,0008
Registers:
EAX: ffff0024 EBX: 0000000d ECX: 00000000 EDX: 00000120
ESP: 00000fc6 EBP: 00000fd4 ESI: 00002bc0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000347 EFLAGS: 00003046
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF93000000FFFF
ES descriptor: 000013000000FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000342
FLAGSINFO: 0000000000ipfavr0n11oditsZ0a0P1c
BIU T1 I○○RealRAM(p):00138756=58(X); RAM(p):00138756=58(X); Physical(p):00138756=58(X); Paged(p):00138756=58(X); Normal(p):00000356=58(X); RealRAM(p):00138757=1f(▼); RAM(p):00138757=1f(▼); Physical(p):00138757=1f(▼); Paged(p):00138757=1f(▼); Normal(p):00000357=1f(▼); RealRAM(p):00138758=66(f); RAM(p):00138758=66(f); Physical(p):00138758=66(f); Paged(p):00138758=66(f); Normal(p):00000358=66(f)
BIU T1 -○0048:0000034a 2E 67 8B 1C 5D 5D 03 00 00 mov bx,word cs:[ebx*2+0000035d]○RealRAM(r):00138767=66(f); RAM(r):00138767=66(f); Physical(r):00138767=66(f); Paged(r):00138767=66(f); RealRAM(r):00138768=02(☻); RAM(r):00138768=02(☻); Physical(r):00138768=02(☻); Paged(r):00138768=02(☻)
Registers:
EAX: ffff0024 EBX: 00000005 ECX: 00000000 EDX: 00000120
ESP: 00000fc6 EBP: 00000fd4 ESI: 00002bc0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 0000034a EFLAGS: 00003006
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF93000000FFFF
ES descriptor: 000013000000FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000347
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0P1c
BIU T1 I○○RealRAM(p):00138759=5e(^); RAM(p):00138759=5e(^); Physical(p):00138759=5e(^); Paged(p):00138759=5e(^); Normal(p):00000359=5e(^); RealRAM(p):0013875a=66(f); RAM(p):0013875a=66(f); Physical(p):0013875a=66(f); Paged(p):0013875a=66(f); Normal(p):0000035a=66(f); RealRAM(p):0013875b=5b([); RAM(p):0013875b=5b([); Physical(p):0013875b=5b([); Paged(p):0013875b=5b([); Normal(p):0000035b=5b([); RealRAM(p):0013875c=c3(├); RAM(p):0013875c=c3(├); Physical(p):0013875c=c3(├); Paged(p):0013875c=c3(├); Normal(p):0000035c=c3(├); RealRAM(p):0013875d=d0(╨); RAM(p):0013875d=d0(╨); Physical(p):0013875d=d0(╨); Paged(p):0013875d=d0(╨); Normal(p):0000035d=d0(╨); RealRAM(p):0013875e=01(☺); RAM(p):0013875e=01(☺); Physical(p):0013875e=01(☺); Paged(p):0013875e=01(☺); Normal(p):0000035e=01(☺); RealRAM(p):0013875f=0b(♂); RAM(p):0013875f=0b(♂); Physical(p):0013875f=0b(♂); Paged(p):0013875f=0b(♂); Normal(p):0000035f=0b(♂); RealRAM(p):00138760=02(☻); RAM(p):00138760=02(☻); Physical(p):00138760=02(☻); Paged(p):00138760=02(☻); Normal(p):00000360=02(☻); RealRAM(p):00138761=21(!); RAM(p):00138761=21(!); Physical(p):00138761=21(!); Paged(p):00138761=21(!); Normal(p):00000361=21(!)
BIU T1 -○0048:00000353
Registers:
EAX: ffff0024 EBX: 00000266 ECX: 00000000 EDX: 00000120
ESP: 00000fc6 EBP: 00000fd4 ESI: 00002bc0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000353 EFLAGS: 00003006
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF93000000FFFF
ES descriptor: 000013000000FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:0000034a
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0P1c
BIU T1 I○^ 89 5E FE mov word ss:[bp-02],bx○Paged(w):00142ed2=66(f); Physical(w):00142ed2=66(f); RAM(w):00142ed2=66(f); RealRAM(w):00142ed2=66(f); Paged(w):00142ed3=02(☻); Physical(w):00142ed3=02(☻); RAM(w):00142ed3=02(☻); RealRAM(w):00142ed3=02(☻); RealRAM(p):00138762=02(☻); RAM(p):00138762=02(☻); Physical(p):00138762=02(☻); Paged(p):00138762=02(☻); Normal(p):00000362=02(☻); RealRAM(p):00138763=37(7); RAM(p):00138763=37(7); Physical(p):00138763=37(7); Paged(p):00138763=37(7); Normal(p):00000363=37(7); RealRAM(p):00138764=02(☻); RAM(p):00138764=02(☻); Physical(p):00138764=02(☻); Paged(p):00138764=02(☻); Normal(p):00000364=02(☻)
BIU T1 -○0048:00000356
BIU T1 -○0048:00000356 58 pop ax○RealRAM(r):00142ec6=24($); RAM(r):00142ec6=24($); Physical(r):00142ec6=24($); Paged(r):00142ec6=24($); RealRAM(r):00142ec7=00( ); RAM(r):00142ec7=00( ); Physical(r):00142ec7=00( ); Paged(r):00142ec7=00( )
Registers:
EAX: ffff0024 EBX: 00000266 ECX: 00000000 EDX: 00000120
ESP: 00000fc6 EBP: 00000fd4 ESI: 00002bc0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000356 EFLAGS: 00003006
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF93000000FFFF
ES descriptor: 000013000000FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000353
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0P1c
BIU T1 I○○RealRAM(p):00138765=4d(M); RAM(p):00138765=4d(M); Physical(p):00138765=4d(M); Paged(p):00138765=4d(M); Normal(p):00000365=4d(M)
BIU T1 -○0048:00000357
BIU T1 -○0048:00000357 1F pop ds○RealRAM(r):00142ec8=00( ); RAM(r):00142ec8=00( ); Physical(r):00142ec8=00( ); Paged(r):00142ec8=00( ); RealRAM(r):00142ec9=00( ); RAM(r):00142ec9=00( ); Physical(r):00142ec9=00( ); Paged(r):00142ec9=00( )
Registers:
EAX: ffff0024 EBX: 00000266 ECX: 00000000 EDX: 00000120
ESP: 00000fc8 EBP: 00000fd4 ESI: 00002bc0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000357 EFLAGS: 00003006
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF93000000FFFF
ES descriptor: 000013000000FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000356
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0P1c
BIU T1 I○○RealRAM(p):00138766=02(☻); RAM(p):00138766=02(☻); Physical(p):00138766=02(☻); Paged(p):00138766=02(☻); Normal(p):00000366=02(☻)
BIU T1 -○0048:00000358
BIU T1 -○0048:00000358 66 5E pop esi○RealRAM(r):00142eca=b6(╢); RAM(r):00142eca=b6(╢); Physical(r):00142eca=b6(╢); Paged(r):00142eca=b6(╢); RealRAM(r):00142ecb=00( ); RAM(r):00142ecb=00( ); Physical(r):00142ecb=00( ); Paged(r):00142ecb=00( ); RealRAM(r):00142ecc=12(↕); RAM(r):00142ecc=12(↕); Physical(r):00142ecc=12(↕); Paged(r):00142ecc=12(↕); RealRAM(r):00142ecd=00( ); RAM(r):00142ecd=00( ); Physical(r):00142ecd=00( ); Paged(r):00142ecd=00( )
Registers:
EAX: ffff0024 EBX: 00000266 ECX: 00000000 EDX: 00000120
ESP: 00000fca EBP: 00000fd4 ESI: 00002bc0 EDI: 0011b280
CS: 0048 DS: 0000 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000358 EFLAGS: 00003006
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF13000000FFFF
ES descriptor: 000013000000FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000357
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0P1c
BIU T1 I○○RealRAM(p):00138767=66(f); RAM(p):00138767=66(f); Physical(p):00138767=66(f); Paged(p):00138767=66(f); Normal(p):00000367=66(f); RealRAM(p):00138768=02(☻); RAM(p):00138768=02(☻); Physical(p):00138768=02(☻); Paged(p):00138768=02(☻); Normal(p):00000368=02(☻)
BIU T1 -○0048:0000035a
BIU T1 -○0048:0000035a 66 5B pop ebx○RealRAM(r):00142ece=20( ); RAM(r):00142ece=20( ); Physical(r):00142ece=20( ); Paged(r):00142ece=20( ); RealRAM(r):00142ecf=01(☺); RAM(r):00142ecf=01(☺); Physical(r):00142ecf=01(☺); Paged(r):00142ecf=01(☺); RealRAM(r):00142ed0=08(◘); RAM(r):00142ed0=08(◘); Physical(r):00142ed0=08(◘); Paged(r):00142ed0=08(◘); RealRAM(r):00142ed1=00( ); RAM(r):00142ed1=00( ); Physical(r):00142ed1=00( ); Paged(r):00142ed1=00( )
Registers:
EAX: ffff0024 EBX: 00000266 ECX: 00000000 EDX: 00000120
ESP: 00000fce EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0000 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 0000035a EFLAGS: 00003006
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF13000000FFFF
ES descriptor: 000013000000FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000358
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0P1c
BIU T1 I○○RealRAM(p):00138769=a9(⌐); RAM(p):00138769=a9(⌐); Physical(p):00138769=a9(⌐); Paged(p):00138769=a9(⌐); Normal(p):00000369=a9(⌐); RealRAM(p):0013876a=02(☻); RAM(p):0013876a=02(☻); Physical(p):0013876a=02(☻); Paged(p):0013876a=02(☻); Normal(p):0000036a=02(☻)
BIU T1 E○0048:0000035c C3 ret○RealRAM(r):00142ed2=66(f); RAM(r):00142ed2=66(f); Physical(r):00142ed2=66(f); Paged(r):00142ed2=66(f); RealRAM(r):00142ed3=02(☻); RAM(r):00142ed3=02(☻); Physical(r):00142ed3=02(☻); Paged(r):00142ed3=02(☻)
Registers:
EAX: ffff0024 EBX: 00080120 ECX: 00000000 EDX: 00000120
ESP: 00000fd2 EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0000 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 0000035c EFLAGS: 00003006
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF13000000FFFF
ES descriptor: 000013000000FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:0000035a
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0P1c
BIU T1 I○○RealRAM(p):00138666=f7(≈); RAM(p):00138666=f7(≈); Physical(p):00138666=f7(≈); Paged(p):00138666=f7(≈); Normal(p):00000266=f7(≈); RealRAM(p):00138667=46(F); RAM(p):00138667=46(F); Physical(p):00138667=46(F); Paged(p):00138667=46(F); Normal(p):00000267=46(F); RealRAM(p):00138668=12(↕); RAM(p):00138668=12(↕); Physical(p):00138668=12(↕); Paged(p):00138668=12(↕); Normal(p):00000268=12(↕); RealRAM(p):00138669=02(☻); RAM(p):00138669=02(☻); Physical(p):00138669=02(☻); Paged(p):00138669=02(☻); Normal(p):00000269=02(☻); RealRAM(p):0013866a=00( ); RAM(p):0013866a=00( ); Physical(p):0013866a=00( ); Paged(p):0013866a=00( ); Normal(p):0000026a=00( ); RealRAM(p):0013866b=0f(☼); RAM(p):0013866b=0f(☼); Physical(p):0013866b=0f(☼); Paged(p):0013866b=0f(☼); Normal(p):0000026b=0f(☼); RealRAM(p):0013866c=85(à); RAM(p):0013866c=85(à); Physical(p):0013866c=85(à); Paged(p):0013866c=85(à); Normal(p):0000026c=85(à); RealRAM(p):0013866d=21(!); RAM(p):0013866d=21(!); Physical(p):0013866d=21(!); Paged(p):0013866d=21(!); Normal(p):0000026d=21(!); RealRAM(p):0013866e=03(♥); RAM(p):0013866e=03(♥); Physical(p):0013866e=03(♥); Paged(p):0013866e=03(♥); Normal(p):0000026e=03(♥); RealRAM(p):0013866f=bb(╗); RAM(p):0013866f=bb(╗); Physical(p):0013866f=bb(╗); Paged(p):0013866f=bb(╗); Normal(p):0000026f=bb(╗); RealRAM(p):00138670=0d( ); RAM(p):00138670=0d( ); Physical(p):00138670=0d( ); Paged(p):00138670=0d( ); Normal(p):00000270=0d( ); RealRAM(p):00138671=00( ); RAM(p):00138671=00( ); Physical(p):00138671=00( ); Paged(p):00138671=00( ); Normal(p):00000271=00( ); RealRAM(p):00138672=b8(╕); RAM(p):00138672=b8(╕); Physical(p):00138672=b8(╕); Paged(p):00138672=b8(╕); Normal(p):00000272=b8(╕); RealRAM(p):00138673=01(☺); RAM(p):00138673=01(☺); Physical(p):00138673=01(☺); Paged(p):00138673=01(☺); Normal(p):00000273=01(☺); RealRAM(p):00138674=00( ); RAM(p):00138674=00( ); Physical(p):00138674=00( ); Paged(p):00138674=00( ); Normal(p):00000274=00( )
BIU T1 -○0048:00000266 F7 46 12 02 00 test word ss:[bp+12],0002○RealRAM(r):00142ee6=03(♥); RAM(r):00142ee6=03(♥); Physical(r):00142ee6=03(♥); Paged(r):00142ee6=03(♥); RealRAM(r):00142ee7=00( ); RAM(r):00142ee7=00( ); Physical(r):00142ee7=00( ); Paged(r):00142ee7=00( )
Registers:
EAX: ffff0024 EBX: 00080120 ECX: 00000000 EDX: 00000120
ESP: 00000fd4 EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0000 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000266 EFLAGS: 00003006
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF13000000FFFF
ES descriptor: 000013000000FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:0000035c
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0P1c
BIU T1 I○○RealRAM(p):00138675=ea(Ω); RAM(p):00138675=ea(Ω); Physical(p):00138675=ea(Ω); Paged(p):00138675=ea(Ω); Normal(p):00000275=ea(Ω); RealRAM(p):00138676=07(•); RAM(p):00138676=07(•); Physical(p):00138676=07(•); Paged(p):00138676=07(•); Normal(p):00000276=07(•); RealRAM(p):00138677=03(♥); RAM(p):00138677=03(♥); Physical(p):00138677=03(♥); Paged(p):00138677=03(♥); Normal(p):00000277=03(♥); RealRAM(p):00138678=28((); RAM(p):00138678=28((); Physical(p):00138678=28((); Paged(p):00138678=28((); Normal(p):00000278=28((); RealRAM(p):00138679=01(☺); RAM(p):00138679=01(☺); Physical(p):00138679=01(☺); Paged(p):00138679=01(☺); Normal(p):00000279=01(☺)
BIU T1 E○0048:0000026b 0F 85 21 03 jnz 00000590
Registers:
EAX: ffff0024 EBX: 00080120 ECX: 00000000 EDX: 00000120
ESP: 00000fd4 EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0000 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 0000026b EFLAGS: 00003002
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF13000000FFFF
ES descriptor: 000013000000FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000266
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0p1c
BIU T1 I○○RealRAM(p):00138990=66(f); RAM(p):00138990=66(f); Physical(p):00138990=66(f); Paged(p):00138990=66(f); Normal(p):00000590=66(f); RealRAM(p):00138991=53(S); RAM(p):00138991=53(S); Physical(p):00138991=53(S); Paged(p):00138991=53(S); Normal(p):00000591=53(S); RealRAM(p):00138992=66(f); RAM(p):00138992=66(f); Physical(p):00138992=66(f); Paged(p):00138992=66(f); Normal(p):00000592=66(f); RealRAM(p):00138993=56(V); RAM(p):00138993=56(V); Physical(p):00138993=56(V); Paged(p):00138993=56(V); Normal(p):00000593=56(V); RealRAM(p):00138994=bb(╗); RAM(p):00138994=bb(╗); Physical(p):00138994=bb(╗); Paged(p):00138994=bb(╗); Normal(p):00000594=bb(╗); RealRAM(p):00138995=08(◘); RAM(p):00138995=08(◘); Physical(p):00138995=08(◘); Paged(p):00138995=08(◘); Normal(p):00000595=08(◘); RealRAM(p):00138996=00( ); RAM(p):00138996=00( ); Physical(p):00138996=00( ); Paged(p):00138996=00( ); Normal(p):00000596=00( ); RealRAM(p):00138997=8e(Ä); RAM(p):00138997=8e(Ä); Physical(p):00138997=8e(Ä); Paged(p):00138997=8e(Ä); Normal(p):00000597=8e(Ä); RealRAM(p):00138998=db(█); RAM(p):00138998=db(█); Physical(p):00138998=db(█); Paged(p):00138998=db(█); Normal(p):00000598=db(█); RealRAM(p):00138999=8b(ï); RAM(p):00138999=8b(ï); Physical(p):00138999=8b(ï); Paged(p):00138999=8b(ï); Normal(p):00000599=8b(ï); RealRAM(p):0013899a=5e(^); RAM(p):0013899a=5e(^); Physical(p):0013899a=5e(^); Paged(p):0013899a=5e(^); Normal(p):0000059a=5e(^); RealRAM(p):0013899b=18(↑); RAM(p):0013899b=18(↑); Physical(p):0013899b=18(↑); Paged(p):0013899b=18(↑); Normal(p):0000059b=18(↑); RealRAM(p):0013899c=c1(┴); RAM(p):0013899c=c1(┴); Physical(p):0013899c=c1(┴); Paged(p):0013899c=c1(┴); Normal(p):0000059c=c1(┴); RealRAM(p):0013899d=e3(π); RAM(p):0013899d=e3(π); Physical(p):0013899d=e3(π); Paged(p):0013899d=e3(π); Normal(p):0000059d=e3(π); RealRAM(p):0013899e=04(♦); RAM(p):0013899e=04(♦); Physical(p):0013899e=04(♦); Paged(p):0013899e=04(♦); Normal(p):0000059e=04(♦)
BIU T1 -○0048:00000590 66 53 push ebx○Paged(w):00142ed0=20( ); Physical(w):00142ed0=20( ); RAM(w):00142ed0=20( ); RealRAM(w):00142ed0=20( ); Paged(w):00142ed1=01(☺); Physical(w):00142ed1=01(☺); RAM(w):00142ed1=01(☺); RealRAM(w):00142ed1=01(☺); Paged(w):00142ed2=08(◘); Physical(w):00142ed2=08(◘); RAM(w):00142ed2=08(◘); RealRAM(w):00142ed2=08(◘); Paged(w):00142ed3=00( ); Physical(w):00142ed3=00( ); RAM(w):00142ed3=00( ); RealRAM(w):00142ed3=00( )
Registers:
EAX: ffff0024 EBX: 00080120 ECX: 00000000 EDX: 00000120
ESP: 00000fd4 EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0000 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000590 EFLAGS: 00003002
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF13000000FFFF
ES descriptor: 000013000000FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:0000026b
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0p1c
BIU T1 I○○RealRAM(p):0013899f=89(ë); RAM(p):0013899f=89(ë); Physical(p):0013899f=89(ë); Paged(p):0013899f=89(ë); Normal(p):0000059f=89(ë); RealRAM(p):001389a0=1e(▲); RAM(p):001389a0=1e(▲); Physical(p):001389a0=1e(▲); Paged(p):001389a0=1e(▲); Normal(p):000005a0=1e(▲)
BIU T1 -○0048:00000592 66 56 push esi○Paged(w):00142ecc=b6(╢); Physical(w):00142ecc=b6(╢); RAM(w):00142ecc=b6(╢); RealRAM(w):00142ecc=b6(╢); Paged(w):00142ecd=00( ); Physical(w):00142ecd=00( ); RAM(w):00142ecd=00( ); RealRAM(w):00142ecd=00( ); Paged(w):00142ece=12(↕); Physical(w):00142ece=12(↕); RAM(w):00142ece=12(↕); RealRAM(w):00142ece=12(↕); Paged(w):00142ecf=00( ); Physical(w):00142ecf=00( ); RAM(w):00142ecf=00( ); RealRAM(w):00142ecf=00( )
Registers:
EAX: ffff0024 EBX: 00080120 ECX: 00000000 EDX: 00000120
ESP: 00000fd0 EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0000 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000592 EFLAGS: 00003002
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF13000000FFFF
ES descriptor: 000013000000FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000590
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0p1c
BIU T1 I○○RealRAM(p):001389a1=d2(╥); RAM(p):001389a1=d2(╥); Physical(p):001389a1=d2(╥); Paged(p):001389a1=d2(╥); Normal(p):000005a1=d2(╥); RealRAM(p):001389a2=00( ); RAM(p):001389a2=00( ); Physical(p):001389a2=00( ); Paged(p):001389a2=00( ); Normal(p):000005a2=00( )
BIU T1 -○0048:00000594 BB 08 00 mov bx,0008
Registers:
EAX: ffff0024 EBX: 00080120 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0000 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000594 EFLAGS: 00003002
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF13000000FFFF
ES descriptor: 000013000000FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000592
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0p1c
BIU T1 I○○RealRAM(p):001389a3=8b(ï); RAM(p):001389a3=8b(ï); Physical(p):001389a3=8b(ï); Paged(p):001389a3=8b(ï); Normal(p):000005a3=8b(ï); RealRAM(p):001389a4=5e(^); RAM(p):001389a4=5e(^); Physical(p):001389a4=5e(^); Paged(p):001389a4=5e(^); Normal(p):000005a4=5e(^); RealRAM(p):001389a5=18(↑); RAM(p):001389a5=18(↑); Physical(p):001389a5=18(↑); Paged(p):001389a5=18(↑); Normal(p):000005a5=18(↑)
MMU: Reading from real(r): 00143788=77 (w)
Reading from RAM(r): 00143788=77 (w)
Reading from physical memory(r): 00143788=77 (w)
Reading from paged memory(r): 00143788=77 (w)
MMU: Reading from real(r): 00143789=01 (☺)
Reading from RAM(r): 00143789=01 (☺)
Reading from physical memory(r): 00143789=01 (☺)
Reading from paged memory(r): 00143789=01 (☺)
MMU: Reading from real(r): 0014378a=80 (Ç)
Reading from RAM(r): 0014378a=80 (Ç)
Reading from physical memory(r): 0014378a=80 (Ç)
Reading from paged memory(r): 0014378a=80 (Ç)
MMU: Reading from real(r): 0014378b=37 (7)
Reading from RAM(r): 0014378b=37 (7)
Reading from physical memory(r): 0014378b=37 (7)
Reading from paged memory(r): 0014378b=37 (7)
MMU: Reading from real(r): 0014378c=14 (¶)
Reading from RAM(r): 0014378c=14 (¶)
Reading from physical memory(r): 0014378c=14 (¶)
Reading from paged memory(r): 0014378c=14 (¶)
MMU: Reading from real(r): 0014378d=93 (ô)
Reading from RAM(r): 0014378d=93 (ô)
Reading from physical memory(r): 0014378d=93 (ô)
Reading from paged memory(r): 0014378d=93 (ô)
MMU: Reading from real(r): 0014378e=00 ( )
Reading from RAM(r): 0014378e=00 ( )
Reading from physical memory(r): 0014378e=00 ( )
Reading from paged memory(r): 0014378e=00 ( )
MMU: Reading from real(r): 0014378f=00 ( )
Reading from RAM(r): 0014378f=00 ( )
Reading from physical memory(r): 0014378f=00 ( )
Reading from paged memory(r): 0014378f=00 ( )
BIU T1 -○0048:00000597 8E DB mov ds,bx
Registers:
EAX: ffff0024 EBX: 00080008 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0000 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000597 EFLAGS: 00003002
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF13000000FFFF
ES descriptor: 000013000000FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000594
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0p1c
BIU T1 I○○RealRAM(p):001389a6=c1(┴); RAM(p):001389a6=c1(┴); Physical(p):001389a6=c1(┴); Paged(p):001389a6=c1(┴); Normal(p):000005a6=c1(┴); RealRAM(p):001389a7=eb(δ); RAM(p):001389a7=eb(δ); Physical(p):001389a7=eb(δ); Paged(p):001389a7=eb(δ); Normal(p):000005a7=eb(δ)
BIU T1 -○0048:00000599 8B 5E 18 mov bx,word ss:[bp+18]○RealRAM(r):00142eec=ed(φ); RAM(r):00142eec=ed(φ); Physical(r):00142eec=ed(φ); Paged(r):00142eec=ed(φ); RealRAM(r):00142eed=1a(→); RAM(r):00142eed=1a(→); Physical(r):00142eed=1a(→); Paged(r):00142eed=1a(→)
Registers:
EAX: ffff0024 EBX: 00080008 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0008 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000599 EFLAGS: 00003002
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 0000931437800177
ES descriptor: 000013000000FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000597
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0p1c
BIU T1 I○○RealRAM(p):001389a8=04(♦); RAM(p):001389a8=04(♦); Physical(p):001389a8=04(♦); Paged(p):001389a8=04(♦); Normal(p):000005a8=04(♦); RealRAM(p):001389a9=88(ê); RAM(p):001389a9=88(ê); Physical(p):001389a9=88(ê); Paged(p):001389a9=88(ê); Normal(p):000005a9=88(ê); RealRAM(p):001389aa=3e(>); RAM(p):001389aa=3e(>); Physical(p):001389aa=3e(>); Paged(p):001389aa=3e(>); Normal(p):000005aa=3e(>)
BIU T1 -○0048:0000059c
Registers:
EAX: ffff0024 EBX: 00081aed ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0008 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 0000059c EFLAGS: 00003002
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 0000931437800177
ES descriptor: 000013000000FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000599
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0p1c
BIU T1 I○^ C1 E3 04 shl bx,04○RealRAM(p):001389ab=d4(╘); RAM(p):001389ab=d4(╘); Physical(p):001389ab=d4(╘); Paged(p):001389ab=d4(╘); Normal(p):000005ab=d4(╘); RealRAM(p):001389ac=00( ); RAM(p):001389ac=00( ); Physical(p):001389ac=00( ); Paged(p):001389ac=00( ); Normal(p):000005ac=00( ); RealRAM(p):001389ad=8b(ï); RAM(p):001389ad=8b(ï); Physical(p):001389ad=8b(ï); Paged(p):001389ad=8b(ï); Normal(p):000005ad=8b(ï)
BIU T1 -○0048:0000059f
Registers:
EAX: ffff0024 EBX: 0008aed0 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0008 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 0000059f EFLAGS: 00003093
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 0000931437800177
ES descriptor: 000013000000FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:0000059c
FLAGSINFO: 0000000000ipfavr0n11oditSz0A0p1C
BIU T1 I○^ 89 1E D2 00 mov word ds:[00d2],bx○Paged(w):00143852=d0(╨); Physical(w):00143852=d0(╨); RAM(w):00143852=d0(╨); RealRAM(w):00143852=d0(╨); Paged(w):00143853=ae(«); Physical(w):00143853=ae(«); RAM(w):00143853=ae(«); RealRAM(w):00143853=ae(«); RealRAM(p):001389ae=5e(^); RAM(p):001389ae=5e(^); Physical(p):001389ae=5e(^); Paged(p):001389ae=5e(^); Normal(p):000005ae=5e(^); RealRAM(p):001389af=0c(♀); RAM(p):001389af=0c(♀); Physical(p):001389af=0c(♀); Paged(p):001389af=0c(♀); Normal(p):000005af=0c(♀); RealRAM(p):001389b0=c1(┴); RAM(p):001389b0=c1(┴); Physical(p):001389b0=c1(┴); Paged(p):001389b0=c1(┴); Normal(p):000005b0=c1(┴); RealRAM(p):001389b1=e3(π); RAM(p):001389b1=e3(π); Physical(p):001389b1=e3(π); Paged(p):001389b1=e3(π); Normal(p):000005b1=e3(π)
BIU T1 -○0048:000005a3 8B 5E 18 mov bx,word ss:[bp+18]○RealRAM(r):00142eec=ed(φ); RAM(r):00142eec=ed(φ); Physical(r):00142eec=ed(φ); Paged(r):00142eec=ed(φ); RealRAM(r):00142eed=1a(→); RAM(r):00142eed=1a(→); Physical(r):00142eed=1a(→); Paged(r):00142eed=1a(→)
Registers:
EAX: ffff0024 EBX: 0008aed0 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0008 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 000005a3 EFLAGS: 00003093
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 0000931437800177
ES descriptor: 000013000000FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:0000059f
FLAGSINFO: 0000000000ipfavr0n11oditSz0A0p1C
BIU T1 I○○RealRAM(p):001389b2=04(♦); RAM(p):001389b2=04(♦); Physical(p):001389b2=04(♦); Paged(p):001389b2=04(♦); Normal(p):000005b2=04(♦); RealRAM(p):001389b3=89(ë); RAM(p):001389b3=89(ë); Physical(p):001389b3=89(ë); Paged(p):001389b3=89(ë); Normal(p):000005b3=89(ë); RealRAM(p):001389b4=1e(▲); RAM(p):001389b4=1e(▲); Physical(p):001389b4=1e(▲); Paged(p):001389b4=1e(▲); Normal(p):000005b4=1e(▲)
BIU T1 -○0048:000005a6
Registers:
EAX: ffff0024 EBX: 00081aed ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0008 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 000005a6 EFLAGS: 00003093
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 0000931437800177
ES descriptor: 000013000000FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:000005a3
FLAGSINFO: 0000000000ipfavr0n11oditSz0A0p1C
BIU T1 I○^ C1 EB 04 shr bx,04○RealRAM(p):001389b5=da(┌); RAM(p):001389b5=da(┌); Physical(p):001389b5=da(┌); Paged(p):001389b5=da(┌); Normal(p):000005b5=da(┌); RealRAM(p):001389b6=00( ); RAM(p):001389b6=00( ); Physical(p):001389b6=00( ); Paged(p):001389b6=00( ); Normal(p):000005b6=00( ); RealRAM(p):001389b7=8b(ï); RAM(p):001389b7=8b(ï); Physical(p):001389b7=8b(ï); Paged(p):001389b7=8b(ï); Normal(p):000005b7=8b(ï)
BIU T1 -○0048:000005a9
Registers:
EAX: ffff0024 EBX: 000801ae ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0008 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 000005a9 EFLAGS: 00003013
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 0000931437800177
ES descriptor: 000013000000FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:000005a6
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0p1C
BIU T1 I○^ 88 3E D4 00 mov byte ds:[00d4],bh○Paged(w):00143854=01(☺); Physical(w):00143854=01(☺); RAM(w):00143854=01(☺); RealRAM(w):00143854=01(☺); RealRAM(p):001389b8=5e(^); RAM(p):001389b8=5e(^); Physical(p):001389b8=5e(^); Paged(p):001389b8=5e(^); Normal(p):000005b8=5e(^); RealRAM(p):001389b9=0c(♀); RAM(p):001389b9=0c(♀); Physical(p):001389b9=0c(♀); Paged(p):001389b9=0c(♀); Normal(p):000005b9=0c(♀); RealRAM(p):001389ba=c1(┴); RAM(p):001389ba=c1(┴); Physical(p):001389ba=c1(┴); Paged(p):001389ba=c1(┴); Normal(p):000005ba=c1(┴); RealRAM(p):001389bb=eb(δ); RAM(p):001389bb=eb(δ); Physical(p):001389bb=eb(δ); Paged(p):001389bb=eb(δ); Normal(p):000005bb=eb(δ)
BIU T1 -○0048:000005ad 8B 5E 0C mov bx,word ss:[bp+0c]○RealRAM(r):00142ee0=61(a); RAM(r):00142ee0=61(a); Physical(r):00142ee0=61(a); Paged(r):00142ee0=61(a); RealRAM(r):00142ee1=0f(☼); RAM(r):00142ee1=0f(☼); Physical(r):00142ee1=0f(☼); Paged(r):00142ee1=0f(☼)
Registers:
EAX: ffff0024 EBX: 000801ae ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0008 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 000005ad EFLAGS: 00003013
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 0000931437800177
ES descriptor: 000013000000FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:000005a9
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0p1C
BIU T1 I○○RealRAM(p):001389bc=04(♦); RAM(p):001389bc=04(♦); Physical(p):001389bc=04(♦); Paged(p):001389bc=04(♦); Normal(p):000005bc=04(♦); RealRAM(p):001389bd=88(ê); RAM(p):001389bd=88(ê); Physical(p):001389bd=88(ê); Paged(p):001389bd=88(ê); Normal(p):000005bd=88(ê); RealRAM(p):001389be=3e(>); RAM(p):001389be=3e(>); Physical(p):001389be=3e(>); Paged(p):001389be=3e(>); Normal(p):000005be=3e(>)
BIU T1 -○0048:000005b0
Registers:
EAX: ffff0024 EBX: 00080f61 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0008 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 000005b0 EFLAGS: 00003013
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 0000931437800177
ES descriptor: 000013000000FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:000005ad
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0p1C
BIU T1 I○^ C1 E3 04 shl bx,04○RealRAM(p):001389bf=dc(▄); RAM(p):001389bf=dc(▄); Physical(p):001389bf=dc(▄); Paged(p):001389bf=dc(▄); Normal(p):000005bf=dc(▄); RealRAM(p):001389c0=00( ); RAM(p):001389c0=00( ); Physical(p):001389c0=00( ); Paged(p):001389c0=00( ); Normal(p):000005c0=00( ); RealRAM(p):001389c1=bb(╗); RAM(p):001389c1=bb(╗); Physical(p):001389c1=bb(╗); Paged(p):001389c1=bb(╗); Normal(p):000005c1=bb(╗)
BIU T1 -○0048:000005b3
Registers:
EAX: ffff0024 EBX: 0008f610 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0008 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 000005b3 EFLAGS: 00003892
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 0000931437800177
ES descriptor: 000013000000FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:000005b0
FLAGSINFO: 0000000000ipfavr0n11OditSz0A0p1c
BIU T1 I○^ 89 1E DA 00 mov word ds:[00da],bx○Paged(w):0014385a=10(►); Physical(w):0014385a=10(►); RAM(w):0014385a=10(►); RealRAM(w):0014385a=10(►); Paged(w):0014385b=f6(÷); Physical(w):0014385b=f6(÷); RAM(w):0014385b=f6(÷); RealRAM(w):0014385b=f6(÷); RealRAM(p):001389c2=50(P); RAM(p):001389c2=50(P); Physical(p):001389c2=50(P); Paged(p):001389c2=50(P); Normal(p):000005c2=50(P); RealRAM(p):001389c3=00( ); RAM(p):001389c3=00( ); Physical(p):001389c3=00( ); Paged(p):001389c3=00( ); Normal(p):000005c3=00( ); RealRAM(p):001389c4=8e(Ä); RAM(p):001389c4=8e(Ä); Physical(p):001389c4=8e(Ä); Paged(p):001389c4=8e(Ä); Normal(p):000005c4=8e(Ä); RealRAM(p):001389c5=c3(├); RAM(p):001389c5=c3(├); Physical(p):001389c5=c3(├); Paged(p):001389c5=c3(├); Normal(p):000005c5=c3(├)
BIU T1 -○0048:000005b7 8B 5E 0C mov bx,word ss:[bp+0c]○RealRAM(r):00142ee0=61(a); RAM(r):00142ee0=61(a); Physical(r):00142ee0=61(a); Paged(r):00142ee0=61(a); RealRAM(r):00142ee1=0f(☼); RAM(r):00142ee1=0f(☼); Physical(r):00142ee1=0f(☼); Paged(r):00142ee1=0f(☼)
Registers:
EAX: ffff0024 EBX: 0008f610 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0008 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 000005b7 EFLAGS: 00003892
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 0000931437800177
ES descriptor: 000013000000FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:000005b3
FLAGSINFO: 0000000000ipfavr0n11OditSz0A0p1c
BIU T1 I○○RealRAM(p):001389c6=26(&); RAM(p):001389c6=26(&); Physical(p):001389c6=26(&); Paged(p):001389c6=26(&); Normal(p):000005c6=26(&); RealRAM(p):001389c7=c7(╟); RAM(p):001389c7=c7(╟); Physical(p):001389c7=c7(╟); Paged(p):001389c7=c7(╟); Normal(p):000005c7=c7(╟); RealRAM(p):001389c8=06(♠); RAM(p):001389c8=06(♠); Physical(p):001389c8=06(♠); Paged(p):001389c8=06(♠); Normal(p):000005c8=06(♠)
BIU T1 -○0048:000005ba
Registers:
EAX: ffff0024 EBX: 00080f61 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0008 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 000005ba EFLAGS: 00003892
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 0000931437800177
ES descriptor: 000013000000FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:000005b7
FLAGSINFO: 0000000000ipfavr0n11OditSz0A0p1c
BIU T1 I○^ C1 EB 04 shr bx,04○RealRAM(p):001389c9=10(►); RAM(p):001389c9=10(►); Physical(p):001389c9=10(►); Paged(p):001389c9=10(►); Normal(p):000005c9=10(►); RealRAM(p):001389ca=00( ); RAM(p):001389ca=00( ); Physical(p):001389ca=00( ); Paged(p):001389ca=00( ); Normal(p):000005ca=00( ); RealRAM(p):001389cb=00( ); RAM(p):001389cb=00( ); Physical(p):001389cb=00( ); Paged(p):001389cb=00( ); Normal(p):000005cb=00( )
BIU T1 -○0048:000005bd
Registers:
EAX: ffff0024 EBX: 000800f6 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0008 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 000005bd EFLAGS: 00003016
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 0000931437800177
ES descriptor: 000013000000FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:000005ba
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0P1c
BIU T1 I○^ 88 3E DC 00 mov byte ds:[00dc],bh○Paged(w):0014385c=00( ); Physical(w):0014385c=00( ); RAM(w):0014385c=00( ); RealRAM(w):0014385c=00( ); RealRAM(p):001389cc=00( ); RAM(p):001389cc=00( ); Physical(p):001389cc=00( ); Paged(p):001389cc=00( ); Normal(p):000005cc=00( ); RealRAM(p):001389cd=bb(╗); RAM(p):001389cd=bb(╗); Physical(p):001389cd=bb(╗); Paged(p):001389cd=bb(╗); Normal(p):000005cd=bb(╗); RealRAM(p):001389ce=d8(╪); RAM(p):001389ce=d8(╪); Physical(p):001389ce=d8(╪); Paged(p):001389ce=d8(╪); Normal(p):000005ce=d8(╪); RealRAM(p):001389cf=00( ); RAM(p):001389cf=00( ); Physical(p):001389cf=00( ); Paged(p):001389cf=00( ); Normal(p):000005cf=00( )
BIU T1 -○0048:000005c1 BB 50 00 mov bx,0050
Registers:
EAX: ffff0024 EBX: 000800f6 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0008 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 000005c1 EFLAGS: 00003016
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 0000931437800177
ES descriptor: 000013000000FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:000005bd
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0P1c
BIU T1 I○○RealRAM(p):001389d0=8e(Ä); RAM(p):001389d0=8e(Ä); Physical(p):001389d0=8e(Ä); Paged(p):001389d0=8e(Ä); Normal(p):000005d0=8e(Ä); RealRAM(p):001389d1=db(█); RAM(p):001389d1=db(█); Physical(p):001389d1=db(█); Paged(p):001389d1=db(█); Normal(p):000005d1=db(█); RealRAM(p):001389d2=8b(ï); RAM(p):001389d2=8b(ï); Physical(p):001389d2=8b(ï); Paged(p):001389d2=8b(ï); Normal(p):000005d2=8b(ï)
MMU: Reading from real(r): 001437d0=ff ( )
Reading from RAM(r): 001437d0=ff ( )
Reading from physical memory(r): 001437d0=ff ( )
Reading from paged memory(r): 001437d0=ff ( )
MMU: Reading from real(r): 001437d1=ff ( )
Reading from RAM(r): 001437d1=ff ( )
Reading from physical memory(r): 001437d1=ff ( )
Reading from paged memory(r): 001437d1=ff ( )
MMU: Reading from real(r): 001437d2=00 ( )
Reading from RAM(r): 001437d2=00 ( )
Reading from physical memory(r): 001437d2=00 ( )
Reading from paged memory(r): 001437d2=00 ( )
MMU: Reading from real(r): 001437d3=e8 (Φ)
Reading from RAM(r): 001437d3=e8 (Φ)
Reading from physical memory(r): 001437d3=e8 (Φ)
Reading from paged memory(r): 001437d3=e8 (Φ)
MMU: Reading from real(r): 001437d4=13 (‼)
Reading from RAM(r): 001437d4=13 (‼)
Reading from physical memory(r): 001437d4=13 (‼)
Reading from paged memory(r): 001437d4=13 (‼)
MMU: Reading from real(r): 001437d5=93 (ô)
Reading from RAM(r): 001437d5=93 (ô)
Reading from physical memory(r): 001437d5=93 (ô)
Reading from paged memory(r): 001437d5=93 (ô)
MMU: Reading from real(r): 001437d6=00 ( )
Reading from RAM(r): 001437d6=00 ( )
Reading from physical memory(r): 001437d6=00 ( )
Reading from paged memory(r): 001437d6=00 ( )
MMU: Reading from real(r): 001437d7=00 ( )
Reading from RAM(r): 001437d7=00 ( )
Reading from physical memory(r): 001437d7=00 ( )
Reading from paged memory(r): 001437d7=00 ( )
BIU T1 -○0048:000005c4 8E C3 mov es,bx
Registers:
EAX: ffff0024 EBX: 00080050 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0008 ES: 0000 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 000005c4 EFLAGS: 00003016
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 0000931437800177
ES descriptor: 000013000000FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:000005c1
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0P1c
BIU T1 S○○RealRAM(p):001389d3=76(v); RAM(p):001389d3=76(v); Physical(p):001389d3=76(v); Paged(p):001389d3=76(v); Normal(p):000005d3=76(v); RealRAM(p):001389d4=08(◘); RAM(p):001389d4=08(◘); Physical(p):001389d4=08(◘); Paged(p):001389d4=08(◘); Normal(p):000005d4=08(◘)
Registers:
EAX: ffff0024 EBX: 00080050 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0008 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 000005c6 EFLAGS: 00003016
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 0000931437800177
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:000005c4
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0P1c
BIU T1 I○^ 26 C7 06 10 00 00 00 mov word es:[0010],0000○Paged(w):0013e810=00( ); Physical(w):0013e810=00( ); RAM(w):0013e810=00( ); RealRAM(w):0013e810=00( ); Paged(w):0013e811=00( ); Physical(w):0013e811=00( ); RAM(w):0013e811=00( ); RealRAM(w):0013e811=00( ); RealRAM(p):001389d5=8a(è); RAM(p):001389d5=8a(è); Physical(p):001389d5=8a(è); Paged(p):001389d5=8a(è); Normal(p):000005d5=8a(è); RealRAM(p):001389d6=1c(∟); RAM(p):001389d6=1c(∟); Physical(p):001389d6=1c(∟); Paged(p):001389d6=1c(∟); Normal(p):000005d6=1c(∟); RealRAM(p):001389d7=b7(╖); RAM(p):001389d7=b7(╖); Physical(p):001389d7=b7(╖); Paged(p):001389d7=b7(╖); Normal(p):000005d7=b7(╖); RealRAM(p):001389d8=00( ); RAM(p):001389d8=00( ); Physical(p):001389d8=00( ); Paged(p):001389d8=00( ); Normal(p):000005d8=00( ); RealRAM(p):001389d9=d1(╤); RAM(p):001389d9=d1(╤); Physical(p):001389d9=d1(╤); Paged(p):001389d9=d1(╤); Normal(p):000005d9=d1(╤); RealRAM(p):001389da=e3(π); RAM(p):001389da=e3(π); Physical(p):001389da=e3(π); Paged(p):001389da=e3(π); Normal(p):000005da=e3(π); RealRAM(p):001389db=2e(.); RAM(p):001389db=2e(.); Physical(p):001389db=2e(.); Paged(p):001389db=2e(.); Normal(p):000005db=2e(.)
BIU T1 -○0048:000005cd BB D8 00 mov bx,00d8
Registers:
EAX: ffff0024 EBX: 00080050 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0008 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 000005cd EFLAGS: 00003016
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 0000931437800177
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:000005c6
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0P1c
BIU T1 I○○RealRAM(p):001389dc=ff( ); RAM(p):001389dc=ff( ); Physical(p):001389dc=ff( ); Paged(p):001389dc=ff( ); Normal(p):000005dc=ff( ); RealRAM(p):001389dd=a7(º); RAM(p):001389dd=a7(º); Physical(p):001389dd=a7(º); Paged(p):001389dd=a7(º); Normal(p):000005dd=a7(º); RealRAM(p):001389de=90(É); RAM(p):001389de=90(É); Physical(p):001389de=90(É); Paged(p):001389de=90(É); Normal(p):000005de=90(É)
MMU: Reading from real(r): 00143858=ff ( )
Reading from RAM(r): 00143858=ff ( )
Reading from physical memory(r): 00143858=ff ( )
Reading from paged memory(r): 00143858=ff ( )
MMU: Reading from real(r): 00143859=ff ( )
Reading from RAM(r): 00143859=ff ( )
Reading from physical memory(r): 00143859=ff ( )
Reading from paged memory(r): 00143859=ff ( )
MMU: Reading from real(r): 0014385a=10 (►)
Reading from RAM(r): 0014385a=10 (►)
Reading from physical memory(r): 0014385a=10 (►)
Reading from paged memory(r): 0014385a=10 (►)
MMU: Reading from real(r): 0014385b=f6 (÷)
Reading from RAM(r): 0014385b=f6 (÷)
Reading from physical memory(r): 0014385b=f6 (÷)
Reading from paged memory(r): 0014385b=f6 (÷)
MMU: Reading from real(r): 0014385c=00 ( )
Reading from RAM(r): 0014385c=00 ( )
Reading from physical memory(r): 0014385c=00 ( )
Reading from paged memory(r): 0014385c=00 ( )
MMU: Reading from real(r): 0014385d=93 (ô)
Reading from RAM(r): 0014385d=93 (ô)
Reading from physical memory(r): 0014385d=93 (ô)
Reading from paged memory(r): 0014385d=93 (ô)
MMU: Reading from real(r): 0014385e=00 ( )
Reading from RAM(r): 0014385e=00 ( )
Reading from physical memory(r): 0014385e=00 ( )
Reading from paged memory(r): 0014385e=00 ( )
MMU: Reading from real(r): 0014385f=00 ( )
Reading from RAM(r): 0014385f=00 ( )
Reading from physical memory(r): 0014385f=00 ( )
Reading from paged memory(r): 0014385f=00 ( )
BIU T1 -○0048:000005d0 8E DB mov ds,bx
Registers:
EAX: ffff0024 EBX: 000800d8 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0008 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 000005d0 EFLAGS: 00003016
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 0000931437800177
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:000005cd
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0P1c
BIU T1 I○○RealRAM(p):001389df=03(♥); RAM(p):001389df=03(♥); Physical(p):001389df=03(♥); Paged(p):001389df=03(♥); Normal(p):000005df=03(♥); RealRAM(p):001389e0=e9(Θ); RAM(p):001389e0=e9(Θ); Physical(p):001389e0=e9(Θ); Paged(p):001389e0=e9(Θ); Normal(p):000005e0=e9(Θ)
BIU T1 -○0048:000005d2 8B 76 08 mov si,word ss:[bp+08]○RealRAM(r):00142edc=02(☻); RAM(r):00142edc=02(☻); Physical(r):00142edc=02(☻); Paged(r):00142edc=02(☻); RealRAM(r):00142edd=01(☺); RAM(r):00142edd=01(☺); Physical(r):00142edd=01(☺); Paged(r):00142edd=01(☺)
Registers:
EAX: ffff0024 EBX: 000800d8 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 00d8 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 000005d2 EFLAGS: 00003016
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00009300F610FFFF
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:000005d0
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0P1c
BIU T1 I○○RealRAM(p):001389e1=d5(╒); RAM(p):001389e1=d5(╒); Physical(p):001389e1=d5(╒); Paged(p):001389e1=d5(╒); Normal(p):000005e1=d5(╒); RealRAM(p):001389e2=05(♣); RAM(p):001389e2=05(♣); Physical(p):001389e2=05(♣); Paged(p):001389e2=05(♣); Normal(p):000005e2=05(♣); RealRAM(p):001389e3=83(â); RAM(p):001389e3=83(â); Physical(p):001389e3=83(â); Paged(p):001389e3=83(â); Normal(p):000005e3=83(â)
02:00:39:88.07360: Paging pending!
02:00:39:88.08384: Paging pending: bus locked!
BIU T1 -○0048:000005d5 8A 1C mov bl,byte ds:[si]○RealRAM(r):00118000=67(g); RAM(r):00118000=67(g); Physical(r):00118000=67(g); RealRAM(r):00118001=40(@); RAM(r):00118001=40(@); Physical(r):00118001=40(@); RealRAM(r):00118002=12(↕); RAM(r):00118002=12(↕); Physical(r):00118002=12(↕); RealRAM(r):00118003=00( ); RAM(r):00118003=00( ); Physical(r):00118003=00( ); RealRAM(r):0012403c=67(g); RAM(r):0012403c=67(g); Physical(r):0012403c=67(g); RealRAM(r):0012403d=f0(≡); RAM(r):0012403d=f0(≡); Physical(r):0012403d=f0(≡); RealRAM(r):0012403e=00( ); RAM(r):0012403e=00( ); Physical(r):0012403e=00( ); RealRAM(r):0012403f=00( ); RAM(r):0012403f=00( ); Physical(r):0012403f=00( ); RealRAM(r):0000f712=3b(;); RAM(r):0000f712=3b(;); Physical(r):0000f712=3b(;); Paged(r):0000f712=3b(;)
Registers:
EAX: ffff0024 EBX: 000800d8 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 00120102 EDI: 0011b280
CS: 0048 DS: 00d8 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 000005d5 EFLAGS: 00003016
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00009300F610FFFF
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:000005d2
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0P1c
BIU T1 I○○RealRAM(p):001389e4=c6(╞); RAM(p):001389e4=c6(╞); Physical(p):001389e4=c6(╞); Paged(p):001389e4=c6(╞); Normal(p):000005e4=c6(╞); RealRAM(p):001389e5=02(☻); RAM(p):001389e5=02(☻); Physical(p):001389e5=02(☻); Paged(p):001389e5=02(☻); Normal(p):000005e5=02(☻)
BIU T1 -○0048:000005d7 B7 00 mov bh,00
Registers:
EAX: ffff0024 EBX: 0008003b ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 00120102 EDI: 0011b280
CS: 0048 DS: 00d8 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 000005d7 EFLAGS: 00003016
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00009300F610FFFF
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:000005d5
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0P1c
BIU T1 I○○RealRAM(p):001389e6=68(h); RAM(p):001389e6=68(h); Physical(p):001389e6=68(h); Paged(p):001389e6=68(h); Normal(p):000005e6=68(h); RealRAM(p):001389e7=b8(╕); RAM(p):001389e7=b8(╕); Physical(p):001389e7=b8(╕); Paged(p):001389e7=b8(╕); Normal(p):000005e7=b8(╕)
BIU T1 -○0048:000005d9
Registers:
EAX: ffff0024 EBX: 0008003b ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 00120102 EDI: 0011b280
CS: 0048 DS: 00d8 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 000005d9 EFLAGS: 00003016
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00009300F610FFFF
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:000005d7
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0P1c
BIU T1 I○^ D1 E3 shl bx,1○RealRAM(p):001389e8=00( ); RAM(p):001389e8=00( ); Physical(p):001389e8=00( ); Paged(p):001389e8=00( ); Normal(p):000005e8=00( ); RealRAM(p):001389e9=56(V); RAM(p):001389e9=56(V); Physical(p):001389e9=56(V); Paged(p):001389e9=56(V); Normal(p):000005e9=56(V)
BIU T1 E○0048:000005db 2E FF A7 90 03 jmp word cs:[bx+0390]○RealRAM(r):00138806=e0(α); RAM(r):00138806=e0(α); Physical(r):00138806=e0(α); Paged(r):00138806=e0(α); RealRAM(r):00138807=05(♣); RAM(r):00138807=05(♣); Physical(r):00138807=05(♣); Paged(r):00138807=05(♣)
Registers:
EAX: ffff0024 EBX: 00080076 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 00120102 EDI: 0011b280
CS: 0048 DS: 00d8 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 000005db EFLAGS: 00003012
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00009300F610FFFF
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:000005d9
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0p1c
BIU T1 I○○RealRAM(p):001389e0=e9(Θ); RAM(p):001389e0=e9(Θ); Physical(p):001389e0=e9(Θ); Paged(p):001389e0=e9(Θ); Normal(p):000005e0=e9(Θ); RealRAM(p):001389e1=d5(╒); RAM(p):001389e1=d5(╒); Physical(p):001389e1=d5(╒); Paged(p):001389e1=d5(╒); Normal(p):000005e1=d5(╒); RealRAM(p):001389e2=05(♣); RAM(p):001389e2=05(♣); Physical(p):001389e2=05(♣); Paged(p):001389e2=05(♣); Normal(p):000005e2=05(♣); RealRAM(p):001389e3=83(â); RAM(p):001389e3=83(â); Physical(p):001389e3=83(â); Paged(p):001389e3=83(â); Normal(p):000005e3=83(â); RealRAM(p):001389e4=c6(╞); RAM(p):001389e4=c6(╞); Physical(p):001389e4=c6(╞); Paged(p):001389e4=c6(╞); Normal(p):000005e4=c6(╞); RealRAM(p):001389e5=02(☻); RAM(p):001389e5=02(☻); Physical(p):001389e5=02(☻); Paged(p):001389e5=02(☻); Normal(p):000005e5=02(☻); RealRAM(p):001389e6=68(h); RAM(p):001389e6=68(h); Physical(p):001389e6=68(h); Paged(p):001389e6=68(h); Normal(p):000005e6=68(h); RealRAM(p):001389e7=b8(╕); RAM(p):001389e7=b8(╕); Physical(p):001389e7=b8(╕); Paged(p):001389e7=b8(╕); Normal(p):000005e7=b8(╕); RealRAM(p):001389e8=00( ); RAM(p):001389e8=00( ); Physical(p):001389e8=00( ); Paged(p):001389e8=00( ); Normal(p):000005e8=00( ); RealRAM(p):001389e9=56(V); RAM(p):001389e9=56(V); Physical(p):001389e9=56(V); Paged(p):001389e9=56(V); Normal(p):000005e9=56(V); RealRAM(p):001389ea=cb(╦); RAM(p):001389ea=cb(╦); Physical(p):001389ea=cb(╦); Paged(p):001389ea=cb(╦); Normal(p):000005ea=cb(╦); RealRAM(p):001389eb=83(â); RAM(p):001389eb=83(â); Physical(p):001389eb=83(â); Paged(p):001389eb=83(â); Normal(p):000005eb=83(â); RealRAM(p):001389ec=c6(╞); RAM(p):001389ec=c6(╞); Physical(p):001389ec=c6(╞); Paged(p):001389ec=c6(╞); Normal(p):000005ec=c6(╞); RealRAM(p):001389ed=02(☻); RAM(p):001389ed=02(☻); Physical(p):001389ed=02(☻); Paged(p):001389ed=02(☻); Normal(p):000005ed=02(☻); RealRAM(p):001389ee=56(V); RAM(p):001389ee=56(V); Physical(p):001389ee=56(V); Paged(p):001389ee=56(V); Normal(p):000005ee=56(V)
BIU T1 E○0048:000005e0 E9 D5 05 jmp 00000bb8
Registers:
EAX: ffff0024 EBX: 00080076 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 00120102 EDI: 0011b280
CS: 0048 DS: 00d8 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 000005e0 EFLAGS: 00003012
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00009300F610FFFF
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:000005db
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0p1c
BIU T1 S○○RealRAM(p):00138fb8=26(&); RAM(p):00138fb8=26(&); Physical(p):00138fb8=26(&); Paged(p):00138fb8=26(&); Normal(p):00000bb8=26(&); RealRAM(p):00138fb9=c7(╟); RAM(p):00138fb9=c7(╟); Physical(p):00138fb9=c7(╟); Paged(p):00138fb9=c7(╟); Normal(p):00000bb9=c7(╟); RealRAM(p):00138fba=06(♠); RAM(p):00138fba=06(♠); Physical(p):00138fba=06(♠); Paged(p):00138fba=06(♠); Normal(p):00000bba=06(♠); RealRAM(p):00138fbb=12(↕); RAM(p):00138fbb=12(↕); Physical(p):00138fbb=12(↕); Paged(p):00138fbb=12(↕); Normal(p):00000bbb=12(↕); RealRAM(p):00138fbc=00( ); RAM(p):00138fbc=00( ); Physical(p):00138fbc=00( ); Paged(p):00138fbc=00( ); Normal(p):00000bbc=00( ); RealRAM(p):00138fbd=06(♠); RAM(p):00138fbd=06(♠); Physical(p):00138fbd=06(♠); Paged(p):00138fbd=06(♠); Normal(p):00000bbd=06(♠); RealRAM(p):00138fbe=00( ); RAM(p):00138fbe=00( ); Physical(p):00138fbe=00( ); Paged(p):00138fbe=00( ); Normal(p):00000bbe=00( ); RealRAM(p):00138fbf=66(f); RAM(p):00138fbf=66(f); Physical(p):00138fbf=66(f); Paged(p):00138fbf=66(f); Normal(p):00000bbf=66(f); RealRAM(p):00138fc0=5e(^); RAM(p):00138fc0=5e(^); Physical(p):00138fc0=5e(^); Paged(p):00138fc0=5e(^); Normal(p):00000bc0=5e(^); RealRAM(p):00138fc1=66(f); RAM(p):00138fc1=66(f); Physical(p):00138fc1=66(f); Paged(p):00138fc1=66(f); Normal(p):00000bc1=66(f); RealRAM(p):00138fc2=5b([); RAM(p):00138fc2=5b([); Physical(p):00138fc2=5b([); Paged(p):00138fc2=5b([); Normal(p):00000bc2=5b([); RealRAM(p):00138fc3=66(f); RAM(p):00138fc3=66(f); Physical(p):00138fc3=66(f); Paged(p):00138fc3=66(f); Normal(p):00000bc3=66(f); RealRAM(p):00138fc4=5d(]); RAM(p):00138fc4=5d(]); Physical(p):00138fc4=5d(]); Paged(p):00138fc4=5d(]); Normal(p):00000bc4=5d(]); RealRAM(p):00138fc5=83(â); RAM(p):00138fc5=83(â); Physical(p):00138fc5=83(â); Paged(p):00138fc5=83(â); Normal(p):00000bc5=83(â); RealRAM(p):00138fc6=c4(─); RAM(p):00138fc6=c4(─); Physical(p):00138fc6=c4(─); Paged(p):00138fc6=c4(─); Normal(p):00000bc6=c4(─)
Registers:
EAX: ffff0024 EBX: 00080076 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 00120102 EDI: 0011b280
CS: 0048 DS: 00d8 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000bb8 EFLAGS: 00003012
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00009300F610FFFF
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:000005e0
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0p1c
BIU T1 I○^ 26 C7 06 12 00 06 00 mov word es:[0012],0006○Paged(w):0013e812=06(♠); Physical(w):0013e812=06(♠); RAM(w):0013e812=06(♠); RealRAM(w):0013e812=06(♠); Paged(w):0013e813=00( ); Physical(w):0013e813=00( ); RAM(w):0013e813=00( ); RealRAM(w):0013e813=00( ); RealRAM(p):00138fc7=04(♦); RAM(p):00138fc7=04(♦); Physical(p):00138fc7=04(♦); Paged(p):00138fc7=04(♦); Normal(p):00000bc7=04(♦); RealRAM(p):00138fc8=66(f); RAM(p):00138fc8=66(f); Physical(p):00138fc8=66(f); Paged(p):00138fc8=66(f); Normal(p):00000bc8=66(f); RealRAM(p):00138fc9=55(U); RAM(p):00138fc9=55(U); Physical(p):00138fc9=55(U); Paged(p):00138fc9=55(U); Normal(p):00000bc9=55(U); RealRAM(p):00138fca=8b(ï); RAM(p):00138fca=8b(ï); Physical(p):00138fca=8b(ï); Paged(p):00138fca=8b(ï); Normal(p):00000bca=8b(ï); RealRAM(p):00138fcb=ec(∞); RAM(p):00138fcb=ec(∞); Physical(p):00138fcb=ec(∞); Paged(p):00138fcb=ec(∞); Normal(p):00000bcb=ec(∞); RealRAM(p):00138fcc=26(&); RAM(p):00138fcc=26(&); Physical(p):00138fcc=26(&); Paged(p):00138fcc=26(&); Normal(p):00000bcc=26(&); RealRAM(p):00138fcd=ff( ); RAM(p):00138fcd=ff( ); Physical(p):00138fcd=ff( ); Paged(p):00138fcd=ff( ); Normal(p):00000bcd=ff( )
BIU T1 -○0048:00000bbf
BIU T1 -○0048:00000bbf 66 5E pop esi○RealRAM(r):00142ecc=b6(╢); RAM(r):00142ecc=b6(╢); Physical(r):00142ecc=b6(╢); Paged(r):00142ecc=b6(╢); RealRAM(r):00142ecd=00( ); RAM(r):00142ecd=00( ); Physical(r):00142ecd=00( ); Paged(r):00142ecd=00( ); RealRAM(r):00142ece=12(↕); RAM(r):00142ece=12(↕); Physical(r):00142ece=12(↕); Paged(r):00142ece=12(↕); RealRAM(r):00142ecf=00( ); RAM(r):00142ecf=00( ); Physical(r):00142ecf=00( ); Paged(r):00142ecf=00( )
Registers:
EAX: ffff0024 EBX: 00080076 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd4 ESI: 00120102 EDI: 0011b280
CS: 0048 DS: 00d8 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000bbf EFLAGS: 00003012
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00009300F610FFFF
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000bb8
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0p1c
BIU T1 I○○RealRAM(p):00138fce=36(6); RAM(p):00138fce=36(6); Physical(p):00138fce=36(6); Paged(p):00138fce=36(6); Normal(p):00000bce=36(6); RealRAM(p):00138fcf=12(↕); RAM(p):00138fcf=12(↕); Physical(p):00138fcf=12(↕); Paged(p):00138fcf=12(↕); Normal(p):00000bcf=12(↕)
BIU T1 -○0048:00000bc1
BIU T1 -○0048:00000bc1 66 5B pop ebx○RealRAM(r):00142ed0=20( ); RAM(r):00142ed0=20( ); Physical(r):00142ed0=20( ); Paged(r):00142ed0=20( ); RealRAM(r):00142ed1=01(☺); RAM(r):00142ed1=01(☺); Physical(r):00142ed1=01(☺); Paged(r):00142ed1=01(☺); RealRAM(r):00142ed2=08(◘); RAM(r):00142ed2=08(◘); Physical(r):00142ed2=08(◘); Paged(r):00142ed2=08(◘); RealRAM(r):00142ed3=00( ); RAM(r):00142ed3=00( ); Physical(r):00142ed3=00( ); Paged(r):00142ed3=00( )
Registers:
EAX: ffff0024 EBX: 00080076 ECX: 00000000 EDX: 00000120
ESP: 00000fd0 EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 00d8 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000bc1 EFLAGS: 00003012
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00009300F610FFFF
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000bbf
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0p1c
BIU T1 I○○RealRAM(p):00138fd0=00( ); RAM(p):00138fd0=00( ); Physical(p):00138fd0=00( ); Paged(p):00138fd0=00( ); Normal(p):00000bd0=00( ); RealRAM(p):00138fd1=e9(Θ); RAM(p):00138fd1=e9(Θ); Physical(p):00138fd1=e9(Θ); Paged(p):00138fd1=e9(Θ); Normal(p):00000bd1=e9(Θ)
BIU T1 -○0048:00000bc3
BIU T1 -○0048:00000bc3 66 5D pop ebp○RealRAM(r):00142ed4=f4(⌠); RAM(r):00142ed4=f4(⌠); Physical(r):00142ed4=f4(⌠); Paged(r):00142ed4=f4(⌠); RealRAM(r):00142ed5=07(•); RAM(r):00142ed5=07(•); Physical(r):00142ed5=07(•); Paged(r):00142ed5=07(•); RealRAM(r):00142ed6=00( ); RAM(r):00142ed6=00( ); Physical(r):00142ed6=00( ); Paged(r):00142ed6=00( ); RealRAM(r):00142ed7=00( ); RAM(r):00142ed7=00( ); Physical(r):00142ed7=00( ); Paged(r):00142ed7=00( )
Registers:
EAX: ffff0024 EBX: 00080120 ECX: 00000000 EDX: 00000120
ESP: 00000fd4 EBP: 00000fd4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 00d8 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000bc3 EFLAGS: 00003012
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00009300F610FFFF
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000bc1
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0p1c
BIU T1 I○○RealRAM(p):00138fd2=bc(╝); RAM(p):00138fd2=bc(╝); Physical(p):00138fd2=bc(╝); Paged(p):00138fd2=bc(╝); Normal(p):00000bd2=bc(╝); RealRAM(p):00138fd3=02(☻); RAM(p):00138fd3=02(☻); Physical(p):00138fd3=02(☻); Paged(p):00138fd3=02(☻); Normal(p):00000bd3=02(☻)
BIU T1 -○0048:00000bc5 83 C4 04 add sp,0004
Registers:
EAX: ffff0024 EBX: 00080120 ECX: 00000000 EDX: 00000120
ESP: 00000fd8 EBP: 000007f4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 00d8 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000bc5 EFLAGS: 00003012
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00009300F610FFFF
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000bc3
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0p1c
BIU T1 I○○RealRAM(p):00138fd4=26(&); RAM(p):00138fd4=26(&); Physical(p):00138fd4=26(&); Paged(p):00138fd4=26(&); Normal(p):00000bd4=26(&); RealRAM(p):00138fd5=f7(≈); RAM(p):00138fd5=f7(≈); Physical(p):00138fd5=f7(≈); Paged(p):00138fd5=f7(≈); Normal(p):00000bd5=f7(≈); RealRAM(p):00138fd6=06(♠); RAM(p):00138fd6=06(♠); Physical(p):00138fd6=06(♠); Paged(p):00138fd6=06(♠); Normal(p):00000bd6=06(♠)
BIU T1 -○0048:00000bc8 66 55 push ebp○Paged(w):00142ed8=f4(⌠); Physical(w):00142ed8=f4(⌠); RAM(w):00142ed8=f4(⌠); RealRAM(w):00142ed8=f4(⌠); Paged(w):00142ed9=07(•); Physical(w):00142ed9=07(•); RAM(w):00142ed9=07(•); RealRAM(w):00142ed9=07(•); Paged(w):00142eda=00( ); Physical(w):00142eda=00( ); RAM(w):00142eda=00( ); RealRAM(w):00142eda=00( ); Paged(w):00142edb=00( ); Physical(w):00142edb=00( ); RAM(w):00142edb=00( ); RealRAM(w):00142edb=00( )
Registers:
EAX: ffff0024 EBX: 00080120 ECX: 00000000 EDX: 00000120
ESP: 00000fdc EBP: 000007f4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 00d8 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000bc8 EFLAGS: 00003002
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00009300F610FFFF
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000bc5
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0p1c
BIU T1 I○○RealRAM(p):00138fd7=10(►); RAM(p):00138fd7=10(►); Physical(p):00138fd7=10(►); Paged(p):00138fd7=10(►); Normal(p):00000bd7=10(►); RealRAM(p):00138fd8=00( ); RAM(p):00138fd8=00( ); Physical(p):00138fd8=00( ); Paged(p):00138fd8=00( ); Normal(p):00000bd8=00( )
BIU T1 -○0048:00000bca 8B EC mov bp,sp
Registers:
EAX: ffff0024 EBX: 00080120 ECX: 00000000 EDX: 00000120
ESP: 00000fd8 EBP: 000007f4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 00d8 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000bca EFLAGS: 00003002
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00009300F610FFFF
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000bc8
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0p1c
BIU T1 I○○RealRAM(p):00138fd9=03(♥); RAM(p):00138fd9=03(♥); Physical(p):00138fd9=03(♥); Paged(p):00138fd9=03(♥); Normal(p):00000bd9=03(♥); RealRAM(p):00138fda=00( ); RAM(p):00138fda=00( ); Physical(p):00138fda=00( ); Paged(p):00138fda=00( ); Normal(p):00000bda=00( )
BIU T1 -○0048:00000bcc 26 FF 36 12 00 push word es:[0012]○RealRAM(r):0013e812=06(♠); RAM(r):0013e812=06(♠); Physical(r):0013e812=06(♠); Paged(r):0013e812=06(♠); RealRAM(r):0013e813=00( ); RAM(r):0013e813=00( ); Physical(r):0013e813=00( ); Paged(r):0013e813=00( ); Paged(w):00142ed6=06(♠); Physical(w):00142ed6=06(♠); RAM(w):00142ed6=06(♠); RealRAM(w):00142ed6=06(♠); Paged(w):00142ed7=00( ); Physical(w):00142ed7=00( ); RAM(w):00142ed7=00( ); RealRAM(w):00142ed7=00( )
Registers:
EAX: ffff0024 EBX: 00080120 ECX: 00000000 EDX: 00000120
ESP: 00000fd8 EBP: 00000fd8 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 00d8 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000bcc EFLAGS: 00003002
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00009300F610FFFF
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000bca
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0p1c
BIU T1 I○○RealRAM(p):00138fdb=74(t); RAM(p):00138fdb=74(t); Physical(p):00138fdb=74(t); Paged(p):00138fdb=74(t); Normal(p):00000bdb=74(t); RealRAM(p):00138fdc=01(☺); RAM(p):00138fdc=01(☺); Physical(p):00138fdc=01(☺); Paged(p):00138fdc=01(☺); Normal(p):00000bdc=01(☺); RealRAM(p):00138fdd=41(A); RAM(p):00138fdd=41(A); Physical(p):00138fdd=41(A); Paged(p):00138fdd=41(A); Normal(p):00000bdd=41(A); RealRAM(p):00138fde=b8(╕); RAM(p):00138fde=b8(╕); Physical(p):00138fde=b8(╕); Paged(p):00138fde=b8(╕); Normal(p):00000bde=b8(╕); RealRAM(p):00138fdf=02(☻); RAM(p):00138fdf=02(☻); Physical(p):00138fdf=02(☻); Paged(p):00138fdf=02(☻); Normal(p):00000bdf=02(☻)
BIU T1 E○0048:00000bd1 E9 BC 02 jmp 00000e90
Registers:
EAX: ffff0024 EBX: 00080120 ECX: 00000000 EDX: 00000120
ESP: 00000fd6 EBP: 00000fd8 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 00d8 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000bd1 EFLAGS: 00003002
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00009300F610FFFF
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000bcc
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0p1c
BIU T1 I○○RealRAM(p):00139290=66(f); RAM(p):00139290=66(f); Physical(p):00139290=66(f); Paged(p):00139290=66(f); Normal(p):00000e90=66(f); RealRAM(p):00139291=53(S); RAM(p):00139291=53(S); Physical(p):00139291=53(S); Paged(p):00139291=53(S); Normal(p):00000e91=53(S); RealRAM(p):00139292=66(f); RAM(p):00139292=66(f); Physical(p):00139292=66(f); Paged(p):00139292=66(f); Normal(p):00000e92=66(f); RealRAM(p):00139293=56(V); RAM(p):00139293=56(V); Physical(p):00139293=56(V); Paged(p):00139293=56(V); Normal(p):00000e93=56(V); RealRAM(p):00139294=83(â); RAM(p):00139294=83(â); Physical(p):00139294=83(â); Paged(p):00139294=83(â); Normal(p):00000e94=83(â); RealRAM(p):00139295=ec(∞); RAM(p):00139295=ec(∞); Physical(p):00139295=ec(∞); Paged(p):00139295=ec(∞); Normal(p):00000e95=ec(∞); RealRAM(p):00139296=02(☻); RAM(p):00139296=02(☻); Physical(p):00139296=02(☻); Paged(p):00139296=02(☻); Normal(p):00000e96=02(☻); RealRAM(p):00139297=bb(╗); RAM(p):00139297=bb(╗); Physical(p):00139297=bb(╗); Paged(p):00139297=bb(╗); Normal(p):00000e97=bb(╗); RealRAM(p):00139298=80(Ç); RAM(p):00139298=80(Ç); Physical(p):00139298=80(Ç); Paged(p):00139298=80(Ç); Normal(p):00000e98=80(Ç); RealRAM(p):00139299=00( ); RAM(p):00139299=00( ); Physical(p):00139299=00( ); Paged(p):00139299=00( ); Normal(p):00000e99=00( ); RealRAM(p):0013929a=8e(Ä); RAM(p):0013929a=8e(Ä); Physical(p):0013929a=8e(Ä); Paged(p):0013929a=8e(Ä); Normal(p):00000e9a=8e(Ä); RealRAM(p):0013929b=db(█); RAM(p):0013929b=db(█); Physical(p):0013929b=db(█); Paged(p):0013929b=db(█); Normal(p):00000e9b=db(█); RealRAM(p):0013929c=be(╛); RAM(p):0013929c=be(╛); Physical(p):0013929c=be(╛); Paged(p):0013929c=be(╛); Normal(p):00000e9c=be(╛); RealRAM(p):0013929d=bc(╝); RAM(p):0013929d=bc(╝); Physical(p):0013929d=bc(╝); Paged(p):0013929d=bc(╝); Normal(p):00000e9d=bc(╝); RealRAM(p):0013929e=02(☻); RAM(p):0013929e=02(☻); Physical(p):0013929e=02(☻); Paged(p):0013929e=02(☻); Normal(p):00000e9e=02(☻)
BIU T1 -○0048:00000e90 66 53 push ebx○Paged(w):00142ed2=20( ); Physical(w):00142ed2=20( ); RAM(w):00142ed2=20( ); RealRAM(w):00142ed2=20( ); Paged(w):00142ed3=01(☺); Physical(w):00142ed3=01(☺); RAM(w):00142ed3=01(☺); RealRAM(w):00142ed3=01(☺); Paged(w):00142ed4=08(◘); Physical(w):00142ed4=08(◘); RAM(w):00142ed4=08(◘); RealRAM(w):00142ed4=08(◘); Paged(w):00142ed5=00( ); Physical(w):00142ed5=00( ); RAM(w):00142ed5=00( ); RealRAM(w):00142ed5=00( )
Registers:
EAX: ffff0024 EBX: 00080120 ECX: 00000000 EDX: 00000120
ESP: 00000fd6 EBP: 00000fd8 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 00d8 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000e90 EFLAGS: 00003002
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00009300F610FFFF
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000bd1
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0p1c
BIU T1 I○○RealRAM(p):0013929f=66(f); RAM(p):0013929f=66(f); Physical(p):0013929f=66(f); Paged(p):0013929f=66(f); Normal(p):00000e9f=66(f); RealRAM(p):001392a0=0f(☼); RAM(p):001392a0=0f(☼); Physical(p):001392a0=0f(☼); Paged(p):001392a0=0f(☼); Normal(p):00000ea0=0f(☼)
BIU T1 -○0048:00000e92 66 56 push esi○Paged(w):00142ece=b6(╢); Physical(w):00142ece=b6(╢); RAM(w):00142ece=b6(╢); RealRAM(w):00142ece=b6(╢); Paged(w):00142ecf=00( ); Physical(w):00142ecf=00( ); RAM(w):00142ecf=00( ); RealRAM(w):00142ecf=00( ); Paged(w):00142ed0=12(↕); Physical(w):00142ed0=12(↕); RAM(w):00142ed0=12(↕); RealRAM(w):00142ed0=12(↕); Paged(w):00142ed1=00( ); Physical(w):00142ed1=00( ); RAM(w):00142ed1=00( ); RealRAM(w):00142ed1=00( )
Registers:
EAX: ffff0024 EBX: 00080120 ECX: 00000000 EDX: 00000120
ESP: 00000fd2 EBP: 00000fd8 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 00d8 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000e92 EFLAGS: 00003002
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00009300F610FFFF
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000e90
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0p1c
BIU T1 I○○RealRAM(p):001392a1=b7(╖); RAM(p):001392a1=b7(╖); Physical(p):001392a1=b7(╖); Paged(p):001392a1=b7(╖); Normal(p):00000ea1=b7(╖); RealRAM(p):001392a2=f6(÷); RAM(p):001392a2=f6(÷); Physical(p):001392a2=f6(÷); Paged(p):001392a2=f6(÷); Normal(p):00000ea2=f6(÷)
BIU T1 -○0048:00000e94 83 EC 02 sub sp,0002
Registers:
EAX: ffff0024 EBX: 00080120 ECX: 00000000 EDX: 00000120
ESP: 00000fce EBP: 00000fd8 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 00d8 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000e94 EFLAGS: 00003002
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00009300F610FFFF
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000e92
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0p1c
BIU T1 I○○RealRAM(p):001392a3=66(f); RAM(p):001392a3=66(f); Physical(p):001392a3=66(f); Paged(p):001392a3=66(f); Normal(p):00000ea3=66(f); RealRAM(p):001392a4=c1(┴); RAM(p):001392a4=c1(┴); Physical(p):001392a4=c1(┴); Paged(p):001392a4=c1(┴); Normal(p):00000ea4=c1(┴); RealRAM(p):001392a5=e6(µ); RAM(p):001392a5=e6(µ); Physical(p):001392a5=e6(µ); Paged(p):001392a5=e6(µ); Normal(p):00000ea5=e6(µ)
BIU T1 -○0048:00000e97 BB 80 00 mov bx,0080
Registers:
EAX: ffff0024 EBX: 00080120 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd8 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 00d8 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000e97 EFLAGS: 00003006
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00009300F610FFFF
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000e94
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0P1c
BIU T1 I○○RealRAM(p):001392a6=04(♦); RAM(p):001392a6=04(♦); Physical(p):001392a6=04(♦); Paged(p):001392a6=04(♦); Normal(p):00000ea6=04(♦); RealRAM(p):001392a7=e9(Θ); RAM(p):001392a7=e9(Θ); Physical(p):001392a7=e9(Θ); Paged(p):001392a7=e9(Θ); Normal(p):00000ea7=e9(Θ); RealRAM(p):001392a8=f8(°); RAM(p):001392a8=f8(°); Physical(p):001392a8=f8(°); Paged(p):001392a8=f8(°); Normal(p):00000ea8=f8(°)
MMU: Reading from real(r): 00143800=ff ( )
Reading from RAM(r): 00143800=ff ( )
Reading from physical memory(r): 00143800=ff ( )
Reading from paged memory(r): 00143800=ff ( )
MMU: Reading from real(r): 00143801=ff ( )
Reading from RAM(r): 00143801=ff ( )
Reading from physical memory(r): 00143801=ff ( )
Reading from paged memory(r): 00143801=ff ( )
MMU: Reading from real(r): 00143802=00 ( )
Reading from RAM(r): 00143802=00 ( )
Reading from physical memory(r): 00143802=00 ( )
Reading from paged memory(r): 00143802=00 ( )
MMU: Reading from real(r): 00143803=00 ( )
Reading from RAM(r): 00143803=00 ( )
Reading from physical memory(r): 00143803=00 ( )
Reading from paged memory(r): 00143803=00 ( )
MMU: Reading from real(r): 00143804=00 ( )
Reading from RAM(r): 00143804=00 ( )
Reading from physical memory(r): 00143804=00 ( )
Reading from paged memory(r): 00143804=00 ( )
MMU: Reading from real(r): 00143805=93 (ô)
Reading from RAM(r): 00143805=93 (ô)
Reading from physical memory(r): 00143805=93 (ô)
Reading from paged memory(r): 00143805=93 (ô)
MMU: Reading from real(r): 00143806=cf (╧)
Reading from RAM(r): 00143806=cf (╧)
Reading from physical memory(r): 00143806=cf (╧)
Reading from paged memory(r): 00143806=cf (╧)
MMU: Reading from real(r): 00143807=00 ( )
Reading from RAM(r): 00143807=00 ( )
Reading from physical memory(r): 00143807=00 ( )
Reading from paged memory(r): 00143807=00 ( )
BIU T1 -○0048:00000e9a 8E DB mov ds,bx
Registers:
EAX: ffff0024 EBX: 00080080 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd8 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 00d8 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000e9a EFLAGS: 00003006
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00009300F610FFFF
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000e97
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0P1c
BIU T1 I○○RealRAM(p):001392a9=fe(■); RAM(p):001392a9=fe(■); Physical(p):001392a9=fe(■); Paged(p):001392a9=fe(■); Normal(p):00000ea9=fe(■); RealRAM(p):001392aa=66(f); RAM(p):001392aa=66(f); Physical(p):001392aa=66(f); Paged(p):001392aa=66(f); Normal(p):00000eaa=66(f)
BIU T1 -○0048:00000e9c BE BC 02 mov si,02bc
Registers:
EAX: ffff0024 EBX: 00080080 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd8 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000e9c EFLAGS: 00003006
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF93000000FFFF
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000e9a
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0P1c
BIU T1 I○○RealRAM(p):001392ab=50(P); RAM(p):001392ab=50(P); Physical(p):001392ab=50(P); Paged(p):001392ab=50(P); Normal(p):00000eab=50(P); RealRAM(p):001392ac=66(f); RAM(p):001392ac=66(f); Physical(p):001392ac=66(f); Paged(p):001392ac=66(f); Normal(p):00000eac=66(f); RealRAM(p):001392ad=8b(ï); RAM(p):001392ad=8b(ï); Physical(p):001392ad=8b(ï); Paged(p):001392ad=8b(ï); Normal(p):00000ead=8b(ï)
BIU T1 -○0048:00000e9f 66 0F B7 F6 movzx esi,si
Registers:
EAX: ffff0024 EBX: 00080080 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd8 ESI: 001202bc EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000e9f EFLAGS: 00003006
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF93000000FFFF
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000e9c
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0P1c
BIU T1 I○○RealRAM(p):001392ae=46(F); RAM(p):001392ae=46(F); Physical(p):001392ae=46(F); Paged(p):001392ae=46(F); Normal(p):00000eae=46(F); RealRAM(p):001392af=fc(ⁿ); RAM(p):001392af=fc(ⁿ); Physical(p):001392af=fc(ⁿ); Paged(p):001392af=fc(ⁿ); Normal(p):00000eaf=fc(ⁿ); RealRAM(p):001392b0=66(f); RAM(p):001392b0=66(f); Physical(p):001392b0=66(f); Paged(p):001392b0=66(f); Normal(p):00000eb0=66(f); RealRAM(p):001392b1=89(ë); RAM(p):001392b1=89(ë); Physical(p):001392b1=89(ë); Paged(p):001392b1=89(ë); Normal(p):00000eb1=89(ë)
BIU T1 -○0048:00000ea3
Registers:
EAX: ffff0024 EBX: 00080080 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd8 ESI: 000002bc EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000ea3 EFLAGS: 00003006
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF93000000FFFF
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000e9f
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0P1c
BIU T1 I○^ 66 C1 E6 04 shl esi,04○RealRAM(p):001392b2=46(F); RAM(p):001392b2=46(F); Physical(p):001392b2=46(F); Paged(p):001392b2=46(F); Normal(p):00000eb2=46(F); RealRAM(p):001392b3=0c(♀); RAM(p):001392b3=0c(♀); Physical(p):001392b3=0c(♀); Paged(p):001392b3=0c(♀); Normal(p):00000eb3=0c(♀); RealRAM(p):001392b4=66(f); RAM(p):001392b4=66(f); Physical(p):001392b4=66(f); Paged(p):001392b4=66(f); Normal(p):00000eb4=66(f); RealRAM(p):001392b5=8b(ï); RAM(p):001392b5=8b(ï); Physical(p):001392b5=8b(ï); Paged(p):001392b5=8b(ï); Normal(p):00000eb5=8b(ï)
BIU T1 E○0048:00000ea7 E9 F8 FE jmp 00000da2
Registers:
EAX: ffff0024 EBX: 00080080 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd8 ESI: 00002bc0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000ea7 EFLAGS: 00003016
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF93000000FFFF
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000ea3
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0P1c
BIU T1 I○○RealRAM(p):001391a2=83(â); RAM(p):001391a2=83(â); Physical(p):001391a2=83(â); Paged(p):001391a2=83(â); Normal(p):00000da2=83(â); RealRAM(p):001391a3=c4(─); RAM(p):001391a3=c4(─); Physical(p):001391a3=c4(─); Paged(p):001391a3=c4(─); Normal(p):00000da3=c4(─); RealRAM(p):001391a4=02(☻); RAM(p):001391a4=02(☻); Physical(p):001391a4=02(☻); Paged(p):001391a4=02(☻); Normal(p):00000da4=02(☻); RealRAM(p):001391a5=67(g); RAM(p):001391a5=67(g); Physical(p):001391a5=67(g); Paged(p):001391a5=67(g); Normal(p):00000da5=67(g); RealRAM(p):001391a6=66(f); RAM(p):001391a6=66(f); Physical(p):001391a6=66(f); Paged(p):001391a6=66(f); Normal(p):00000da6=66(f); RealRAM(p):001391a7=8b(ï); RAM(p):001391a7=8b(ï); Physical(p):001391a7=8b(ï); Paged(p):001391a7=8b(ï); Normal(p):00000da7=8b(ï); RealRAM(p):001391a8=9e(₧); RAM(p):001391a8=9e(₧); Physical(p):001391a8=9e(₧); Paged(p):001391a8=9e(₧); Normal(p):00000da8=9e(₧); RealRAM(p):001391a9=48(H); RAM(p):001391a9=48(H); Physical(p):001391a9=48(H); Paged(p):001391a9=48(H); Normal(p):00000da9=48(H); RealRAM(p):001391aa=09(○); RAM(p):001391aa=09(○); Physical(p):001391aa=09(○); Paged(p):001391aa=09(○); Normal(p):00000daa=09(○); RealRAM(p):001391ab=00( ); RAM(p):001391ab=00( ); Physical(p):001391ab=00( ); Paged(p):001391ab=00( ); Normal(p):00000dab=00( ); RealRAM(p):001391ac=00( ); RAM(p):001391ac=00( ); Physical(p):001391ac=00( ); Paged(p):001391ac=00( ); Normal(p):00000dac=00( ); RealRAM(p):001391ad=67(g); RAM(p):001391ad=67(g); Physical(p):001391ad=67(g); Paged(p):001391ad=67(g); Normal(p):00000dad=67(g); RealRAM(p):001391ae=80(Ç); RAM(p):001391ae=80(Ç); Physical(p):001391ae=80(Ç); Paged(p):001391ae=80(Ç); Normal(p):00000dae=80(Ç); RealRAM(p):001391af=bb(╗); RAM(p):001391af=bb(╗); Physical(p):001391af=bb(╗); Paged(p):001391af=bb(╗); Normal(p):00000daf=bb(╗); RealRAM(p):001391b0=6d(m); RAM(p):001391b0=6d(m); Physical(p):001391b0=6d(m); Paged(p):001391b0=6d(m); Normal(p):00000db0=6d(m)
BIU T1 -○0048:00000da2 83 C4 02 add sp,0002
Registers:
EAX: ffff0024 EBX: 00080080 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd8 ESI: 00002bc0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000da2 EFLAGS: 00003016
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF93000000FFFF
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000ea7
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0P1c
BIU T1 I○○RealRAM(p):001391b1=06(♠); RAM(p):001391b1=06(♠); Physical(p):001391b1=06(♠); Paged(p):001391b1=06(♠); Normal(p):00000db1=06(♠); RealRAM(p):001391b2=00( ); RAM(p):001391b2=00( ); Physical(p):001391b2=00( ); Paged(p):001391b2=00( ); Normal(p):00000db2=00( ); RealRAM(p):001391b3=00( ); RAM(p):001391b3=00( ); Physical(p):001391b3=00( ); Paged(p):001391b3=00( ); Normal(p):00000db3=00( )
BIU T1 -○0048:00000da5 67 66 8B 9E 48 09 00 00 mov ebx,dword ds:[esi+00000948]○RealRAM(r):00003508=00( ); RAM(r):00003508=00( ); Physical(r):00003508=00( ); Paged(r):00003508=00( ); RealRAM(r):00003509=e8(Φ); RAM(r):00003509=e8(Φ); Physical(r):00003509=e8(Φ); Paged(r):00003509=e8(Φ); RealRAM(r):0000350a=13(‼); RAM(r):0000350a=13(‼); Physical(r):0000350a=13(‼); Paged(r):0000350a=13(‼); RealRAM(r):0000350b=00( ); RAM(r):0000350b=00( ); Physical(r):0000350b=00( ); Paged(r):0000350b=00( )
Registers:
EAX: ffff0024 EBX: 00080080 ECX: 00000000 EDX: 00000120
ESP: 00000fce EBP: 00000fd8 ESI: 00002bc0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000da5 EFLAGS: 00003002
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF93000000FFFF
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000da2
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0p1c
BIU T1 S○○RealRAM(p):001391b4=00( ); RAM(p):001391b4=00( ); Physical(p):001391b4=00( ); Paged(p):001391b4=00( ); Normal(p):00000db4=00( ); RealRAM(p):001391b5=0f(☼); RAM(p):001391b5=0f(☼); Physical(p):001391b5=0f(☼); Paged(p):001391b5=0f(☼); Normal(p):00000db5=0f(☼); RealRAM(p):001391b6=85(à); RAM(p):001391b6=85(à); Physical(p):001391b6=85(à); Paged(p):001391b6=85(à); Normal(p):00000db6=85(à); RealRAM(p):001391b7=93(ô); RAM(p):001391b7=93(ô); Physical(p):001391b7=93(ô); Paged(p):001391b7=93(ô); Normal(p):00000db7=93(ô); RealRAM(p):001391b8=00( ); RAM(p):001391b8=00( ); Physical(p):001391b8=00( ); Paged(p):001391b8=00( ); Normal(p):00000db8=00( ); RealRAM(p):001391b9=67(g); RAM(p):001391b9=67(g); Physical(p):001391b9=67(g); Paged(p):001391b9=67(g); Normal(p):00000db9=67(g); RealRAM(p):001391ba=66(f); RAM(p):001391ba=66(f); Physical(p):001391ba=66(f); Paged(p):001391ba=66(f); Normal(p):00000dba=66(f); RealRAM(p):001391bb=f7(≈); RAM(p):001391bb=f7(≈); Physical(p):001391bb=f7(≈); Paged(p):001391bb=f7(≈); Normal(p):00000dbb=f7(≈)
BIU T1 -○0048:00000dad 67 80 BB 6D 06 00 00 00 cmp byte ds:[ebx+0000066d],00○RealRAM(r):0013ee6d=00( ); RAM(r):0013ee6d=00( ); Physical(r):0013ee6d=00( ); Paged(r):0013ee6d=00( )
Registers:
EAX: ffff0024 EBX: 0013e800 ECX: 00000000 EDX: 00000120
ESP: 00000fce EBP: 00000fd8 ESI: 00002bc0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000dad EFLAGS: 00003002
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF93000000FFFF
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000da5
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0p1c
BIU T1 I○○RealRAM(p):001391bc=86(å); RAM(p):001391bc=86(å); Physical(p):001391bc=86(å); Paged(p):001391bc=86(å); Normal(p):00000dbc=86(å); RealRAM(p):001391bd=bc(╝); RAM(p):001391bd=bc(╝); Physical(p):001391bd=bc(╝); Paged(p):001391bd=bc(╝); Normal(p):00000dbd=bc(╝); RealRAM(p):001391be=08(◘); RAM(p):001391be=08(◘); Physical(p):001391be=08(◘); Paged(p):001391be=08(◘); Normal(p):00000dbe=08(◘); RealRAM(p):001391bf=00( ); RAM(p):001391bf=00( ); Physical(p):001391bf=00( ); Paged(p):001391bf=00( ); Normal(p):00000dbf=00( ); RealRAM(p):001391c0=00( ); RAM(p):001391c0=00( ); Physical(p):001391c0=00( ); Paged(p):001391c0=00( ); Normal(p):00000dc0=00( ); RealRAM(p):001391c1=00( ); RAM(p):001391c1=00( ); Physical(p):001391c1=00( ); Paged(p):001391c1=00( ); Normal(p):00000dc1=00( ); RealRAM(p):001391c2=08(◘); RAM(p):001391c2=08(◘); Physical(p):001391c2=08(◘); Paged(p):001391c2=08(◘); Normal(p):00000dc2=08(◘); RealRAM(p):001391c3=00( ); RAM(p):001391c3=00( ); Physical(p):001391c3=00( ); Paged(p):001391c3=00( ); Normal(p):00000dc3=00( )
BIU T1 -○0048:00000db5 0F 85 93 00 jnz 00000e4c
Registers:
EAX: ffff0024 EBX: 0013e800 ECX: 00000000 EDX: 00000120
ESP: 00000fce EBP: 00000fd8 ESI: 00002bc0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000db5 EFLAGS: 00003046
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF93000000FFFF
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000dad
FLAGSINFO: 0000000000ipfavr0n11oditsZ0a0P1c
BIU T1 S○○RealRAM(p):001391c4=00( ); RAM(p):001391c4=00( ); Physical(p):001391c4=00( ); Paged(p):001391c4=00( ); Normal(p):00000dc4=00( ); RealRAM(p):001391c5=0f(☼); RAM(p):001391c5=0f(☼); Physical(p):001391c5=0f(☼); Paged(p):001391c5=0f(☼); Normal(p):00000dc5=0f(☼); RealRAM(p):001391c6=85(à); RAM(p):001391c6=85(à); Physical(p):001391c6=85(à); Paged(p):001391c6=85(à); Normal(p):00000dc6=85(à); RealRAM(p):001391c7=93(ô); RAM(p):001391c7=93(ô); Physical(p):001391c7=93(ô); Paged(p):001391c7=93(ô); Normal(p):00000dc7=93(ô)
BIU T1 -○0048:00000db9 67 66 F7 86 BC 08 00 00 00 08 00 00 test dword ds:[esi+000008bc],00000800○RealRAM(r):0000347c=02(☻); RAM(r):0000347c=02(☻); Physical(r):0000347c=02(☻); Paged(r):0000347c=02(☻); RealRAM(r):0000347d=00( ); RAM(r):0000347d=00( ); Physical(r):0000347d=00( ); Paged(r):0000347d=00( ); RealRAM(r):0000347e=04(♦); RAM(r):0000347e=04(♦); Physical(r):0000347e=04(♦); Paged(r):0000347e=04(♦); RealRAM(r):0000347f=00( ); RAM(r):0000347f=00( ); Physical(r):0000347f=00( ); Paged(r):0000347f=00( )
Registers:
EAX: ffff0024 EBX: 0013e800 ECX: 00000000 EDX: 00000120
ESP: 00000fce EBP: 00000fd8 ESI: 00002bc0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000db9 EFLAGS: 00003046
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF93000000FFFF
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000db5
FLAGSINFO: 0000000000ipfavr0n11oditsZ0a0P1c
BIU T1 I○○RealRAM(p):001391c8=00( ); RAM(p):001391c8=00( ); Physical(p):001391c8=00( ); Paged(p):001391c8=00( ); Normal(p):00000dc8=00( ); RealRAM(p):001391c9=66(f); RAM(p):001391c9=66(f); Physical(p):001391c9=66(f); Paged(p):001391c9=66(f); Normal(p):00000dc9=66(f); RealRAM(p):001391ca=0f(☼); RAM(p):001391ca=0f(☼); Physical(p):001391ca=0f(☼); Paged(p):001391ca=0f(☼); Normal(p):00000dca=0f(☼); RealRAM(p):001391cb=b7(╖); RAM(p):001391cb=b7(╖); Physical(p):001391cb=b7(╖); Paged(p):001391cb=b7(╖); Normal(p):00000dcb=b7(╖); RealRAM(p):001391cc=5e(^); RAM(p):001391cc=5e(^); Physical(p):001391cc=5e(^); Paged(p):001391cc=5e(^); Normal(p):00000dcc=5e(^); RealRAM(p):001391cd=10(►); RAM(p):001391cd=10(►); Physical(p):001391cd=10(►); Paged(p):001391cd=10(►); Normal(p):00000dcd=10(►); RealRAM(p):001391ce=83(â); RAM(p):001391ce=83(â); Physical(p):001391ce=83(â); Paged(p):001391ce=83(â); Normal(p):00000dce=83(â); RealRAM(p):001391cf=eb(δ); RAM(p):001391cf=eb(δ); Physical(p):001391cf=eb(δ); Paged(p):001391cf=eb(δ); Normal(p):00000dcf=eb(δ); RealRAM(p):001391d0=06(♠); RAM(p):001391d0=06(♠); Physical(p):001391d0=06(♠); Paged(p):001391d0=06(♠); Normal(p):00000dd0=06(♠); RealRAM(p):001391d1=89(ë); RAM(p):001391d1=89(ë); Physical(p):001391d1=89(ë); Paged(p):001391d1=89(ë); Normal(p):00000dd1=89(ë); RealRAM(p):001391d2=5e(^); RAM(p):001391d2=5e(^); Physical(p):001391d2=5e(^); Paged(p):001391d2=5e(^); Normal(p):00000dd2=5e(^); RealRAM(p):001391d3=10(►); RAM(p):001391d3=10(►); Physical(p):001391d3=10(►); Paged(p):001391d3=10(►); Normal(p):00000dd3=10(►)
BIU T1 -○0048:00000dc5 0F 85 93 00 jnz 00000e5c
Registers:
EAX: ffff0024 EBX: 0013e800 ECX: 00000000 EDX: 00000120
ESP: 00000fce EBP: 00000fd8 ESI: 00002bc0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000dc5 EFLAGS: 00003046
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF93000000FFFF
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000db9
FLAGSINFO: 0000000000ipfavr0n11oditsZ0a0P1c
BIU T1 I○○RealRAM(p):001391d4=50(P); RAM(p):001391d4=50(P); Physical(p):001391d4=50(P); Paged(p):001391d4=50(P); Normal(p):00000dd4=50(P); RealRAM(p):001391d5=66(f); RAM(p):001391d5=66(f); Physical(p):001391d5=66(f); Paged(p):001391d5=66(f); Normal(p):00000dd5=66(f); RealRAM(p):001391d6=0f(☼); RAM(p):001391d6=0f(☼); Physical(p):001391d6=0f(☼); Paged(p):001391d6=0f(☼); Normal(p):00000dd6=0f(☼); RealRAM(p):001391d7=b7(╖); RAM(p):001391d7=b7(╖); Physical(p):001391d7=b7(╖); Paged(p):001391d7=b7(╖); Normal(p):00000dd7=b7(╖)
BIU T1 -○0048:00000dc9 66 0F B7 5E 10 movzx ebx,word ss:[bp+10]○RealRAM(r):00142ee8=e6(µ); RAM(r):00142ee8=e6(µ); Physical(r):00142ee8=e6(µ); Paged(r):00142ee8=e6(µ); RealRAM(r):00142ee9=07(•); RAM(r):00142ee9=07(•); Physical(r):00142ee9=07(•); Paged(r):00142ee9=07(•)
Registers:
EAX: ffff0024 EBX: 0013e800 ECX: 00000000 EDX: 00000120
ESP: 00000fce EBP: 00000fd8 ESI: 00002bc0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000dc9 EFLAGS: 00003046
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF93000000FFFF
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000dc5
FLAGSINFO: 0000000000ipfavr0n11oditsZ0a0P1c
BIU T1 I○○RealRAM(p):001391d8=76(v); RAM(p):001391d8=76(v); Physical(p):001391d8=76(v); Paged(p):001391d8=76(v); Normal(p):00000dd8=76(v); RealRAM(p):001391d9=14(¶); RAM(p):001391d9=14(¶); Physical(p):001391d9=14(¶); Paged(p):001391d9=14(¶); Normal(p):00000dd9=14(¶); RealRAM(p):001391da=66(f); RAM(p):001391da=66(f); Physical(p):001391da=66(f); Paged(p):001391da=66(f); Normal(p):00000dda=66(f); RealRAM(p):001391db=c1(┴); RAM(p):001391db=c1(┴); Physical(p):001391db=c1(┴); Paged(p):001391db=c1(┴); Normal(p):00000ddb=c1(┴); RealRAM(p):001391dc=e6(µ); RAM(p):001391dc=e6(µ); Physical(p):001391dc=e6(µ); Paged(p):001391dc=e6(µ); Normal(p):00000ddc=e6(µ)
BIU T1 -○0048:00000dce 83 EB 06 sub bx,0006
Registers:
EAX: ffff0024 EBX: 000007e6 ECX: 00000000 EDX: 00000120
ESP: 00000fce EBP: 00000fd8 ESI: 00002bc0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000dce EFLAGS: 00003046
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF93000000FFFF
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000dc9
FLAGSINFO: 0000000000ipfavr0n11oditsZ0a0P1c
BIU T1 I○○RealRAM(p):001391dd=04(♦); RAM(p):001391dd=04(♦); Physical(p):001391dd=04(♦); Paged(p):001391dd=04(♦); Normal(p):00000ddd=04(♦); RealRAM(p):001391de=8b(ï); RAM(p):001391de=8b(ï); Physical(p):001391de=8b(ï); Paged(p):001391de=8b(ï); Normal(p):00000dde=8b(ï); RealRAM(p):001391df=46(F); RAM(p):001391df=46(F); Physical(p):001391df=46(F); Paged(p):001391df=46(F); Normal(p):00000ddf=46(F)
BIU T1 -○0048:00000dd1
Registers:
EAX: ffff0024 EBX: 000007e0 ECX: 00000000 EDX: 00000120
ESP: 00000fce EBP: 00000fd8 ESI: 00002bc0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000dd1 EFLAGS: 00003002
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF93000000FFFF
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000dce
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0p1c
BIU T1 I○^ 89 5E 10 mov word ss:[bp+10],bx○Paged(w):00142ee8=e0(α); Physical(w):00142ee8=e0(α); RAM(w):00142ee8=e0(α); RealRAM(w):00142ee8=e0(α); Paged(w):00142ee9=07(•); Physical(w):00142ee9=07(•); RAM(w):00142ee9=07(•); RealRAM(w):00142ee9=07(•); RealRAM(p):001391e0=04(♦); RAM(p):001391e0=04(♦); Physical(p):001391e0=04(♦); Paged(p):001391e0=04(♦); Normal(p):00000de0=04(♦); RealRAM(p):001391e1=67(g); RAM(p):001391e1=67(g); Physical(p):001391e1=67(g); Paged(p):001391e1=67(g); Normal(p):00000de1=67(g); RealRAM(p):001391e2=89(ë); RAM(p):001391e2=89(ë); Physical(p):001391e2=89(ë); Paged(p):001391e2=89(ë); Normal(p):00000de2=89(ë)
BIU T1 -○0048:00000dd4
Registers:
EAX: ffff0024 EBX: 000007e0 ECX: 00000000 EDX: 00000120
ESP: 00000fce EBP: 00000fd8 ESI: 00002bc0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000dd4 EFLAGS: 00003002
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF93000000FFFF
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000dd1
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0p1c
BIU T1 I○^ 50 push ax○Paged(w):00142ecc=24($); Physical(w):00142ecc=24($); RAM(w):00142ecc=24($); RealRAM(w):00142ecc=24($); Paged(w):00142ecd=00( ); Physical(w):00142ecd=00( ); RAM(w):00142ecd=00( ); RealRAM(w):00142ecd=00( ); RealRAM(p):001391e3=04(♦); RAM(p):001391e3=04(♦); Physical(p):001391e3=04(♦); Paged(p):001391e3=04(♦); Normal(p):00000de3=04(♦)
BIU T1 -○0048:00000dd5 66 0F B7 76 14 movzx esi,word ss:[bp+14]○RealRAM(r):00142eec=ed(φ); RAM(r):00142eec=ed(φ); Physical(r):00142eec=ed(φ); Paged(r):00142eec=ed(φ); RealRAM(r):00142eed=1a(→); RAM(r):00142eed=1a(→); Physical(r):00142eed=1a(→); Paged(r):00142eed=1a(→)
Registers:
EAX: ffff0024 EBX: 000007e0 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd8 ESI: 00002bc0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000dd5 EFLAGS: 00003002
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF93000000FFFF
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000dd4
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0p1c
BIU T1 I○○RealRAM(p):001391e4=1e(▲); RAM(p):001391e4=1e(▲); Physical(p):001391e4=1e(▲); Paged(p):001391e4=1e(▲); Normal(p):00000de4=1e(▲); RealRAM(p):001391e5=43(C); RAM(p):001391e5=43(C); Physical(p):001391e5=43(C); Paged(p):001391e5=43(C); Normal(p):00000de5=43(C); RealRAM(p):001391e6=43(C); RAM(p):001391e6=43(C); Physical(p):001391e6=43(C); Paged(p):001391e6=43(C); Normal(p):00000de6=43(C); RealRAM(p):001391e7=8b(ï); RAM(p):001391e7=8b(ï); Physical(p):001391e7=8b(ï); Paged(p):001391e7=8b(ï); Normal(p):00000de7=8b(ï); RealRAM(p):001391e8=46(F); RAM(p):001391e8=46(F); Physical(p):001391e8=46(F); Paged(p):001391e8=46(F); Normal(p):00000de8=46(F)
BIU T1 -○0048:00000dda
Registers:
EAX: ffff0024 EBX: 000007e0 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd8 ESI: 00001aed EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000dda EFLAGS: 00003002
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF93000000FFFF
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000dd5
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0p1c
BIU T1 I○^ 66 C1 E6 04 shl esi,04○RealRAM(p):001391e9=08(◘); RAM(p):001391e9=08(◘); Physical(p):001391e9=08(◘); Paged(p):001391e9=08(◘); Normal(p):00000de9=08(◘); RealRAM(p):001391ea=67(g); RAM(p):001391ea=67(g); Physical(p):001391ea=67(g); Paged(p):001391ea=67(g); Normal(p):00000dea=67(g); RealRAM(p):001391eb=89(ë); RAM(p):001391eb=89(ë); Physical(p):001391eb=89(ë); Paged(p):001391eb=89(ë); Normal(p):00000deb=89(ë); RealRAM(p):001391ec=04(♦); RAM(p):001391ec=04(♦); Physical(p):001391ec=04(♦); Paged(p):001391ec=04(♦); Normal(p):00000dec=04(♦)
BIU T1 -○0048:00000dde 8B 46 04 mov ax,word ss:[bp+04]○RealRAM(r):00142edc=02(☻); RAM(r):00142edc=02(☻); Physical(r):00142edc=02(☻); Paged(r):00142edc=02(☻); RealRAM(r):00142edd=01(☺); RAM(r):00142edd=01(☺); Physical(r):00142edd=01(☺); Paged(r):00142edd=01(☺)
Registers:
EAX: ffff0024 EBX: 000007e0 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd8 ESI: 0001aed0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000dde EFLAGS: 00003012
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF93000000FFFF
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000dda
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0p1c
BIU T1 I○○RealRAM(p):001391ed=1e(▲); RAM(p):001391ed=1e(▲); Physical(p):001391ed=1e(▲); Paged(p):001391ed=1e(▲); Normal(p):00000ded=1e(▲); RealRAM(p):001391ee=43(C); RAM(p):001391ee=43(C); Physical(p):001391ee=43(C); Paged(p):001391ee=43(C); Normal(p):00000dee=43(C); RealRAM(p):001391ef=43(C); RAM(p):001391ef=43(C); Physical(p):001391ef=43(C); Paged(p):001391ef=43(C); Normal(p):00000def=43(C)
02:00:50:76.07872: Paging pending!
02:00:50:76.07872: Paging pending: bus locked!
BIU T1 -○0048:00000de1 ○RealRAM(r):00118000=67(g); RAM(r):00118000=67(g); Physical(r):00118000=67(g); RealRAM(r):00118001=40(@); RAM(r):00118001=40(@); Physical(r):00118001=40(@); RealRAM(r):00118002=12(↕); RAM(r):00118002=12(↕); Physical(r):00118002=12(↕); RealRAM(r):00118003=00( ); RAM(r):00118003=00( ); Physical(r):00118003=00( ); RealRAM(r):0012406c=67(g); RAM(r):0012406c=67(g); Physical(r):0012406c=67(g); RealRAM(r):0012406d=b0(░); RAM(r):0012406d=b0(░); Physical(r):0012406d=b0(░); RealRAM(r):0012406e=01(☺); RAM(r):0012406e=01(☺); Physical(r):0012406e=01(☺); RealRAM(r):0012406f=00( ); RAM(r):0012406f=00( ); Physical(r):0012406f=00( )
Registers:
EAX: ffff0102 EBX: 000007e0 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd8 ESI: 0001aed0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000de1 EFLAGS: 00003012
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF93000000FFFF
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000dde
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0p1c
BIU T1 I○^ 67 89 04 1E mov word ds:[esi+ebx*1],ax○Paged(w):0001b6b0=02(☻); Physical(w):0001b6b0=02(☻); RAM(w):0001b6b0=02(☻); RealRAM(w):0001b6b0=02(☻); Paged(w):0001b6b1=01(☺); Physical(w):0001b6b1=01(☺); RAM(w):0001b6b1=01(☺); RealRAM(w):0001b6b1=01(☺); RealRAM(p):001391f0=8b(ï); RAM(p):001391f0=8b(ï); Physical(p):001391f0=8b(ï); Paged(p):001391f0=8b(ï); Normal(p):00000df0=8b(ï); RealRAM(p):001391f1=46(F); RAM(p):001391f1=46(F); Physical(p):001391f1=46(F); Paged(p):001391f1=46(F); Normal(p):00000df1=46(F); RealRAM(p):001391f2=0c(♀); RAM(p):001391f2=0c(♀); Physical(p):001391f2=0c(♀); Paged(p):001391f2=0c(♀); Normal(p):00000df2=0c(♀); RealRAM(p):001391f3=67(g); RAM(p):001391f3=67(g); Physical(p):001391f3=67(g); Paged(p):001391f3=67(g); Normal(p):00000df3=67(g)
BIU T1 -○0048:00000de5 43 inc bx
Registers:
EAX: ffff0102 EBX: 000007e0 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd8 ESI: 0001aed0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000de5 EFLAGS: 00003012
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF93000000FFFF
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000de1
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0p1c
BIU T1 I○○RealRAM(p):001391f4=89(ë); RAM(p):001391f4=89(ë); Physical(p):001391f4=89(ë); Paged(p):001391f4=89(ë); Normal(p):00000df4=89(ë)
BIU T1 -○0048:00000de6 43 inc bx
Registers:
EAX: ffff0102 EBX: 000007e1 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd8 ESI: 0001aed0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000de6 EFLAGS: 00003006
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF93000000FFFF
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000de5
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0P1c
BIU T1 I○○RealRAM(p):001391f5=04(♦); RAM(p):001391f5=04(♦); Physical(p):001391f5=04(♦); Paged(p):001391f5=04(♦); Normal(p):00000df5=04(♦)
BIU T1 -○0048:00000de7 8B 46 08 mov ax,word ss:[bp+08]○RealRAM(r):00142ee0=61(a); RAM(r):00142ee0=61(a); Physical(r):00142ee0=61(a); Paged(r):00142ee0=61(a); RealRAM(r):00142ee1=0f(☼); RAM(r):00142ee1=0f(☼); Physical(r):00142ee1=0f(☼); Paged(r):00142ee1=0f(☼)
Registers:
EAX: ffff0102 EBX: 000007e2 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd8 ESI: 0001aed0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000de7 EFLAGS: 00003006
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF93000000FFFF
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000de6
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0P1c
BIU T1 I○○RealRAM(p):001391f6=1e(▲); RAM(p):001391f6=1e(▲); Physical(p):001391f6=1e(▲); Paged(p):001391f6=1e(▲); Normal(p):00000df6=1e(▲); RealRAM(p):001391f7=25(%); RAM(p):001391f7=25(%); Physical(p):001391f7=25(%); Paged(p):001391f7=25(%); Normal(p):00000df7=25(%); RealRAM(p):001391f8=ff( ); RAM(p):001391f8=ff( ); Physical(p):001391f8=ff( ); Paged(p):001391f8=ff( ); Normal(p):00000df8=ff( )
BIU T1 -○0048:00000dea
Registers:
EAX: ffff0f61 EBX: 000007e2 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd8 ESI: 0001aed0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000dea EFLAGS: 00003006
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF93000000FFFF
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000de7
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0P1c
BIU T1 I○^ 67 89 04 1E mov word ds:[esi+ebx*1],ax○Paged(w):0001b6b2=61(a); Physical(w):0001b6b2=61(a); RAM(w):0001b6b2=61(a); RealRAM(w):0001b6b2=61(a); Paged(w):0001b6b3=0f(☼); Physical(w):0001b6b3=0f(☼); RAM(w):0001b6b3=0f(☼); RealRAM(w):0001b6b3=0f(☼); RealRAM(p):001391f9=fc(ⁿ); RAM(p):001391f9=fc(ⁿ); Physical(p):001391f9=fc(ⁿ); Paged(p):001391f9=fc(ⁿ); Normal(p):00000df9=fc(ⁿ); RealRAM(p):001391fa=89(ë); RAM(p):001391fa=89(ë); Physical(p):001391fa=89(ë); Paged(p):001391fa=89(ë); Normal(p):00000dfa=89(ë); RealRAM(p):001391fb=46(F); RAM(p):001391fb=46(F); Physical(p):001391fb=46(F); Paged(p):001391fb=46(F); Normal(p):00000dfb=46(F); RealRAM(p):001391fc=0c(♀); RAM(p):001391fc=0c(♀); Physical(p):001391fc=0c(♀); Paged(p):001391fc=0c(♀); Normal(p):00000dfc=0c(♀)
BIU T1 -○0048:00000dee 43 inc bx
Registers:
EAX: ffff0f61 EBX: 000007e2 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd8 ESI: 0001aed0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000dee EFLAGS: 00003006
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF93000000FFFF
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000dea
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0P1c
BIU T1 I○○RealRAM(p):001391fd=58(X); RAM(p):001391fd=58(X); Physical(p):001391fd=58(X); Paged(p):001391fd=58(X); Normal(p):00000dfd=58(X)
BIU T1 -○0048:00000def 43 inc bx
Registers:
EAX: ffff0f61 EBX: 000007e3 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd8 ESI: 0001aed0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000def EFLAGS: 00003002
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF93000000FFFF
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000dee
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0p1c
BIU T1 I○○RealRAM(p):001391fe=66(f); RAM(p):001391fe=66(f); Physical(p):001391fe=66(f); Paged(p):001391fe=66(f); Normal(p):00000dfe=66(f)
BIU T1 -○0048:00000df0 8B 46 0C mov ax,word ss:[bp+0c]○RealRAM(r):00142ee4=46(F); RAM(r):00142ee4=46(F); Physical(r):00142ee4=46(F); Paged(r):00142ee4=46(F); RealRAM(r):00142ee5=72(r); RAM(r):00142ee5=72(r); Physical(r):00142ee5=72(r); Paged(r):00142ee5=72(r)
Registers:
EAX: ffff0f61 EBX: 000007e4 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd8 ESI: 0001aed0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000df0 EFLAGS: 00003006
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF93000000FFFF
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000def
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0P1c
BIU T1 I○○RealRAM(p):001391ff=0f(☼); RAM(p):001391ff=0f(☼); Physical(p):001391ff=0f(☼); Paged(p):001391ff=0f(☼); Normal(p):00000dff=0f(☼); RealRAM(p):00139200=b7(╖); RAM(p):00139200=b7(╖); Physical(p):00139200=b7(╖); Paged(p):00139200=b7(╖); Normal(p):00000e00=b7(╖); RealRAM(p):00139201=5e(^); RAM(p):00139201=5e(^); Physical(p):00139201=5e(^); Paged(p):00139201=5e(^); Normal(p):00000e01=5e(^)
BIU T1 -○0048:00000df3
Registers:
EAX: ffff7246 EBX: 000007e4 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd8 ESI: 0001aed0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000df3 EFLAGS: 00003006
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF93000000FFFF
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000df0
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0P1c
BIU T1 I○^ 67 89 04 1E mov word ds:[esi+ebx*1],ax○Paged(w):0001b6b4=46(F); Physical(w):0001b6b4=46(F); RAM(w):0001b6b4=46(F); RealRAM(w):0001b6b4=46(F); Paged(w):0001b6b5=72(r); Physical(w):0001b6b5=72(r); RAM(w):0001b6b5=72(r); RealRAM(w):0001b6b5=72(r); RealRAM(p):00139202=fe(■); RAM(p):00139202=fe(■); Physical(p):00139202=fe(■); Paged(p):00139202=fe(■); Normal(p):00000e02=fe(■); RealRAM(p):00139203=81(ü); RAM(p):00139203=81(ü); Physical(p):00139203=81(ü); Paged(p):00139203=81(ü); Normal(p):00000e03=81(ü); RealRAM(p):00139204=fb(√); RAM(p):00139204=fb(√); Physical(p):00139204=fb(√); Paged(p):00139204=fb(√); Normal(p):00000e04=fb(√); RealRAM(p):00139205=00( ); RAM(p):00139205=00( ); Physical(p):00139205=00( ); Paged(p):00139205=00( ); Normal(p):00000e05=00( )
BIU T1 -○0048:00000df7 25 FF FC and ax,fcff
Registers:
EAX: ffff7246 EBX: 000007e4 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd8 ESI: 0001aed0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000df7 EFLAGS: 00003006
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF93000000FFFF
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000df3
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0P1c
BIU T1 I○○RealRAM(p):00139206=01(☺); RAM(p):00139206=01(☺); Physical(p):00139206=01(☺); Paged(p):00139206=01(☺); Normal(p):00000e06=01(☺); RealRAM(p):00139207=0f(☼); RAM(p):00139207=0f(☼); Physical(p):00139207=0f(☼); Paged(p):00139207=0f(☼); Normal(p):00000e07=0f(☼); RealRAM(p):00139208=82(é); RAM(p):00139208=82(é); Physical(p):00139208=82(é); Paged(p):00139208=82(é); Normal(p):00000e08=82(é)
BIU T1 -○0048:00000dfa
Registers:
EAX: ffff7046 EBX: 000007e4 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd8 ESI: 0001aed0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000dfa EFLAGS: 00003002
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF93000000FFFF
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000df7
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0p1c
BIU T1 I○^ 89 46 0C mov word ss:[bp+0c],ax○Paged(w):00142ee4=46(F); Physical(w):00142ee4=46(F); RAM(w):00142ee4=46(F); RealRAM(w):00142ee4=46(F); Paged(w):00142ee5=70(p); Physical(w):00142ee5=70(p); RAM(w):00142ee5=70(p); RealRAM(w):00142ee5=70(p); RealRAM(p):00139209=23(#); RAM(p):00139209=23(#); Physical(p):00139209=23(#); Paged(p):00139209=23(#); Normal(p):00000e09=23(#); RealRAM(p):0013920a=00( ); RAM(p):0013920a=00( ); Physical(p):0013920a=00( ); Paged(p):0013920a=00( ); Normal(p):00000e0a=00( ); RealRAM(p):0013920b=81(ü); RAM(p):0013920b=81(ü); Physical(p):0013920b=81(ü); Paged(p):0013920b=81(ü); Normal(p):00000e0b=81(ü)
BIU T1 -○0048:00000dfd
BIU T1 -○0048:00000dfd 58 pop ax○RealRAM(r):00142ecc=24($); RAM(r):00142ecc=24($); Physical(r):00142ecc=24($); Paged(r):00142ecc=24($); RealRAM(r):00142ecd=00( ); RAM(r):00142ecd=00( ); Physical(r):00142ecd=00( ); Paged(r):00142ecd=00( )
Registers:
EAX: ffff7046 EBX: 000007e4 ECX: 00000000 EDX: 00000120
ESP: 00000fcc EBP: 00000fd8 ESI: 0001aed0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000dfd EFLAGS: 00003002
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF93000000FFFF
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000dfa
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0p1c
BIU T1 I○○RealRAM(p):0013920c=eb(δ); RAM(p):0013920c=eb(δ); Physical(p):0013920c=eb(δ); Paged(p):0013920c=eb(δ); Normal(p):00000e0c=eb(δ)
BIU T1 -○0048:00000dfe 66 0F B7 5E FE movzx ebx,word ss:[bp-02]○RealRAM(r):00142ed6=06(♠); RAM(r):00142ed6=06(♠); Physical(r):00142ed6=06(♠); Paged(r):00142ed6=06(♠); RealRAM(r):00142ed7=00( ); RAM(r):00142ed7=00( ); Physical(r):00142ed7=00( ); Paged(r):00142ed7=00( )
Registers:
EAX: ffff0024 EBX: 000007e4 ECX: 00000000 EDX: 00000120
ESP: 00000fce EBP: 00000fd8 ESI: 0001aed0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000dfe EFLAGS: 00003002
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF93000000FFFF
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000dfd
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0p1c
BIU T1 I○○RealRAM(p):0013920d=00( ); RAM(p):0013920d=00( ); Physical(p):0013920d=00( ); Paged(p):0013920d=00( ); Normal(p):00000e0d=00( ); RealRAM(p):0013920e=01(☺); RAM(p):0013920e=01(☺); Physical(p):0013920e=01(☺); Paged(p):0013920e=01(☺); Normal(p):00000e0e=01(☺); RealRAM(p):0013920f=2e(.); RAM(p):0013920f=2e(.); Physical(p):0013920f=2e(.); Paged(p):0013920f=2e(.); Normal(p):00000e0f=2e(.); RealRAM(p):00139210=67(g); RAM(p):00139210=67(g); Physical(p):00139210=67(g); Paged(p):00139210=67(g); Normal(p):00000e10=67(g); RealRAM(p):00139211=8b(ï); RAM(p):00139211=8b(ï); Physical(p):00139211=8b(ï); Paged(p):00139211=8b(ï); Normal(p):00000e11=8b(ï)
BIU T1 -○0048:00000e03 81 FB 00 01 cmp bx,0100
Registers:
EAX: ffff0024 EBX: 00000006 ECX: 00000000 EDX: 00000120
ESP: 00000fce EBP: 00000fd8 ESI: 0001aed0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000e03 EFLAGS: 00003002
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF93000000FFFF
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000dfe
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0p1c
BIU T1 I○○RealRAM(p):00139212=1c(∟); RAM(p):00139212=1c(∟); Physical(p):00139212=1c(∟); Paged(p):00139212=1c(∟); Normal(p):00000e12=1c(∟); RealRAM(p):00139213=5d(]); RAM(p):00139213=5d(]); Physical(p):00139213=5d(]); Paged(p):00139213=5d(]); Normal(p):00000e13=5d(]); RealRAM(p):00139214=10(►); RAM(p):00139214=10(►); Physical(p):00139214=10(►); Paged(p):00139214=10(►); Normal(p):00000e14=10(►); RealRAM(p):00139215=0c(♀); RAM(p):00139215=0c(♀); Physical(p):00139215=0c(♀); Paged(p):00139215=0c(♀); Normal(p):00000e15=0c(♀)
BIU T1 E○0048:00000e07 0F 82 23 00 jc 00000e2e
Registers:
EAX: ffff0024 EBX: 00000006 ECX: 00000000 EDX: 00000120
ESP: 00000fce EBP: 00000fd8 ESI: 0001aed0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000e07 EFLAGS: 00003087
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF93000000FFFF
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000e03
FLAGSINFO: 0000000000ipfavr0n11oditSz0a0P1C
BIU T1 I○○RealRAM(p):0013922e=67(g); RAM(p):0013922e=67(g); Physical(p):0013922e=67(g); Paged(p):0013922e=67(g); Normal(p):00000e2e=67(g); RealRAM(p):0013922f=66(f); RAM(p):0013922f=66(f); Physical(p):0013922f=66(f); Paged(p):0013922f=66(f); Normal(p):00000e2f=66(f); RealRAM(p):00139230=8b(ï); RAM(p):00139230=8b(ï); Physical(p):00139230=8b(ï); Paged(p):00139230=8b(ï); Normal(p):00000e30=8b(ï); RealRAM(p):00139231=1c(∟); RAM(p):00139231=1c(∟); Physical(p):00139231=1c(∟); Paged(p):00139231=1c(∟); Normal(p):00000e31=1c(∟); RealRAM(p):00139232=9d(¥); RAM(p):00139232=9d(¥); Physical(p):00139232=9d(¥); Paged(p):00139232=9d(¥); Normal(p):00000e32=9d(¥); RealRAM(p):00139233=00( ); RAM(p):00139233=00( ); Physical(p):00139233=00( ); Paged(p):00139233=00( ); Normal(p):00000e33=00( ); RealRAM(p):00139234=00( ); RAM(p):00139234=00( ); Physical(p):00139234=00( ); Paged(p):00139234=00( ); Normal(p):00000e34=00( ); RealRAM(p):00139235=00( ); RAM(p):00139235=00( ); Physical(p):00139235=00( ); Paged(p):00139235=00( ); Normal(p):00000e35=00( ); RealRAM(p):00139236=00( ); RAM(p):00139236=00( ); Physical(p):00139236=00( ); Paged(p):00139236=00( ); Normal(p):00000e36=00( ); RealRAM(p):00139237=89(ë); RAM(p):00139237=89(ë); Physical(p):00139237=89(ë); Paged(p):00139237=89(ë); Normal(p):00000e37=89(ë); RealRAM(p):00139238=5e(^); RAM(p):00139238=5e(^); Physical(p):00139238=5e(^); Paged(p):00139238=5e(^); Normal(p):00000e38=5e(^); RealRAM(p):00139239=04(♦); RAM(p):00139239=04(♦); Physical(p):00139239=04(♦); Paged(p):00139239=04(♦); Normal(p):00000e39=04(♦); RealRAM(p):0013923a=66(f); RAM(p):0013923a=66(f); Physical(p):0013923a=66(f); Paged(p):0013923a=66(f); Normal(p):00000e3a=66(f); RealRAM(p):0013923b=c1(┴); RAM(p):0013923b=c1(┴); Physical(p):0013923b=c1(┴); Paged(p):0013923b=c1(┴); Normal(p):00000e3b=c1(┴); RealRAM(p):0013923c=eb(δ); RAM(p):0013923c=eb(δ); Physical(p):0013923c=eb(δ); Paged(p):0013923c=eb(δ); Normal(p):00000e3c=eb(δ)
BIU T1 -○0048:00000e2e 67 66 8B 1C 9D 00 00 00 00 mov ebx,dword ds:[ebx*4+00000000]○RealRAM(r):00000018=08(◘); RAM(r):00000018=08(◘); Physical(r):00000018=08(◘); Paged(r):00000018=08(◘); RealRAM(r):00000019=80(Ç); RAM(r):00000019=80(Ç); Physical(r):00000019=80(Ç); Paged(r):00000019=80(Ç); RealRAM(r):0000001a=00( ); RAM(r):0000001a=00( ); Physical(r):0000001a=00( ); Paged(r):0000001a=00( ); RealRAM(r):0000001b=f0(≡); RAM(r):0000001b=f0(≡); Physical(r):0000001b=f0(≡); Paged(r):0000001b=f0(≡)
Registers:
EAX: ffff0024 EBX: 00000006 ECX: 00000000 EDX: 00000120
ESP: 00000fce EBP: 00000fd8 ESI: 0001aed0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000e2e EFLAGS: 00003087
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF93000000FFFF
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000e07
FLAGSINFO: 0000000000ipfavr0n11oditSz0a0P1C
BIU T1 I○○RealRAM(p):0013923d=10(►); RAM(p):0013923d=10(►); Physical(p):0013923d=10(►); Paged(p):0013923d=10(►); Normal(p):00000e3d=10(►); RealRAM(p):0013923e=89(ë); RAM(p):0013923e=89(ë); Physical(p):0013923e=89(ë); Paged(p):0013923e=89(ë); Normal(p):00000e3e=89(ë); RealRAM(p):0013923f=5e(^); RAM(p):0013923f=5e(^); Physical(p):0013923f=5e(^); Paged(p):0013923f=5e(^); Normal(p):00000e3f=5e(^); RealRAM(p):00139240=08(◘); RAM(p):00139240=08(◘); Physical(p):00139240=08(◘); Paged(p):00139240=08(◘); Normal(p):00000e40=08(◘); RealRAM(p):00139241=66(f); RAM(p):00139241=66(f); Physical(p):00139241=66(f); Paged(p):00139241=66(f); Normal(p):00000e41=66(f); RealRAM(p):00139242=5e(^); RAM(p):00139242=5e(^); Physical(p):00139242=5e(^); Paged(p):00139242=5e(^); Normal(p):00000e42=5e(^); RealRAM(p):00139243=66(f); RAM(p):00139243=66(f); Physical(p):00139243=66(f); Paged(p):00139243=66(f); Normal(p):00000e43=66(f); RealRAM(p):00139244=5b([); RAM(p):00139244=5b([); Physical(p):00139244=5b([); Paged(p):00139244=5b([); Normal(p):00000e44=5b([); RealRAM(p):00139245=83(â); RAM(p):00139245=83(â); Physical(p):00139245=83(â); Paged(p):00139245=83(â); Normal(p):00000e45=83(â)
BIU T1 -○0048:00000e37
Registers:
EAX: ffff0024 EBX: f0008008 ECX: 00000000 EDX: 00000120
ESP: 00000fce EBP: 00000fd8 ESI: 0001aed0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000e37 EFLAGS: 00003087
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF93000000FFFF
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000e2e
FLAGSINFO: 0000000000ipfavr0n11oditSz0a0P1C
BIU T1 I○^ 89 5E 04 mov word ss:[bp+04],bx○Paged(w):00142edc=08(◘); Physical(w):00142edc=08(◘); RAM(w):00142edc=08(◘); RealRAM(w):00142edc=08(◘); Paged(w):00142edd=80(Ç); Physical(w):00142edd=80(Ç); RAM(w):00142edd=80(Ç); RealRAM(w):00142edd=80(Ç); RealRAM(p):00139246=c4(─); RAM(p):00139246=c4(─); Physical(p):00139246=c4(─); Paged(p):00139246=c4(─); Normal(p):00000e46=c4(─); RealRAM(p):00139247=02(☻); RAM(p):00139247=02(☻); Physical(p):00139247=02(☻); Paged(p):00139247=02(☻); Normal(p):00000e47=02(☻); RealRAM(p):00139248=66(f); RAM(p):00139248=66(f); Physical(p):00139248=66(f); Paged(p):00139248=66(f); Normal(p):00000e48=66(f)
BIU T1 -○0048:00000e3a
Registers:
EAX: ffff0024 EBX: f0008008 ECX: 00000000 EDX: 00000120
ESP: 00000fce EBP: 00000fd8 ESI: 0001aed0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000e3a EFLAGS: 00003087
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF93000000FFFF
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000e37
FLAGSINFO: 0000000000ipfavr0n11oditSz0a0P1C
BIU T1 I○^ 66 C1 EB 10 shr ebx,10○RealRAM(p):00139249=5d(]); RAM(p):00139249=5d(]); Physical(p):00139249=5d(]); Paged(p):00139249=5d(]); Normal(p):00000e49=5d(]); RealRAM(p):0013924a=66(f); RAM(p):0013924a=66(f); Physical(p):0013924a=66(f); Paged(p):0013924a=66(f); Normal(p):00000e4a=66(f); RealRAM(p):0013924b=cf(╧); RAM(p):0013924b=cf(╧); Physical(p):0013924b=cf(╧); Paged(p):0013924b=cf(╧); Normal(p):00000e4b=cf(╧); RealRAM(p):0013924c=bb(╗); RAM(p):0013924c=bb(╗); Physical(p):0013924c=bb(╗); Paged(p):0013924c=bb(╗); Normal(p):00000e4c=bb(╗)
BIU T1 -○0048:00000e3e
Registers:
EAX: ffff0024 EBX: 0000f000 ECX: 00000000 EDX: 00000120
ESP: 00000fce EBP: 00000fd8 ESI: 0001aed0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000e3e EFLAGS: 00003017
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF93000000FFFF
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000e3a
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0P1C
BIU T1 I○^ 89 5E 08 mov word ss:[bp+08],bx○Paged(w):00142ee0=00( ); Physical(w):00142ee0=00( ); RAM(w):00142ee0=00( ); RealRAM(w):00142ee0=00( ); Paged(w):00142ee1=f0(≡); Physical(w):00142ee1=f0(≡); RAM(w):00142ee1=f0(≡); RealRAM(w):00142ee1=f0(≡); RealRAM(p):0013924d=50(P); RAM(p):0013924d=50(P); Physical(p):0013924d=50(P); Paged(p):0013924d=50(P); Normal(p):00000e4d=50(P); RealRAM(p):0013924e=00( ); RAM(p):0013924e=00( ); Physical(p):0013924e=00( ); Paged(p):0013924e=00( ); Normal(p):00000e4e=00( ); RealRAM(p):0013924f=8e(Ä); RAM(p):0013924f=8e(Ä); Physical(p):0013924f=8e(Ä); Paged(p):0013924f=8e(Ä); Normal(p):00000e4f=8e(Ä)
BIU T1 -○0048:00000e41
BIU T1 -○0048:00000e41 66 5E pop esi○RealRAM(r):00142ece=b6(╢); RAM(r):00142ece=b6(╢); Physical(r):00142ece=b6(╢); Paged(r):00142ece=b6(╢); RealRAM(r):00142ecf=00( ); RAM(r):00142ecf=00( ); Physical(r):00142ecf=00( ); Paged(r):00142ecf=00( ); RealRAM(r):00142ed0=12(↕); RAM(r):00142ed0=12(↕); Physical(r):00142ed0=12(↕); Paged(r):00142ed0=12(↕); RealRAM(r):00142ed1=00( ); RAM(r):00142ed1=00( ); Physical(r):00142ed1=00( ); Paged(r):00142ed1=00( )
Registers:
EAX: ffff0024 EBX: 0000f000 ECX: 00000000 EDX: 00000120
ESP: 00000fce EBP: 00000fd8 ESI: 0001aed0 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000e41 EFLAGS: 00003017
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF93000000FFFF
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000e3e
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0P1C
BIU T1 I○○RealRAM(p):00139250=db(█); RAM(p):00139250=db(█); Physical(p):00139250=db(█); Paged(p):00139250=db(█); Normal(p):00000e50=db(█); RealRAM(p):00139251=e8(Φ); RAM(p):00139251=e8(Φ); Physical(p):00139251=e8(Φ); Paged(p):00139251=e8(Φ); Normal(p):00000e51=e8(Φ)
BIU T1 -○0048:00000e43
BIU T1 -○0048:00000e43 66 5B pop ebx○RealRAM(r):00142ed2=20( ); RAM(r):00142ed2=20( ); Physical(r):00142ed2=20( ); Paged(r):00142ed2=20( ); RealRAM(r):00142ed3=01(☺); RAM(r):00142ed3=01(☺); Physical(r):00142ed3=01(☺); Paged(r):00142ed3=01(☺); RealRAM(r):00142ed4=08(◘); RAM(r):00142ed4=08(◘); Physical(r):00142ed4=08(◘); Paged(r):00142ed4=08(◘); RealRAM(r):00142ed5=00( ); RAM(r):00142ed5=00( ); Physical(r):00142ed5=00( ); Paged(r):00142ed5=00( )
Registers:
EAX: ffff0024 EBX: 0000f000 ECX: 00000000 EDX: 00000120
ESP: 00000fd2 EBP: 00000fd8 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000e43 EFLAGS: 00003017
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF93000000FFFF
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000e41
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0P1C
BIU T1 I○○RealRAM(p):00139252=48(H); RAM(p):00139252=48(H); Physical(p):00139252=48(H); Paged(p):00139252=48(H); Normal(p):00000e52=48(H); RealRAM(p):00139253=08(◘); RAM(p):00139253=08(◘); Physical(p):00139253=08(◘); Paged(p):00139253=08(◘); Normal(p):00000e53=08(◘)
BIU T1 -○0048:00000e45 83 C4 02 add sp,0002
Registers:
EAX: ffff0024 EBX: 00080120 ECX: 00000000 EDX: 00000120
ESP: 00000fd6 EBP: 00000fd8 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000e45 EFLAGS: 00003017
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF93000000FFFF
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000e43
FLAGSINFO: 0000000000ipfavr0n11oditsz0A0P1C
BIU T1 I○○RealRAM(p):00139254=bb(╗); RAM(p):00139254=bb(╗); Physical(p):00139254=bb(╗); Paged(p):00139254=bb(╗); Normal(p):00000e54=bb(╗); RealRAM(p):00139255=80(Ç); RAM(p):00139255=80(Ç); Physical(p):00139255=80(Ç); Paged(p):00139255=80(Ç); Normal(p):00000e55=80(Ç); RealRAM(p):00139256=00( ); RAM(p):00139256=00( ); Physical(p):00139256=00( ); Paged(p):00139256=00( ); Normal(p):00000e56=00( )
BIU T1 -○0048:00000e48
BIU T1 -○0048:00000e48 66 5D pop ebp○RealRAM(r):00142ed8=f4(⌠); RAM(r):00142ed8=f4(⌠); Physical(r):00142ed8=f4(⌠); Paged(r):00142ed8=f4(⌠); RealRAM(r):00142ed9=07(•); RAM(r):00142ed9=07(•); Physical(r):00142ed9=07(•); Paged(r):00142ed9=07(•); RealRAM(r):00142eda=00( ); RAM(r):00142eda=00( ); Physical(r):00142eda=00( ); Paged(r):00142eda=00( ); RealRAM(r):00142edb=00( ); RAM(r):00142edb=00( ); Physical(r):00142edb=00( ); Paged(r):00142edb=00( )
Registers:
EAX: ffff0024 EBX: 00080120 ECX: 00000000 EDX: 00000120
ESP: 00000fd8 EBP: 00000fd8 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000e48 EFLAGS: 00003006
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF93000000FFFF
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000e45
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0P1c
BIU T1 I○○RealRAM(p):00139257=8e(Ä); RAM(p):00139257=8e(Ä); Physical(p):00139257=8e(Ä); Paged(p):00139257=8e(Ä); Normal(p):00000e57=8e(Ä); RealRAM(p):00139258=db(█); RAM(p):00139258=db(█); Physical(p):00139258=db(█); Paged(p):00139258=db(█); Normal(p):00000e58=db(█)
BIU T1 E○0048:00000e4a 66 CF iretd○RealRAM(r):00142edc=08(◘); RAM(r):00142edc=08(◘); Physical(r):00142edc=08(◘); Paged(r):00142edc=08(◘); Normal(r):00000fdc=08(◘); RealRAM(r):00142edd=80(Ç); RAM(r):00142edd=80(Ç); Physical(r):00142edd=80(Ç); Paged(r):00142edd=80(Ç); Normal(r):00000fdd=80(Ç); RealRAM(r):00142ede=00( ); RAM(r):00142ede=00( ); Physical(r):00142ede=00( ); Paged(r):00142ede=00( ); Normal(r):00000fde=00( ); RealRAM(r):00142edf=00( ); RAM(r):00142edf=00( ); Physical(r):00142edf=00( ); Paged(r):00142edf=00( ); Normal(r):00000fdf=00( ); RealRAM(r):00142ee0=00( ); RAM(r):00142ee0=00( ); Physical(r):00142ee0=00( ); Paged(r):00142ee0=00( ); Normal(r):00000fe0=00( ); RealRAM(r):00142ee1=f0(≡); RAM(r):00142ee1=f0(≡); Physical(r):00142ee1=f0(≡); Paged(r):00142ee1=f0(≡); Normal(r):00000fe1=f0(≡); RealRAM(r):00142ee4=46(F); RAM(r):00142ee4=46(F); Physical(r):00142ee4=46(F); Paged(r):00142ee4=46(F); Normal(r):00000fe4=46(F); RealRAM(r):00142ee5=70(p); RAM(r):00142ee5=70(p); Physical(r):00142ee5=70(p); Paged(r):00142ee5=70(p); Normal(r):00000fe5=70(p); RealRAM(r):00142ee6=03(♥); RAM(r):00142ee6=03(♥); Physical(r):00142ee6=03(♥); Paged(r):00142ee6=03(♥); Normal(r):00000fe6=03(♥); RealRAM(r):00142ee7=00( ); RAM(r):00142ee7=00( ); Physical(r):00142ee7=00( ); Paged(r):00142ee7=00( ); Normal(r):00000fe7=00( ); RealRAM(r):00142ee8=e0(α); RAM(r):00142ee8=e0(α); Physical(r):00142ee8=e0(α); Paged(r):00142ee8=e0(α); Normal(r):00000fe8=e0(α); RealRAM(r):00142ee9=07(•); RAM(r):00142ee9=07(•); Physical(r):00142ee9=07(•); Paged(r):00142ee9=07(•); Normal(r):00000fe9=07(•); RealRAM(r):00142eea=00( ); RAM(r):00142eea=00( ); Physical(r):00142eea=00( ); Paged(r):00142eea=00( ); Normal(r):00000fea=00( ); RealRAM(r):00142eeb=00( ); RAM(r):00142eeb=00( ); Physical(r):00142eeb=00( ); Paged(r):00142eeb=00( ); Normal(r):00000feb=00( ); RealRAM(r):00142eec=ed(φ); RAM(r):00142eec=ed(φ); Physical(r):00142eec=ed(φ); Paged(r):00142eec=ed(φ); Normal(r):00000fec=ed(φ); RealRAM(r):00142eed=1a(→); RAM(r):00142eed=1a(→); Physical(r):00142eed=1a(→); Paged(r):00142eed=1a(→); Normal(r):00000fed=1a(→); RealRAM(r):00142eee=00( ); RAM(r):00142eee=00( ); Physical(r):00142eee=00( ); Paged(r):00142eee=00( ); Normal(r):00000fee=00( ); RealRAM(r):00142eef=00( ); RAM(r):00142eef=00( ); Physical(r):00142eef=00( ); Paged(r):00142eef=00( ); Normal(r):00000fef=00( ); RealRAM(r):00142ef0=00( ); RAM(r):00142ef0=00( ); Physical(r):00142ef0=00( ); Paged(r):00142ef0=00( ); Normal(r):00000ff0=00( ); RealRAM(r):00142ef1=00( ); RAM(r):00142ef1=00( ); Physical(r):00142ef1=00( ); Paged(r):00142ef1=00( ); Normal(r):00000ff1=00( ); RealRAM(r):00142ef2=00( ); RAM(r):00142ef2=00( ); Physical(r):00142ef2=00( ); Paged(r):00142ef2=00( ); Normal(r):00000ff2=00( ); RealRAM(r):00142ef3=00( ); RAM(r):00142ef3=00( ); Physical(r):00142ef3=00( ); Paged(r):00142ef3=00( ); Normal(r):00000ff3=00( ); RealRAM(r):00142ef4=61(a); RAM(r):00142ef4=61(a); Physical(r):00142ef4=61(a); Paged(r):00142ef4=61(a); Normal(r):00000ff4=61(a); RealRAM(r):00142ef5=0f(☼); RAM(r):00142ef5=0f(☼); Physical(r):00142ef5=0f(☼); Paged(r):00142ef5=0f(☼); Normal(r):00000ff5=0f(☼); RealRAM(r):00142ef6=00( ); RAM(r):00142ef6=00( ); Physical(r):00142ef6=00( ); Paged(r):00142ef6=00( ); Normal(r):00000ff6=00( ); RealRAM(r):00142ef7=00( ); RAM(r):00142ef7=00( ); Physical(r):00142ef7=00( ); Paged(r):00142ef7=00( ); Normal(r):00000ff7=00( ); RealRAM(r):00142ef8=7d(}); RAM(r):00142ef8=7d(}); Physical(r):00142ef8=7d(}); Paged(r):00142ef8=7d(}); Normal(r):00000ff8=7d(}); RealRAM(r):00142ef9=03(♥); RAM(r):00142ef9=03(♥); Physical(r):00142ef9=03(♥); Paged(r):00142ef9=03(♥); Normal(r):00000ff9=03(♥); RealRAM(r):00142efa=00( ); RAM(r):00142efa=00( ); Physical(r):00142efa=00( ); Paged(r):00142efa=00( ); Normal(r):00000ffa=00( ); RealRAM(r):00142efb=00( ); RAM(r):00142efb=00( ); Physical(r):00142efb=00( ); Paged(r):00142efb=00( ); Normal(r):00000ffb=00( ); RealRAM(r):00142efc=bc(╝); RAM(r):00142efc=bc(╝); Physical(r):00142efc=bc(╝); Paged(r):00142efc=bc(╝); Normal(r):00000ffc=bc(╝); RealRAM(r):00142efd=02(☻); RAM(r):00142efd=02(☻); Physical(r):00142efd=02(☻); Paged(r):00142efd=02(☻); Normal(r):00000ffd=02(☻); RealRAM(r):00142efe=00( ); RAM(r):00142efe=00( ); Physical(r):00142efe=00( ); Paged(r):00142efe=00( ); Normal(r):00000ffe=00( ); RealRAM(r):00142eff=00( ); RAM(r):00142eff=00( ); Physical(r):00142eff=00( ); Paged(r):00142eff=00( ); Normal(r):00000fff=00( )
Registers:
EAX: ffff0024 EBX: 00080120 ECX: 00000000 EDX: 00000120
ESP: 00000fdc EBP: 000007f4 ESI: 001200b6 EDI: 0011b280
CS: 0048 DS: 0080 ES: 0050 FS: 0000 GS: 0000 SS: 0058 TR: 0028 LDTR: 0000
EIP: 00000e4a EFLAGS: 00003006
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 00009B138400FFFF
SS descriptor: 000093141F000FFF
DS descriptor: 00CF93000000FFFF
ES descriptor: 00009313E800FFFF
FS descriptor: 0000130037D0FFFF
GS descriptor: 000013002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000e48
FLAGSINFO: 0000000000ipfavr0n11oditsz0a0P1c
BIU T1 I○○RealRAM(p):000f8008=e9(Θ); RAM(p):000f8008=e9(Θ); Physical(p):000f8008=e9(Θ); Paged(p):000f8008=e9(Θ); Normal(p):00008008=e9(Θ); RealRAM(p):000f8009=41(A); RAM(p):000f8009=41(A); Physical(p):000f8009=41(A); Paged(p):000f8009=41(A); Normal(p):00008009=41(A); RealRAM(p):000f800a=61(a); RAM(p):000f800a=61(a); Physical(p):000f800a=61(a); Paged(p):000f800a=61(a); Normal(p):0000800a=61(a); RealRAM(p):000f800b=87(ç); RAM(p):000f800b=87(ç); Physical(p):000f800b=87(ç); Paged(p):000f800b=87(ç); Normal(p):0000800b=87(ç); RealRAM(p):000f800c=db(█); RAM(p):000f800c=db(█); Physical(p):000f800c=db(█); Paged(p):000f800c=db(█); Normal(p):0000800c=db(█); RealRAM(p):000f800d=87(ç); RAM(p):000f800d=87(ç); Physical(p):000f800d=87(ç); Paged(p):000f800d=87(ç); Normal(p):0000800d=87(ç); RealRAM(p):000f800e=db(█); RAM(p):000f800e=db(█); Physical(p):000f800e=db(█); Paged(p):000f800e=db(█); Normal(p):0000800e=db(█); RealRAM(p):000f800f=90(É); RAM(p):000f800f=90(É); Physical(p):000f800f=90(É); Paged(p):000f800f=90(É); Normal(p):0000800f=90(É); RealRAM(p):000f8010=fa(·); RAM(p):000f8010=fa(·); Physical(p):000f8010=fa(·); Paged(p):000f8010=fa(·); Normal(p):00008010=fa(·); RealRAM(p):000f8011=66(f); RAM(p):000f8011=66(f); Physical(p):000f8011=66(f); Paged(p):000f8011=66(f); Normal(p):00008011=66(f); RealRAM(p):000f8012=55(U); RAM(p):000f8012=55(U); Physical(p):000f8012=55(U); Paged(p):000f8012=55(U); Normal(p):00008012=55(U); RealRAM(p):000f8013=1e(▲); RAM(p):000f8013=1e(▲); Physical(p):000f8013=1e(▲); Paged(p):000f8013=1e(▲); Normal(p):00008013=1e(▲); RealRAM(p):000f8014=06(♠); RAM(p):000f8014=06(♠); Physical(p):000f8014=06(♠); Paged(p):000f8014=06(♠); Normal(p):00008014=06(♠); RealRAM(p):000f8015=56(V); RAM(p):000f8015=56(V); Physical(p):000f8015=56(V); Paged(p):000f8015=56(V); Normal(p):00008015=56(V); RealRAM(p):000f8016=57(W); RAM(p):000f8016=57(W); Physical(p):000f8016=57(W); Paged(p):000f8016=57(W); Normal(p):00008016=57(W)
BIU T1 -○f000:00008008
BIU T1 -○f000:00008008
BIU T1 -○f000:00008008
Registers:
EAX: ffff0024 EBX: 00080120 ECX: 00000000 EDX: 00000120
ESP: 000007e0 EBP: 000007f4 ESI: 001200b6 EDI: 0011b280
CS: f000 DS: 0f61 ES: 0000 FS: 037d GS: 02bc SS: 1aed TR: 0028 LDTR: 0000
EIP: 00008008 EFLAGS: 00037046
CR0: 80000011 CR2: 00000000 CR3: 00118000 CR4: 00000000
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: 00000000 DR7: 00000000
GDTR: 0000001437800177 IDTR: 000000142f8007ff
CS descriptor: 0000930F0000FFFF
SS descriptor: 00009301AED0FFFF
DS descriptor: 00009300F610FFFF
ES descriptor: 000093000000FFFF
FS descriptor: 0000930037D0FFFF
GS descriptor: 000093002BC0FFFF
TR descriptor: 00008B13EED4FFFF
LDTR descriptor: 0000000000000000
○○○Previous CS:EIP: 0048:00000e4a
FLAGSINFO: 0000000000ipfaVR0N11oditsZ0a0P1c

Author of the UniPCemu emulator.
UniPCemu Git repository
UniPCemu for Android, Windows, PSP, Vita and Switch on itch.io

Reply 733 of 738, by superfury

User metadata
Rank l33t++
Rank
l33t++

OK. Looking into what it does, it eventually reaches:

BIU T1 -○0048:000005d5 8A 1C mov bl,byte ds:[si]○RealRAM(r):00118000=67(g); RAM(r):00118000=67(g); Physical(r):00118000=67(g); RealRAM(r):00118001=40(@); RAM(r):00118001=40(@); Physical(r):00118001=40(@); RealRAM(r):00118002=12(↕); RAM(r):00118002=12(↕); Physical(r):00118002=12(↕); RealRAM(r):00118003=00( ); RAM(r):00118003=00( ); Physical(r):00118003=00( ); RealRAM(r):0012403c=67(g); RAM(r):0012403c=67(g); Physical(r):0012403c=67(g); RealRAM(r):0012403d=f0(≡); RAM(r):0012403d=f0(≡); Physical(r):0012403d=f0(≡); RealRAM(r):0012403e=00( ); RAM(r):0012403e=00( ); Physical(r):0012403e=00( ); RealRAM(r):0012403f=00( ); RAM(r):0012403f=00( ); Physical(r):0012403f=00( ); RealRAM(r):0000f712=3b(;); RAM(r):0000f712=3b(;); Physical(r):0000f712=3b(;); Paged(r):0000f712=3b(;)

It reads the opcode of the instruction where the fault's EIP points to and finds opcode 3B. But it's supposed to be opcode CDh (2 bytes before that). SI is loaded with the EIP that was pushed on the stack by the #GP fault handling of the interrupt. But instead of properly containing opcode CDh (2 bytes before the fault), it's detecting opcode 3Bh (the next instruction after the faulting INT instruction!). So it probably doesn't recognise said instruction, so at 0048:000005DB it jumps to a generic point from the fault handling, which apparently is the #UD fault handler in the protected mode handling, which eventually causes the original CDh INT instruction to cause an #UD fault instead of properly executing the interrupt!

Stepping through UniPCemu's interrupt handling, during interrupt startup, it sets the executed fault EIP/CS to the next instruction for interrupts to return to, but it shouldn't do that (it should just use the current executing instruction return point, or it's last known one to be valid (if post-instruction execution))!
Edit: Having fixed that to work properly again, the EMM386 driver boots properly again.

Author of the UniPCemu emulator.
UniPCemu Git repository
UniPCemu for Android, Windows, PSP, Vita and Switch on itch.io

Reply 734 of 738, by superfury

User metadata
Rank l33t++
Rank
l33t++

Improved protected mode debugger register state when triggering delayed faults (due to being inhibited by POP SS, MOV SS or any blocking instruction, like STI).

Now UniPCemu will record any debugger faults, to trigger firing them once the instruction combination terminates.
This includes detected execution breakpoints and data breakpoints.
All breakpoints triggering will upon triggering clear the pending breakpoints and move their pending status into DR6 appropriately (as they've fired when possible).

Recording those debugger faults can now also trigger when still inhibited, only triggering once the inhibition ends (at the end of an instruction or when starting the next instruction while an execution breakpoint is pending). Otherwise it's triggering after an instruction.

So, basically, unless interrupts are inhibted, the single step interrupt will occur immediately. If interrupts are inhibited (CLI/STI or MOV to SS is executing), the inhibition still occurs (keeping the single-step pending internally, not firing or registering anything). Then, once the debugger checks for an instruction completed on the next instruction and the pending breakpoint is detected (which can't be inhibited anymore, due to inhibition mechanics only applying to a single instruction), the pending breakpoint is detected and the interrupt is fired (which sets the DR6 bits accordingly for this case).
If it fails to raise the fault at this point (exception error), the fault is now simply recorded into DR6 and discarded.
Edit: Moved all that common logic into the single-step exception start handling. Now, whenever the CPU tries to invoke the single-step exception (and it doesn't trigger a double or triple fault), the exception status for any breakpoint registers is moved into the DR6 register low bits properly at this point. So this happens whenever a #DB exception occurs successfully (not during double/triple fault).
The same now also happens whenever a #BP exception occurs (it left the status cleared on each instruction start before).

So the exceptions will keep pending until they aren't blocked for handling anymore, triggering on the very first occasion it can. So now you can properly single-step interrupt inhabiting instructions (even MOV SS and STI/CLI), which will inhibit the #BP exception until the next instruction finishes executing.

Author of the UniPCemu emulator.
UniPCemu Git repository
UniPCemu for Android, Windows, PSP, Vita and Switch on itch.io

Reply 735 of 738, by superfury

User metadata
Rank l33t++
Rank
l33t++

Improved the (80486) TLB test registers a bit.
It will now try to report the 'LRU' from the set specified by the 2 bits in the DR7 register.
It will simply try the free list first, and if no free item (no actual LRU there to be used) is present, it will display the LRU of the used entries instead (as it's the first that's allocated when requesting a new item to be allocated using the LRU allocation algorithm).

Author of the UniPCemu emulator.
UniPCemu Git repository
UniPCemu for Android, Windows, PSP, Vita and Switch on itch.io

Reply 736 of 738, by superfury

User metadata
Rank l33t++
Rank
l33t++

Added a little improvement to the Direct Input mode.

When you press RALT-F8, it will trigger the direct input mode release for the mode that was originally enabled (middle mouse button, both mouse buttons or RALT-F10).
It's more for if you forget what kind of mode originally triggered it, causing an ungrab for whatever method you used to originally enter Direct Input mode.

Author of the UniPCemu emulator.
UniPCemu Git repository
UniPCemu for Android, Windows, PSP, Vita and Switch on itch.io

Reply 737 of 738, by superfury

User metadata
Rank l33t++
Rank
l33t++

Hmmm...
Running WinDBG on Windows XP RTM, executing !idt causes the emulated machine to dump the header and then hang, not dumping anything?

Anyone has any idea what could be the cause?

Author of the UniPCemu emulator.
UniPCemu Git repository
UniPCemu for Android, Windows, PSP, Vita and Switch on itch.io