Enforced immutability: Difference between revisions

m
Line 19:
;accumulator contains #$80</lang>
 
When the program is being assembled, the assembler dereferences the labels and replaces them in-line with the labeled constants. They cannot be altered at runtime (except with self-modifying code).
The CPU isn't aware that these labels exist, however, as the assembler automatically replaces them with the assigned value.
 
=={{header|68000 Assembly}}==
1,489

edits