This project focused on implementing a low-level program to categorize data based on predefined conditions using 8086 assembly language. The goal was to understand fundamental concepts of digital systems programming and low-level data manipulation.
Implement a program to categorize fruit sizes into predefined groups.
Apply conditional logic, loops, and register operations in assembly language.
Strengthen understanding of low-level program flow and memory handling.
Developed an 8086 assembly program that classifies fruit sizes into small, medium, and large categories.
Stored categorized data into separate memory locations for each size group.
Verified program correctness through memory dumps and register inspection before and after execution.
Language: 8086 Assembly
Tools: EMU8086 emulator and debugger
Skills: Low-level programming, register manipulation, conditional branching, memory addressing
Field: Digital Systems, Computer Architecture