From a29167709f9cc966ee6c16b72734cd16bf9ac879 Mon Sep 17 00:00:00 2001 From: cuz Date: Tue, 2 Oct 2001 08:10:44 +0000 Subject: [PATCH] Removed the JAM opcode git-svn-id: svn://svn.cc65.org/cc65/trunk@993 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- include/6502.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/6502.h b/include/6502.h index 752fe5dcb..f95df4805 100644 --- a/include/6502.h +++ b/include/6502.h @@ -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") -- 2.39.5