Skip to content

cnrkaya/assembly-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

assembly-examples

1-) Image Rotation

  • The program includes 32-bit inline assembly code in C++ .
  • It allows you to rotate the gray scale image left and right.

2-) Quick Sort Algorithm

  • The program implemented with 8086 assembly language.
  • It sorts the array taken from the user with the quick sort method.

Releases

No releases published

Packages

No packages published