Skip to main content
This is lesson 4 of 6 in this module Course 88% complete

Example: Convert Image to Grayscale (part 1)

Premium Content

Sign in with your account or sign up to access this lesson.

We demonstrate a grayscale conversion algorithm applied to a 4000x4000-pixel bitmap, and then examine the intermediate language produced by using one-dimensional arrays (STELEM instructions) versus using a pointer-with-array-index approach (STIND instructions).