This patch addresses the change in the June Armv8.1-M Mainline specification, that...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / h8300 / macs.s
index e2df6ddb652a5f1d020f19d3c4cae1bca657b337..aee08e00d04979aa0a4932c8775268c3ba1936a4 100644 (file)
@@ -2,10 +2,10 @@
        .text
 h8300s_mac:
        clrmac
-       ldmac er0,mach
-       ldmac er1,macl
-       mac @er0+,@er1+
-       stmac mach,er0
-       stmac macl,er1
+       ldmac er4,mach
+       ldmac er5,macl
+       mac @er4+,@er5+
+       stmac mach,er4
+       stmac macl,er5
        
 
This page took 0.023741 seconds and 4 git commands to generate.