From: cuz Date: Tue, 2 Oct 2001 08:10:44 +0000 (+0000) Subject: Removed the JAM opcode X-Git-Tag: V2.12.0~2595 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a29167709f9cc966ee6c16b72734cd16bf9ac879;p=cc65 Removed the JAM opcode git-svn-id: svn://svn.cc65.org/cc65/trunk@993 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- 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")