Add a note to the GDB/NEWS file mentioning that the ARM simulator now
[deliverable/binutils-gdb.git] / gas / testsuite / gas / z80 / misc.s
CommitLineData
c3229d38
AM
1 .text
2 .org 0
3;;; exchange instructions
4 ex af,af'
5 exx
6 ex de,hl
7 ex (sp),hl
8 ex (sp),ix
9 ex (sp),iy
10
11;;; AF operations
12 daa
13 cpl
14 neg
15 ccf
16 scf
17
18;;; CPU control
19 nop
20 halt
21 di
22 ei
23 im 0
24 im 1
25 im 2
26
This page took 0.245255 seconds and 4 git commands to generate.