Category: Architecture

Registers & Computer Memory Primer for x86

Registers The main tools to write programs in x86 assembly are the processor registers. The registers are like variables built in the processor. Using registers instead of memory to

Read More

System Architecture & BIOS

[yotuwp type=”playlist” id=”PLBTQvUDSl81dTG_5Uk2mycxZihfeAYTRm” template=”big-left”]    

Read More

Interrupts and Exceptions 101

So far we have seen various bugchecks depicted. What I left there is the explanation of how exceptions happen in the first place and how the execution flow reaches KiDispatchException. When some abnormal condition happens such as breakpoint, division

Read More

Computer Architecture (Windows/Intel): What a system debug engineer needs to know?

[yotuwp type=”playlist” id=”PLHHlJEig7Oc6WJLdnq7puK3oK_VAfHgU3″ template=”big-left” meta_position=”after_link” date_format=”timeago” meta_align=””]

Read More