(get_operand): Parse @sp+ correctly.
#define END 4
#define BYTE_F 127
-#define BYTE_B -128
+#define BYTE_B -126
#define WORD_F 32767
#define WORD_B 32768
int mode;
unsigned int num;
unsigned int len;
-
+ op->page = 0;
if (src[0] == '(' && src[1] == 'r')
{
/* This is a register list */
continue;
}
break;
+ case SPINC:
+ if (user->type == RNINC && user->reg == 7)
+ {
+ continue;
+ }
+ break;
case ABS16:
if (user->type == ABS16)
{