Examples

  CodeLabel:
             MOV AX,CodeLabel          ; illegal, no data at address
             MOV AX,OFFSET CodeLabel   ; we want the address itself


[Back: Constraints]
[Next: Address Segment (SEG Operator)]