blob: 077647440f81ccd38aef4c5861323f4b28b99ee6 [file] [log] [blame]
.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