]> git.sur5r.net Git - cc65/commitdiff
Removed the JAM opcode
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 2 Oct 2001 08:10:44 +0000 (08:10 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 2 Oct 2001 08:10:44 +0000 (08:10 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@993 b7a2c559-68d2-44c3-8de9-860c34a00d81

include/6502.h

index 752fe5dcbc4a416f198a9716008d223d6ff2b7ae..f95df48050d8cfdc1b2da2abb50510e6ac231101 100644 (file)
@@ -25,7 +25,6 @@ unsigned char getcpu (void);
 #define        BRK()   __asm__ ("\tbrk")
 #define CLI()  __asm__ ("\tcli")
 #define SEI()  __asm__ ("\tsei")
-#define JAM()  __asm__ ("\t.byte\t$02")