Skip to content

Opening book details…

About this document

Sort and Count 32-bit Numbers in Assembly by goldtrigger08 is a document available to read on EtoBox.

The document outlines two assembly programs: the first program sorts a series of 32-bit numbers in ascending or descending order using bubble sort, while the second program counts the number of ones and zeros in two consecutive 32-bit memory locations. Each program includes a detailed algorithm and corresponding assembly code. The sorting program uses a flag to track swaps, and the counting program utilizes bit manipulation to determine the count of ones and zeros.

Author
goldtrigger08
Language
EN