Skip to main content

1981 | OriginalPaper | Buchkapitel

Nested loops and addressing modes

verfasst von : Roger Hutty

Erschienen in: Z80 Assembly Language Programming for Students

Verlag: Macmillan Education UK

Aktivieren Sie unsere intelligente Suche um passende Fachinhalte oder Patente zu finden.

search-config
loading …

A natural extension of the loops we have used so far is a construction which has a loop within a loop, within a loop, and so on. This type of construction is referred to as nested loops, because each loop nests insides another loop. The terms outer loop and inner loop are used to describe a loop containing another loop, and a loop which is inside another loop, respectively. Program 7.1 shows a program with two loops.

Metadaten
Titel
Nested loops and addressing modes
verfasst von
Roger Hutty
Copyright-Jahr
1981
Verlag
Macmillan Education UK
DOI
https://doi.org/10.1007/978-1-349-06155-6_7