This patch addresses the change in the June Armv8.1-M Mainline specification, that...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mri / constants.s
index 02cccb92b2a5812b0eb02232d64b4fbd04250da7..0034e6765e1398bfddcf81d2a13ff1ba79af6c8c 100644 (file)
@@ -12,3 +12,20 @@ s10  equ     'a'
 s11    equ     A'a'
 s12    equ     'abcd'
 s13    equ     'a''b'
+
+       xdef    foo
+foo
+       moveq.l #%1010,d0
+       moveq.l #1010b,d0
+       moveq.l #@12,d0
+       moveq.l #12o,d0
+       moveq.l #12q,d0
+       moveq.l #10,d0
+       moveq.l #10d,d0
+       moveq.l #$a,d0
+       moveq.l #0ah,d0
+       moveq.l #'a',d0
+       moveq.l #A'a',d0
+       nop
+
+       end
This page took 0.024757 seconds and 4 git commands to generate.