summaryrefslogtreecommitdiffstats
path: root/master/timex-instructions.patch
blob: c9633cf30ec88b39dbbd3ec4f09d7f8999f455d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff --git a/code6805.c b/code6805.c
index 0a087af..b89161e 100644
--- a/code6805.c
+++ b/code6805.c
@@ -47,7 +47,7 @@ typedef struct
           Word Mask;
          } RMWOrder;
 
-#define FixedOrderCnt 52
+#define FixedOrderCnt 53
 #define RelOrderCnt 23
 #define ALUOrderCnt 19
 #define RMWOrderCnt 12
@@ -150,6 +150,7 @@ BEGIN
    AddFixed("STOP",CPU6805,0x8e); AddFixed("TAP" ,CPU6808,0x84);
    AddFixed("TPA" ,CPU6808,0x85); AddFixed("TSX" ,CPU6808,0x95);
    AddFixed("TXS" ,CPU6808,0x94); AddFixed("WAIT",CPU6805,0x8f);
+   AddFixed("BRSKIP2" ,CPU6805,0xc5);
 
    RelOrders=(BaseOrder *) malloc(sizeof(BaseOrder)*RelOrderCnt); InstrZ=0;
    AddRel("BRA" ,CPU6805,0x20);   AddRel("BRN" ,CPU6805,0x21);