Add support for the Freescale s12z processor.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / s12z / ld-imm.s
1 here: ld d2, #0x0123
2 ld d3, #0x0123
3 ld d4, #0x0123
4 ld d5, #0x0123
5 ld d0, #0x56
6 ld d1, #0x78
7 ld d6, #0x12345678
8 ld d7, #0x12345678
9
10 ld x, #-5517841
11 ld y, #-74566
12
13
14 ;; The following two can be encoded using {CDEF}{AB}
15 ld x, #0xcdef
16 ld y, #0xdcba
This page took 0.071329 seconds and 4 git commands to generate.