created: 07/26/01; corrections 10/23/02; audio: 01/14/04; revised 07/10/2015, 03/07/2020

go to home page   go to next page hear noise highlighting

CHAPTER 20 — Loop and Branch Examples

This chapter contains two example programs that illustrate structured programming of loops and branches. It also discusses how character strings and integer arrays are represented in assembly language.

Chapter Topics:


QUESTION 1:

A character string is a sequence of bytes containing ascii patterns.

What is at the end of a null-terminated string?


go to home page   go to next page