In this project I implement Sobel edge detection algorithm in C and X86 assembly. Build and run: nasm -f elf32 sobel.asm -o sobel.o gcc -m32 -Wall sobel.c sobel.o -o sobel -lm -O3 ./sobel Demo input Demo output