]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/testsuite/gas/h8300/incdech.s
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / h8300 / incdech.s
CommitLineData
638c6a9c
JL
1 .h8300h
2 .text
3h8300h_incdec:
4 dec.b r0l
5 dec.w #1,r0
6 dec.w #2,r0
7 dec.l #1,er0
8 dec.l #2,er0
9 inc.b r0l
10 inc.w #1,r0
11 inc.w #2,r0
12 inc.l #1,er0
13 inc.l #2,er0
14