

C0: DS 1            ;define a varible named C0


mov R0,#C0          ;load R0 with the address of C0        
mov A,@R0           ;self explanatory



and


mov R0,#C0          ;load R0 with a constant

