diff z80inst.h @ 201:2d2fa345e1fc

Add support for bit instructions to decoder
author Mike Pavone <pavone@retrodev.com>
date Mon, 21 Jan 2013 21:17:52 -0800
parents d3066ceb29d1
children 0ae589d4c3f9
line wrap: on
line diff
--- a/z80inst.h	Sun Jan 20 21:32:13 2013 -0800
+++ b/z80inst.h	Mon Jan 21 21:17:52 2013 -0800
@@ -38,7 +38,10 @@
 	Z80_RL,
 	Z80_RRC,
 	Z80_RR,
-	Z80_SL,
+	Z80_SLA,
+	Z80_SRA,
+	Z80_SLL,
+	Z80_SRL,
 	Z80_RLD,
 	Z80_RRD,
 	Z80_BIT,