Chapter 7 of 'Assembly Language for Intel-Based Computers' covers integer arithmetic, focusing on shift and rotate instructions, multiplication, division, and various arithmetic operations. It details logical and arithmetic shifts, how to apply multiplication using shifts, and instructions for isolating bit strings. The chapter also provides examples and exercises for practical implementation of these concepts in assembly language.