This patch addresses the change in the June Armv8.1-M Mainline specification, that...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / rl78 / pr19157.s
CommitLineData
02f12cd4
VK
1 .text
2
3 mov a, [sp]
4 mov a, [sp + 0]
5 mov a, [sp + 1]
6 movw ax, [sp]
7 movw ax, [sp + 0]
8 movw ax, [sp + 2]
9 mov [sp], # 9
10 mov [sp + 0], # 9
11 mov [sp + 1], # 9
12
13 .end
This page took 0.181394 seconds and 4 git commands to generate.