Lab 6 – Inline Assembler Part 2
In this lab we are looking at the assembly code in an open source package. I chose the mjpegtools package, which is a package for working with mjpeg video. Lets begin by looking at how much assembler there is and where it is. Running this command will find any asm files. find . -name ‘*.[sS]’ …