Assembly Snippets
University Projects #Low-Level Programming
NOTE

Click this link to view the code on GitHub.

Overview#

A collection of assembly language programs demonstrating fundamental CPU operations and low-level programming concepts. From basic I/O to interrupt handlers, these snippets show how computers work at the hardware level.

Key Concepts#

  • Implemented basic I/O using system calls
  • Built arithmetic operations with CPU registers
  • Created control flow with conditional jumps
  • Developed recursive functions managing the stack
  • Wrote interrupt handler for keyboard input

Technologies#

x86 Assembly

← Back to Projects