This project, titled "Sorting Algorithms with Inline Assembly," is a bonus project for the Computer Structure and Machine Language course under Dr. Asadi during the Fall 2024 semester. The project focuses on implementing two sorting algorithms, Bubble Sort and Gnome Sort, using both standard C and Inline Assembly