x86Lab is an application that allows you to execute an x86 assembly snippet step-by-step while showing in real time the effect each instruction has on the state of the CPU and memory. The main goal is ...
This repo stores my assembly language projects and assignments primarily targeting x86 processors using MASM assembler. Early weeks focus on classical assembly programming, while from week 5 onwards ...