summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/z80/misc.s
blob: 077647440f81ccd38aef4c5861323f4b28b99ee6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
	.text
	.org 0
;;; exchange instructions
	ex af,af'
	exx
	ex de,hl
	ex (sp),hl
	ex (sp),ix
	ex (sp),iy
	
;;; AF operations
	daa
	cpl
	neg
	ccf
	scf

;;; CPU control
	nop
	halt
	di
	ei
	im 0
	im 1
	im 2