
ARCHITECTURE AND INSTRUCTIONS
RESERVED WORDS | CONSTANTS |
Reserved words, look like identifiers, but they have a special meaning in the language, and you must not use them as identifier names (Fig.
EQUAL DB ?
Constants are fixed values appearing in
A
-1). It is normally written as a decimal number, but can also be written in binary, ending with a B, octal, ending with a Q, or hexadecimal, ending with an H.
but it would be improper for us to write:
EQU DB ?
Refer to pg.
To avoid confusion with identifiers, a hexa- decimal constant must start with a numeric digit; a leading zero would suffice. Examples of
DELIMITERS |
|
| < |
| ? |
Delimiters are |
|
| > | + | [ |
that have special meaning in the 8088 assem- |
|
| |||
bly language. In the sample program, we saw | ( |
|
| * | ] |
such delimiters as : and ;. In this chapter we |
|
| |||
|
|
|
|
| |
will use many of the delimiters. For a com- |
| & | = | / |
|
plete list of delimiters in |
|
|
|
|
|
|
|
|
|
|