This is a simple X86 fundamentals concepts simulation written in C to mimic how the CPU handles it.
I really enjoy writing small emulators for fundamental low-level concepts to understand.
stack.cโ Contains the stack implementation and a basic test to demonstrate usage.register.cโ Contains the register implementation and a basic test to demonstrate usage.
gcc -o <filename> <filename>.c
./<filename>