diff src/cpu.h @ 2:6204c81e2933

Revert changes to handling of immediate versions of bitwise instructions. Replace asri with cmpi.
author Michael Pavone <pavone@retrodev.com>
date Wed, 23 Mar 2016 19:19:29 -0700
parents 7e44f7d5810b
children 74a6d629b78f
line wrap: on
line diff
--- a/src/cpu.h	Tue Mar 22 23:14:36 2016 -0700
+++ b/src/cpu.h	Wed Mar 23 19:19:29 2016 -0700
@@ -80,7 +80,7 @@
 	ANDI,
 	ORI,
 	LSI,
-	ASRI,
+	CMPI,
 	SINGLE_REG
 };