[ Bottom of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]

Assembler Language Reference

Location Counter

Each section of an assembler language program has a location counter used to assign storage addresses to your program's statements. As the instructions of a source module are being assembled, the location counter keeps track of the current location in storage. You can use a $ (dollar sign) as an operand to an instruction to refer to the current value of the location counter.

Related Information

Absolute Addressing.

Absolute Immediate Addressing.

Relative Immediate Addressing.

Explicit-Based Addressing.

Implicit-Based Addressing.

Branch Processor.

bcctr or bcc (Branch Conditional to Count Register) Instruction, bclr or bcr (Branch Conditional Link Register) Instruction, b (Branch) Instruction, bc (Branch Conditional) Instruction.

.using Pseudo-op, .drop Pseudo-op.

[ Top of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]