Assembly
Programming Languages Learning
Summary
Developed a collection of assembly language programs covering fundamental low-level programming concepts. This includes basic I/O operations (Hello World), arithmetic logic (sum, sum odd/even), control flow structures (if/else conditionals, loops, while loops), data structures and algorithms (linear search, pointers), interrupt handling (keyboard interrupt handler), and recursive function implementation. These snippets demonstrate understanding of CPU registers, memory addressing, stack operations, and direct hardware interaction.