| ||||||||
Technical Support On-Line Manuals Assembler User Guide | Numeric literals
Numeric literals can take any of the following forms:
where:
You must not use any other characters. The sequence of characters must evaluate to an integer in the range 0 to 232-1 (except in a SETA 34906 addr DCD 0xA10E
LDR r4,=&1000000F
DCD 2_11001010
c3 SETA 8_74007
DCQ 0x0123456789abcdef
LDR r1,='A' ; pseudo-instruction loading 65 into r1
ADD r3,r2,#'\'' ; add 39 to contents of r2, result to r3
| |||||||
| ||||||||