t09_xor.s   [plain text]


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;log_1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
	.h8300sx
	.text
	.global _start
_start:
    xor.b #0x12:8,r1h           ;d112
    xor.b #0x12:8,@er1          ;7d10d012
    xor.b #0x12:8,@(0x3:2,er1)    ;01776818d012
    xor.b #0x12:8,@er1+         ;01746c18d012
    xor.b #0x12:8,@-er1         ;01776c18d012
    xor.b #0x12:8,@+er1         ;01756c18d012
    xor.b #0x12:8,@er1-         ;01766c18d012
    xor.b #0x12:8,@(0x1234:16,er1)   ;01746e181234d012
    xor.b #0x12:8,@(0x12345678:32,er1)   ;78146a2812345678d012
    xor.b #0x12:8,@(0x1234:16,r2l.b) ;01756e281234d012
    xor.b #0x12:8,@(0x1234:16,r2.w) ;01766e281234d012
    xor.b #0x12:8,@(0x1234:16,er2.l) ;01776e281234d012
    xor.b #0x12:8,@(0x12345678:32,r2l.b) ;78256a2812345678d012
    xor.b #0x12:8,@(0x12345678:32,r2.w) ;78266a2812345678d012
    xor.b #0x12:8,@(0x12345678:32,er2.l) ;78276a2812345678d012
    xor.b #0x12:8,@0xffffff12:8         ;7f12d012
    xor.b #0x12:8,@0x1234:16        ;6a181234d012
    xor.b #0x12:8,@0x12345678:32        ;6a3812345678d012

    xor.b r3h,r1h              ;1531

    xor.b r3h,@er1            ;7d101530
    xor.b r3h,@(0x3:2,er1)      ;01793153
    xor.b r3h,@er1+           ;01798153
    xor.b r3h,@-er1           ;0179b153
    xor.b r3h,@+er1           ;01799153
    xor.b r3h,@er1-           ;0179a153
    xor.b r3h,@(0x1234:16,er1)     ;0179c1531234
    xor.b r3h,@(0x12345678:32,er1)     ;0179c95312345678
    xor.b r3h,@(0x1234:16,r2l.b)   ;0179d2531234
    xor.b r3h,@(0x1234:16,r2.w)   ;0179e2531234
    xor.b r3h,@(0x1234:16,er2.l)   ;0179f2531234
    xor.b r3h,@(0x12345678:32,r2l.b)   ;0179da5312345678
    xor.b r3h,@(0x12345678:32,r2.w)   ;0179ea5312345678
    xor.b r3h,@(0x12345678:32,er2.l)   ;0179fa5312345678
    xor.b r3h,@0xffffff12:8           ;7f121530
    xor.b r3h,@0x1234:16          ;6a1812341530
    xor.b r3h,@0x12345678:32           ;6a38123456781530

    xor.b @er3,r1h            ;7c301501
    xor.b @(0x3:2,er3),r1h     ;017a3351
    xor.b @er3+,r1h          ;017a8351
    xor.b @-er3,r1h          ;017ab351
    xor.b @+er3,r1h          ;017a9351
    xor.b @er3-,r1h          ;017aa351
    xor.b @(0x1234:16,er1),r1h     ;017ac1511234
    xor.b @(0x12345678:32,er1),r1h     ;017ac95112345678
    xor.b @(0x1234:16,r2l.b),r1h   ;017ad2511234
    xor.b @(0x1234:16,r2.w),r1h   ;017ae2511234
    xor.b @(0x1234:16,er2.l),r1h   ;017af2511234
    xor.b @(0x12345678:32,r2l.b),r1h   ;017ada5112345678
    xor.b @(0x12345678:32,r2.w),r1h   ;017aea5112345678
    xor.b @(0x12345678:32,er2.l),r1h   ;017afa5112345678
    xor.b @0xffffff12:8,r1h           ;7e121501
    xor.b @0x1234:16,r1h          ;6a1012341501
    xor.b @0x12345678:32,r1h          ;6a30123456781501

    xor.b @er3,@er1                                ;7c350150
    xor.b @er3,@(3:2,er1)                          ;7c353150
    xor.b @er3,@-er1                               ;7c35b150
    xor.b @er3,@er1+                               ;7c358150
    xor.b @er3,@er1-                               ;7c35a150
    xor.b @er3,@+er1                               ;7c359150
    xor.b @er3,@(0xffff9abc:16,er1)                ;7c35c1509abc
    xor.b @er3,@(0x9abcdef0:32,er1)                ;7c35c9509abcdef0
    xor.b @er3,@(0xffff9abc:16,r2l.b)              ;7c35d2509abc
    xor.b @er3,@(0xffff9abc:16,r2.w)              ;7c35e2509abc
    xor.b @er3,@(0xffff9abc:16,er2.l)              ;7c35f2509abc
    xor.b @er3,@(0x9abcdef0:32,r2l.b)              ;7c35da509abcdef0
    xor.b @er3,@(0x9abcdef0:32,r2.w)              ;7c35ea509abcdef0
    xor.b @er3,@(0x9abcdef0:32,er2.l)              ;7c35fa509abcdef0
    xor.b @er3,@0xffff9abc:16                      ;7c3540509abc
    xor.b @er3,@0x9abcdef0:32                      ;7c3548509abcdef0

    xor.b @-er3,@er1                               ;01776c3c0150
    xor.b @-er3,@(3:2,er1)                         ;01776c3c3150
    xor.b @-er3,@-er1                              ;01776c3cb150
    xor.b @-er3,@er1+                              ;01776c3c8150
    xor.b @-er3,@er1-                              ;01776c3ca150
    xor.b @-er3,@+er1                              ;01776c3c9150
    xor.b @-er3,@(0xffff9abc:16,er1)               ;01776c3cc1509abc
    xor.b @-er3,@(0x9abcdef0:32,er1)               ;01776c3cc9509abcdef0
    xor.b @-er3,@(0xffff9abc:16,r2l.b)             ;01776c3cd2509abc
    xor.b @-er3,@(0xffff9abc:16,r2.w)             ;01776c3ce2509abc
    xor.b @-er3,@(0xffff9abc:16,er2.l)             ;01776c3cf2509abc
    xor.b @-er3,@(0x9abcdef0:32,r2l.b)             ;01776c3cda509abcdef0
    xor.b @-er3,@(0x9abcdef0:32,r2.w)             ;01776c3cea509abcdef0
    xor.b @-er3,@(0x9abcdef0:32,er2.l)             ;01776c3cfa509abcdef0
    xor.b @-er3,@0xffff9abc:16                     ;01776c3c40509abc
    xor.b @-er3,@0x9abcdef0:32                     ;01776c3c48509abcdef0

    xor.b @er3+,@er1                               ;01746c3c0150
    xor.b @er3+,@(3:2,er1)                         ;01746c3c3150
    xor.b @er3+,@-er1                              ;01746c3cb150
    xor.b @er3+,@er1+                              ;01746c3c8150
    xor.b @er3+,@er1-                              ;01746c3ca150
    xor.b @er3+,@+er1                              ;01746c3c9150
    xor.b @er3+,@(0xffff9abc:16,er1)               ;01746c3cc1509abc
    xor.b @er3+,@(0x9abcdef0:32,er1)               ;01746c3cc9509abcdef0
    xor.b @er3+,@(0xffff9abc:16,r2l.b)             ;01746c3cd2509abc
    xor.b @er3+,@(0xffff9abc:16,r2.w)             ;01746c3ce2509abc
    xor.b @er3+,@(0xffff9abc:16,er2.l)             ;01746c3cf2509abc
    xor.b @er3+,@(0x9abcdef0:32,r2l.b)             ;01746c3cda509abcdef0
    xor.b @er3+,@(0x9abcdef0:32,r2.w)             ;01746c3cea509abcdef0
    xor.b @er3+,@(0x9abcdef0:32,er2.l)             ;01746c3cfa509abcdef0
    xor.b @er3+,@0xffff9abc:16                     ;01746c3c40509abc
    xor.b @er3+,@0x9abcdef0:32                     ;01746c3c48509abcdef0

    xor.b @er3-,@er1                               ;01766c3c0150
    xor.b @er3-,@(3:2,er1)                         ;01766c3c3150
    xor.b @er3-,@-er1                              ;01766c3cb150
    xor.b @er3-,@er1+                              ;01766c3c8150
    xor.b @er3-,@er1-                              ;01766c3ca150
    xor.b @er3-,@+er1                              ;01766c3c9150
    xor.b @er3-,@(0xffff9abc:16,er1)               ;01766c3cc1509abc
    xor.b @er3-,@(0x9abcdef0:32,er1)               ;01766c3cc9509abcdef0
    xor.b @er3-,@(0xffff9abc:16,r2l.b)             ;01766c3cd2509abc
    xor.b @er3-,@(0xffff9abc:16,r2.w)             ;01766c3ce2509abc
    xor.b @er3-,@(0xffff9abc:16,er2.l)             ;01766c3cf2509abc
    xor.b @er3-,@(0x9abcdef0:32,r2l.b)             ;01766c3cda509abcdef0
    xor.b @er3-,@(0x9abcdef0:32,r2.w)             ;01766c3cea509abcdef0
    xor.b @er3-,@(0x9abcdef0:32,er2.l)             ;01766c3cfa509abcdef0
    xor.b @er3-,@0xffff9abc:16                     ;01766c3c40509abc
    xor.b @er3-,@0x9abcdef0:32                     ;01766c3c48509abcdef0

    xor.b @+er3,@er1                               ;01756c3c0150
    xor.b @+er3,@(3:2,er1)                         ;01756c3c3150
    xor.b @+er3,@-er1                              ;01756c3cb150
    xor.b @+er3,@er1+                              ;01756c3c8150
    xor.b @+er3,@er1-                              ;01756c3ca150
    xor.b @+er3,@+er1                              ;01756c3c9150
    xor.b @+er3,@(0xffff9abc:16,er1)               ;01756c3cc1509abc
    xor.b @+er3,@(0x9abcdef0:32,er1)               ;01756c3cc9509abcdef0
    xor.b @+er3,@(0xffff9abc:16,r2l.b)             ;01756c3cd2509abc
    xor.b @+er3,@(0xffff9abc:16,r2.w)             ;01756c3ce2509abc
    xor.b @+er3,@(0xffff9abc:16,er2.l)             ;01756c3cf2509abc
    xor.b @+er3,@(0x9abcdef0:32,r2l.b)             ;01756c3cda509abcdef0
    xor.b @+er3,@(0x9abcdef0:32,r2.w)             ;01756c3cea509abcdef0
    xor.b @+er3,@(0x9abcdef0:32,er2.l)             ;01756c3cfa509abcdef0
    xor.b @+er3,@0xffff9abc:16                     ;01756c3c40509abc
    xor.b @+er3,@0x9abcdef0:32                     ;01756c3c48509abcdef0

    xor.b @(0x1234:16,er3),@er1                         ;01746e3c12340150
    xor.b @(0x1234:16,er3),@(3:2,er1)                   ;01746e3c12343150
    xor.b @(0x1234:16,er3),@-er1                        ;01746e3c1234b150
    xor.b @(0x1234:16,er3),@er1+                        ;01746e3c12348150
    xor.b @(0x1234:16,er3),@er1-                        ;01746e3c1234a150
    xor.b @(0x1234:16,er3),@+er1                        ;01746e3c12349150
    xor.b @(0x1234:16,er3),@(0xffff9abc:16,er1)         ;01746e3c1234c1509abc
    xor.b @(0x1234:16,er3),@(0x9abcdef0:32,er1)         ;01746e3c1234c9509abcdef0
    xor.b @(0x1234:16,er3),@(0xffff9abc:16,r2l.b)       ;01746e3c1234d2509abc
    xor.b @(0x1234:16,er3),@(0xffff9abc:16,r2.w)       ;01746e3c1234e2509abc
    xor.b @(0x1234:16,er3),@(0xffff9abc:16,er2.l)       ;01746e3c1234f2509abc
    xor.b @(0x1234:16,er3),@(0x9abcdef0:32,r2l.b)       ;01746e3c1234da509abcdef0
    xor.b @(0x1234:16,er3),@(0x9abcdef0:32,r2.w)       ;01746e3c1234ea509abcdef0
    xor.b @(0x1234:16,er3),@(0x9abcdef0:32,er2.l)       ;01746e3c1234fa509abcdef0
    xor.b @(0x1234:16,er3),@0xffff9abc:16               ;01746e3c123440509abc
    xor.b @(0x1234:16,er3),@0x9abcdef0:32               ;01746e3c123448509abcdef0

    xor.b @(0x12345678:32,er3),@er1                         ;78346a2c123456780150
    xor.b @(0x12345678:32,er3),@(3:2,er1)                   ;78346a2c123456783150
    xor.b @(0x12345678:32,er3),@-er1                        ;78346a2c12345678b150
    xor.b @(0x12345678:32,er3),@er1+                        ;78346a2c123456788150
    xor.b @(0x12345678:32,er3),@er1-                        ;78346a2c12345678a150
    xor.b @(0x12345678:32,er3),@+er1                        ;78346a2c123456789150
    xor.b @(0x12345678:32,er3),@(0xffff9abc:16,er1)         ;78346a2c12345678c1509abc
    xor.b @(0x12345678:32,er3),@(0x9abcdef0:32,er1)         ;78346a2c12345678c9509abcdef0
    xor.b @(0x12345678:32,er3),@(0xffff9abc:16,r2l.b)       ;78346a2c12345678d2509abc
    xor.b @(0x12345678:32,er3),@(0xffff9abc:16,r2.w)       ;78346a2c12345678e2509abc
    xor.b @(0x12345678:32,er3),@(0xffff9abc:16,er2.l)       ;78346a2c12345678f2509abc
    xor.b @(0x12345678:32,er3),@(0x9abcdef0:32,r2l.b)       ;78346a2c12345678da509abcdef0
    xor.b @(0x12345678:32,er3),@(0x9abcdef0:32,r2.w)       ;78346a2c12345678ea509abcdef0
    xor.b @(0x12345678:32,er3),@(0x9abcdef0:32,er2.l)       ;78346a2c12345678fa509abcdef0
    xor.b @(0x12345678:32,er3),@0xffff9abc:16               ;78346a2c1234567840509abc
    xor.b @(0x12345678:32,er3),@0x9abcdef0:32               ;78346a2c1234567848509abcdef0

    xor.b @(0x1234:16,r3l.b),@er1                       ;01756e3c12340150
    xor.b @(0x1234:16,r3l.b),@(3:2,er1)                 ;01756e3c12343150
    xor.b @(0x1234:16,r3l.b),@-er1                      ;01756e3c1234b150
    xor.b @(0x1234:16,r3l.b),@er1+                      ;01756e3c12348150
    xor.b @(0x1234:16,r3l.b),@er1-                      ;01756e3c1234a150
    xor.b @(0x1234:16,r3l.b),@+er1                      ;01756e3c12349150
    xor.b @(0x1234:16,r3l.b),@(0xffff9abc:16,er1)       ;01756e3c1234c1509abc
    xor.b @(0x1234:16,r3l.b),@(0x9abcdef0:32,er1)       ;01756e3c1234c9509abcdef0
    xor.b @(0x1234:16,r3l.b),@(0xffff9abc:16,r2l.b)     ;01756e3c1234d2509abc
    xor.b @(0x1234:16,r3l.b),@(0xffff9abc:16,r2.w)     ;01756e3c1234e2509abc
    xor.b @(0x1234:16,r3l.b),@(0xffff9abc:16,er2.l)     ;01756e3c1234f2509abc
    xor.b @(0x1234:16,r3l.b),@(0x9abcdef0:32,r2l.b)     ;01756e3c1234da509abcdef0
    xor.b @(0x1234:16,r3l.b),@(0x9abcdef0:32,r2.w)     ;01756e3c1234ea509abcdef0
    xor.b @(0x1234:16,r3l.b),@(0x9abcdef0:32,er2.l)     ;01756e3c1234fa509abcdef0
    xor.b @(0x1234:16,r3l.b),@0xffff9abc:16             ;01756e3c123440509abc
    xor.b @(0x1234:16,r3l.b),@0x9abcdef0:32             ;01756e3c123448509abcdef0

    xor.b @(0x1234:16,r3.w),@er1                       ;01766e3c12340150
    xor.b @(0x1234:16,r3.w),@(3:2,er1)                 ;01766e3c12343150
    xor.b @(0x1234:16,r3.w),@-er1                      ;01766e3c1234b150
    xor.b @(0x1234:16,r3.w),@er1+                      ;01766e3c12348150
    xor.b @(0x1234:16,r3.w),@er1-                      ;01766e3c1234a150
    xor.b @(0x1234:16,r3.w),@+er1                      ;01766e3c12349150
    xor.b @(0x1234:16,r3.w),@(0xffff9abc:16,er1)       ;01766e3c1234c1509abc
    xor.b @(0x1234:16,r3.w),@(0x9abcdef0:32,er1)       ;01766e3c1234c9509abcdef0
    xor.b @(0x1234:16,r3.w),@(0xffff9abc:16,r2l.b)     ;01766e3c1234d2509abc
    xor.b @(0x1234:16,r3.w),@(0xffff9abc:16,r2.w)     ;01766e3c1234e2509abc
    xor.b @(0x1234:16,r3.w),@(0xffff9abc:16,er2.l)     ;01766e3c1234f2509abc
    xor.b @(0x1234:16,r3.w),@(0x9abcdef0:32,r2l.b)     ;01766e3c1234da509abcdef0
    xor.b @(0x1234:16,r3.w),@(0x9abcdef0:32,r2.w)     ;01766e3c1234ea509abcdef0
    xor.b @(0x1234:16,r3.w),@(0x9abcdef0:32,er2.l)     ;01766e3c1234fa509abcdef0
    xor.b @(0x1234:16,r3.w),@0xffff9abc:16             ;01766e3c123440509abc
    xor.b @(0x1234:16,r3.w),@0x9abcdef0:32             ;01766e3c123448509abcdef0

    xor.b @(0x1234:16,er3.l),@er1                       ;01776e3c12340150
    xor.b @(0x1234:16,er3.l),@(3:2,er1)                 ;01776e3c12343150
    xor.b @(0x1234:16,er3.l),@-er1                      ;01776e3c1234b150
    xor.b @(0x1234:16,er3.l),@er1+                      ;01776e3c12348150
    xor.b @(0x1234:16,er3.l),@er1-                      ;01776e3c1234a150
    xor.b @(0x1234:16,er3.l),@+er1                      ;01776e3c12349150
    xor.b @(0x1234:16,er3.l),@(0xffff9abc:16,er1)       ;01776e3c1234c1509abc
    xor.b @(0x1234:16,er3.l),@(0x9abcdef0:32,er1)       ;01776e3c1234c9509abcdef0
    xor.b @(0x1234:16,er3.l),@(0xffff9abc:16,r2l.b)     ;01776e3c1234d2509abc
    xor.b @(0x1234:16,er3.l),@(0xffff9abc:16,r2.w)     ;01776e3c1234e2509abc
    xor.b @(0x1234:16,er3.l),@(0xffff9abc:16,er2.l)     ;01776e3c1234f2509abc
    xor.b @(0x1234:16,er3.l),@(0x9abcdef0:32,r2l.b)     ;01776e3c1234da509abcdef0
    xor.b @(0x1234:16,er3.l),@(0x9abcdef0:32,r2.w)     ;01776e3c1234ea509abcdef0
    xor.b @(0x1234:16,er3.l),@(0x9abcdef0:32,er2.l)     ;01776e3c1234fa509abcdef0
    xor.b @(0x1234:16,er3.l),@0xffff9abc:16             ;01776e3c123440509abc
    xor.b @(0x1234:16,er3.l),@0x9abcdef0:32             ;01776e3c123448509abcdef0

    xor.b @(0x12345678:32,r3l.b),@er1                       ;78356a2c123456780150
    xor.b @(0x12345678:32,r3l.b),@(3:2,er1)                 ;78356a2c123456783150
    xor.b @(0x12345678:32,r3l.b),@-er1                      ;78356a2c12345678b150
    xor.b @(0x12345678:32,r3l.b),@er1+                      ;78356a2c123456788150
    xor.b @(0x12345678:32,r3l.b),@er1-                      ;78356a2c12345678a150
    xor.b @(0x12345678:32,r3l.b),@+er1                      ;78356a2c123456789150
    xor.b @(0x12345678:32,r3l.b),@(0xffff9abc:16,er1)       ;78356a2c12345678c1509abc
    xor.b @(0x12345678:32,r3l.b),@(0x9abcdef0:32,er1)       ;78356a2c12345678c9509abcdef0
    xor.b @(0x12345678:32,r3l.b),@(0xffff9abc:16,r2l.b)     ;78356a2c12345678d2509abc
    xor.b @(0x12345678:32,r3l.b),@(0xffff9abc:16,r2.w)     ;78356a2c12345678e2509abc
    xor.b @(0x12345678:32,r3l.b),@(0xffff9abc:16,er2.l)     ;78356a2c12345678f2509abc
    xor.b @(0x12345678:32,r3l.b),@(0x9abcdef0:32,r2l.b)     ;78356a2c12345678da509abcdef0
    xor.b @(0x12345678:32,r3l.b),@(0x9abcdef0:32,r2.w)     ;78356a2c12345678ea509abcdef0
    xor.b @(0x12345678:32,r3l.b),@(0x9abcdef0:32,er2.l)     ;78356a2c12345678fa509abcdef0
    xor.b @(0x12345678:32,r3l.b),@0xffff9abc:16             ;78356a2c1234567840509abc
    xor.b @(0x12345678:32,r3l.b),@0x9abcdef0:32             ;78356a2c1234567848509abcdef0

    xor.b @(0x12345678:32,r3.w),@er1                       ;78366a2c123456780150
    xor.b @(0x12345678:32,r3.w),@(3:2,er1)                 ;78366a2c123456783150
    xor.b @(0x12345678:32,r3.w),@-er1                      ;78366a2c12345678b150
    xor.b @(0x12345678:32,r3.w),@er1+                      ;78366a2c123456788150
    xor.b @(0x12345678:32,r3.w),@er1-                      ;78366a2c12345678a150
    xor.b @(0x12345678:32,r3.w),@+er1                      ;78366a2c123456789150
    xor.b @(0x12345678:32,r3.w),@(0xffff9abc:16,er1)       ;78366a2c12345678c1509abc
    xor.b @(0x12345678:32,r3.w),@(0x9abcdef0:32,er1)       ;78366a2c12345678c9509abcdef0
    xor.b @(0x12345678:32,r3.w),@(0xffff9abc:16,r2l.b)     ;78366a2c12345678d2509abc
    xor.b @(0x12345678:32,r3.w),@(0xffff9abc:16,r2.w)     ;78366a2c12345678e2509abc
    xor.b @(0x12345678:32,r3.w),@(0xffff9abc:16,er2.l)     ;78366a2c12345678f2509abc
    xor.b @(0x12345678:32,r3.w),@(0x9abcdef0:32,r2l.b)     ;78366a2c12345678da509abcdef0
    xor.b @(0x12345678:32,r3.w),@(0x9abcdef0:32,r2.w)     ;78366a2c12345678ea509abcdef0
    xor.b @(0x12345678:32,r3.w),@(0x9abcdef0:32,er2.l)     ;78366a2c12345678fa509abcdef0
    xor.b @(0x12345678:32,r3.w),@0xffff9abc:16             ;78366a2c1234567840509abc
    xor.b @(0x12345678:32,r3.w),@0x9abcdef0:32             ;78366a2c1234567848509abcdef0

    xor.b @(0x12345678:32,er3.l),@er1                       ;78376a2c123456780150
    xor.b @(0x12345678:32,er3.l),@(3:2,er1)                 ;78376a2c123456783150
    xor.b @(0x12345678:32,er3.l),@-er1                      ;78376a2c12345678b150
    xor.b @(0x12345678:32,er3.l),@er1+                      ;78376a2c123456788150
    xor.b @(0x12345678:32,er3.l),@er1-                      ;78376a2c12345678a150
    xor.b @(0x12345678:32,er3.l),@+er1                      ;78376a2c123456789150
    xor.b @(0x12345678:32,er3.l),@(0xffff9abc:16,er1)       ;78376a2c12345678c1509abc
    xor.b @(0x12345678:32,er3.l),@(0x9abcdef0:32,er1)       ;78376a2c12345678c9509abcdef0
    xor.b @(0x12345678:32,er3.l),@(0xffff9abc:16,r2l.b)     ;78376a2c12345678d2509abc
    xor.b @(0x12345678:32,er3.l),@(0xffff9abc:16,r2.w)     ;78376a2c12345678e2509abc
    xor.b @(0x12345678:32,er3.l),@(0xffff9abc:16,er2.l)     ;78376a2c12345678f2509abc
    xor.b @(0x12345678:32,er3.l),@(0x9abcdef0:32,r2l.b)     ;78376a2c12345678da509abcdef0
    xor.b @(0x12345678:32,er3.l),@(0x9abcdef0:32,r2.w)     ;78376a2c12345678ea509abcdef0
    xor.b @(0x12345678:32,er3.l),@(0x9abcdef0:32,er2.l)     ;78376a2c12345678fa509abcdef0
    xor.b @(0x12345678:32,er3.l),@0xffff9abc:16             ;78376a2c1234567840509abc
    xor.b @(0x12345678:32,er3.l),@0x9abcdef0:32             ;78376a2c1234567848509abcdef0

    xor.b @0x1234:16,@er1                              ;6a1512340150
    xor.b @0x1234:16,@(3:2,er1)                        ;6a1512343150
    xor.b @0x1234:16,@-er1                             ;6a151234b150
    xor.b @0x1234:16,@er1+                             ;6a1512348150
    xor.b @0x1234:16,@er1-                             ;6a151234a150
    xor.b @0x1234:16,@+er1                             ;6a1512349150
    xor.b @0x1234:16,@(0xffff9abc:16,er1)              ;6a151234c1509abc
    xor.b @0x1234:16,@(0x9abcdef0:32,er1)              ;6a151234c9509abcdef0
    xor.b @0x1234:16,@(0xffff9abc:16,r2l.b)            ;6a151234d2509abc
    xor.b @0x1234:16,@(0xffff9abc:16,r2.w)            ;6a151234e2509abc
    xor.b @0x1234:16,@(0xffff9abc:16,er2.l)            ;6a151234f2509abc
    xor.b @0x1234:16,@(0x9abcdef0:32,r2l.b)            ;6a151234da509abcdef0
    xor.b @0x1234:16,@(0x9abcdef0:32,r2.w)            ;6a151234ea509abcdef0
    xor.b @0x1234:16,@(0x9abcdef0:32,er2.l)            ;6a151234fa509abcdef0
    xor.b @0x1234:16,@0xffff9abc:16                    ;6a15123440509abc
    xor.b @0x1234:16,@0x9abcdef0:32                    ;6a15123448509abcdef0

    xor.b @0x12345678:32,@er1                              ;6a35123456780150
    xor.b @0x12345678:32,@(3:2,er1)                        ;6a35123456783150
    xor.b @0x12345678:32,@-er1                             ;6a3512345678b150
    xor.b @0x12345678:32,@er1+                             ;6a35123456788150
    xor.b @0x12345678:32,@er1-                             ;6a3512345678a150
    xor.b @0x12345678:32,@+er1                             ;6a35123456789150
    xor.b @0x12345678:32,@(0xffff9abc:16,er1)              ;6a3512345678c1509abc
    xor.b @0x12345678:32,@(0x9abcdef0:32,er1)              ;6a3512345678c9509abcdef0
    xor.b @0x12345678:32,@(0xffff9abc:16,r2l.b)            ;6a3512345678d2509abc
    xor.b @0x12345678:32,@(0xffff9abc:16,r2.w)            ;6a3512345678e2509abc
    xor.b @0x12345678:32,@(0xffff9abc:16,er2.l)            ;6a3512345678f2509abc
    xor.b @0x12345678:32,@(0x9abcdef0:32,r2l.b)            ;6a3512345678da509abcdef0
    xor.b @0x12345678:32,@(0x9abcdef0:32,r2.w)            ;6a3512345678ea509abcdef0
    xor.b @0x12345678:32,@(0x9abcdef0:32,er2.l)            ;6a3512345678fa509abcdef0
    xor.b @0x12345678:32,@0xffff9abc:16                    ;6a351234567840509abc
    xor.b @0x12345678:32,@0x9abcdef0:32                    ;6a351234567848509abcdef0

    xor.w #0x1234:16,r1           ;79511234
    xor.w #0x1234:16,@er1          ;015e01501234
    xor.w #0x1234:16,@(0x6:2,er1) ;015e31501234
    xor.w #0x1234:16,@er1+         ;015e81501234
    xor.w #0x1234:16,@-er1         ;015eb1501234
    xor.w #0x1234:16,@+er1         ;015e91501234
    xor.w #0x1234:16,@er1-         ;015ea1501234
    xor.w #0x1234:16,@(0xffff9abc:16,er1)   ;015ec1509abc1234
    xor.w #0x1234:16,@(0x9abcdef0:32,er1)   ;015ec9509abcdef01234
    xor.w #0x1234:16,@(0xffff9abc:16,r2l.b) ;015ed2509abc1234
    xor.w #0x1234:16,@(0xffff9abc:16,r2.w) ;015ee2509abc1234
    xor.w #0x1234:16,@(0xffff9abc:16,er2.l) ;015ef2509abc1234
    xor.w #0x1234:16,@(0x9abcdef0:32,r2l.b) ;015eda509abcdef01234
    xor.w #0x1234:16,@(0x9abcdef0:32,r2.w) ;015eea509abcdef01234
    xor.w #0x1234:16,@(0x9abcdef0:32,er2.l) ;015efa509abcdef01234
    xor.w #0x1234:16,@0xffff9abc:16         ;015e40509abc1234
    xor.w #0x1234:16,@0x9abcdef0:32         ;015e48509abcdef01234

    xor.w r3,r1              ;6531

    xor.w r3,@er1            ;7d906530
    xor.w r3,@(0x6:2,er1)   ;01593153
    xor.w r3,@-er1           ;0159b153
    xor.w r3,@er1+           ;01598153
    xor.w r3,@er1-           ;0159a153
    xor.w r3,@+er1           ;01599153
    xor.w r3,@(0x1234:16,er1)     ;0159c1531234
    xor.w r3,@(0x12345678:32,er1)     ;0159c95312345678
    xor.w r3,@(0x1234:16,r2l.b)   ;0159d2531234
    xor.w r3,@(0x1234:16,r2.w)   ;0159e2531234
    xor.w r3,@(0x1234:16,er2.l)   ;0159f2531234
    xor.w r3,@(0x12345678:32,r2l.b)   ;0159da5312345678
    xor.w r3,@(0x12345678:32,r2.w)   ;0159ea5312345678
    xor.w r3,@(0x12345678:32,er2.l)   ;0159fa5312345678
    xor.w r3,@0x1234:16          ;6b1812346530
    xor.w r3,@0x12345678:32          ;6b38123456786530

    xor.w @er3,r1            ;7cb06501
    xor.w @(0x6:2,er3),r1  ;015a3351
    xor.w @er3+,r1          ;015a8351
    xor.w @-er3,r1          ;015ab351
    xor.w @+er3,r1          ;015a9351
    xor.w @er3-,r1          ;015aa351
    xor.w @(0x1234:16,er1),r1     ;015ac1511234
    xor.w @(0x12345678:32,er1),r1     ;015ac95112345678
    xor.w @(0x1234:16,r2l.b),r1   ;015ad2511234
    xor.w @(0x1234:16,r2.w),r1   ;015ae2511234
    xor.w @(0x1234:16,er2.l),r1   ;015af2511234
    xor.w @(0x12345678:32,r2l.b),r1   ;015ada5112345678
    xor.w @(0x12345678:32,r2.w),r1   ;015aea5112345678
    xor.w @(0x12345678:32,er2.l),r1   ;015afa5112345678
    xor.w @0x1234:16,r1          ;6b1012346501
    xor.w @0x12345678:32,r1          ;6b30123456786501

    xor.w @er3,@er1                                ;7cb50150
    xor.w @er3,@(6:2,er1)                          ;7cb53150
    xor.w @er3,@-er1                               ;7cb5b150
    xor.w @er3,@er1+                               ;7cb58150
    xor.w @er3,@er1-                               ;7cb5a150
    xor.w @er3,@+er1                               ;7cb59150
    xor.w @er3,@(0xffff9abc:16,er1)                ;7cb5c1509abc
    xor.w @er3,@(0x9abcdef0:32,er1)                ;7cb5c9509abcdef0
    xor.w @er3,@(0xffff9abc:16,r2l.b)              ;7cb5d2509abc
    xor.w @er3,@(0xffff9abc:16,r2.w)              ;7cb5e2509abc
    xor.w @er3,@(0xffff9abc:16,er2.l)              ;7cb5f2509abc
    xor.w @er3,@(0x9abcdef0:32,r2l.b)              ;7cb5da509abcdef0
    xor.w @er3,@(0x9abcdef0:32,r2.w)              ;7cb5ea509abcdef0
    xor.w @er3,@(0x9abcdef0:32,er2.l)              ;7cb5fa509abcdef0
    xor.w @er3,@0xffff9abc:16                      ;7cb540509abc
    xor.w @er3,@0x9abcdef0:32                      ;7cb548509abcdef0

    xor.w @-er3,@er1                               ;01576d3c0150
    xor.w @-er3,@(6:2,er1)                         ;01576d3c3150
    xor.w @-er3,@-er1                              ;01576d3cb150
    xor.w @-er3,@er1+                              ;01576d3c8150
    xor.w @-er3,@er1-                              ;01576d3ca150
    xor.w @-er3,@+er1                              ;01576d3c9150
    xor.w @-er3,@(0xffff9abc:16,er1)               ;01576d3cc1509abc
    xor.w @-er3,@(0x9abcdef0:32,er1)               ;01576d3cc9509abcdef0
    xor.w @-er3,@(0xffff9abc:16,r2l.b)             ;01576d3cd2509abc
    xor.w @-er3,@(0xffff9abc:16,r2.w)             ;01576d3ce2509abc
    xor.w @-er3,@(0xffff9abc:16,er2.l)             ;01576d3cf2509abc
    xor.w @-er3,@(0x9abcdef0:32,r2l.b)             ;01576d3cda509abcdef0
    xor.w @-er3,@(0x9abcdef0:32,r2.w)             ;01576d3cea509abcdef0
    xor.w @-er3,@(0x9abcdef0:32,er2.l)             ;01576d3cfa509abcdef0
    xor.w @-er3,@0xffff9abc:16                     ;01576d3c40509abc
    xor.w @-er3,@0x9abcdef0:32                     ;01576d3c48509abcdef0

    xor.w @er3+,@er1                               ;01546d3c0150
    xor.w @er3+,@(6:2,er1)                         ;01546d3c3150
    xor.w @er3+,@-er1                              ;01546d3cb150
    xor.w @er3+,@er1+                              ;01546d3c8150
    xor.w @er3+,@er1-                              ;01546d3ca150
    xor.w @er3+,@+er1                              ;01546d3c9150
    xor.w @er3+,@(0xffff9abc:16,er1)               ;01546d3cc1509abc
    xor.w @er3+,@(0x9abcdef0:32,er1)               ;01546d3cc9509abcdef0
    xor.w @er3+,@(0xffff9abc:16,r2l.b)             ;01546d3cd2509abc
    xor.w @er3+,@(0xffff9abc:16,r2.w)             ;01546d3ce2509abc
    xor.w @er3+,@(0xffff9abc:16,er2.l)             ;01546d3cf2509abc
    xor.w @er3+,@(0x9abcdef0:32,r2l.b)             ;01546d3cda509abcdef0
    xor.w @er3+,@(0x9abcdef0:32,r2.w)             ;01546d3cea509abcdef0
    xor.w @er3+,@(0x9abcdef0:32,er2.l)             ;01546d3cfa509abcdef0
    xor.w @er3+,@0xffff9abc:16                     ;01546d3c40509abc
    xor.w @er3+,@0x9abcdef0:32                     ;01546d3c48509abcdef0

    xor.w @er3-,@er1                               ;01566d3c0150
    xor.w @er3-,@(6:2,er1)                         ;01566d3c3150
    xor.w @er3-,@-er1                              ;01566d3cb150
    xor.w @er3-,@er1+                              ;01566d3c8150
    xor.w @er3-,@er1-                              ;01566d3ca150
    xor.w @er3-,@+er1                              ;01566d3c9150
    xor.w @er3-,@(0xffff9abc:16,er1)               ;01566d3cc1509abc
    xor.w @er3-,@(0x9abcdef0:32,er1)               ;01566d3cc9509abcdef0
    xor.w @er3-,@(0xffff9abc:16,r2l.b)             ;01566d3cd2509abc
    xor.w @er3-,@(0xffff9abc:16,r2.w)             ;01566d3ce2509abc
    xor.w @er3-,@(0xffff9abc:16,er2.l)             ;01566d3cf2509abc
    xor.w @er3-,@(0x9abcdef0:32,r2l.b)             ;01566d3cda509abcdef0
    xor.w @er3-,@(0x9abcdef0:32,r2.w)             ;01566d3cea509abcdef0
    xor.w @er3-,@(0x9abcdef0:32,er2.l)             ;01566d3cfa509abcdef0
    xor.w @er3-,@0xffff9abc:16                     ;01566d3c40509abc
    xor.w @er3-,@0x9abcdef0:32                     ;01566d3c48509abcdef0

    xor.w @+er3,@er1                               ;01556d3c0150
    xor.w @+er3,@(6:2,er1)                         ;01556d3c3150
    xor.w @+er3,@-er1                              ;01556d3cb150
    xor.w @+er3,@er1+                              ;01556d3c8150
    xor.w @+er3,@er1-                              ;01556d3ca150
    xor.w @+er3,@+er1                              ;01556d3c9150
    xor.w @+er3,@(0xffff9abc:16,er1)               ;01556d3cc1509abc
    xor.w @+er3,@(0x9abcdef0:32,er1)               ;01556d3cc9509abcdef0
    xor.w @+er3,@(0xffff9abc:16,r2l.b)             ;01556d3cd2509abc
    xor.w @+er3,@(0xffff9abc:16,r2.w)             ;01556d3ce2509abc
    xor.w @+er3,@(0xffff9abc:16,er2.l)             ;01556d3cf2509abc
    xor.w @+er3,@(0x9abcdef0:32,r2l.b)             ;01556d3cda509abcdef0
    xor.w @+er3,@(0x9abcdef0:32,r2.w)             ;01556d3cea509abcdef0
    xor.w @+er3,@(0x9abcdef0:32,er2.l)             ;01556d3cfa509abcdef0
    xor.w @+er3,@0xffff9abc:16                     ;01556d3c40509abc
    xor.w @+er3,@0x9abcdef0:32                     ;01556d3c48509abcdef0

    xor.w @(0x1234:16,er3),@er1                         ;01546f3c12340150
    xor.w @(0x1234:16,er3),@(6:2,er1)                   ;01546f3c12343150
    xor.w @(0x1234:16,er3),@-er1                        ;01546f3c1234b150
    xor.w @(0x1234:16,er3),@er1+                        ;01546f3c12348150
    xor.w @(0x1234:16,er3),@er1-                        ;01546f3c1234a150
    xor.w @(0x1234:16,er3),@+er1                        ;01546f3c12349150
    xor.w @(0x1234:16,er3),@(0xffff9abc:16,er1)         ;01546f3c1234c1509abc
    xor.w @(0x1234:16,er3),@(0x9abcdef0:32,er1)         ;01546f3c1234c9509abcdef0
    xor.w @(0x1234:16,er3),@(0xffff9abc:16,r2l.b)       ;01546f3c1234d2509abc
    xor.w @(0x1234:16,er3),@(0xffff9abc:16,r2.w)       ;01546f3c1234e2509abc
    xor.w @(0x1234:16,er3),@(0xffff9abc:16,er2.l)       ;01546f3c1234f2509abc
    xor.w @(0x1234:16,er3),@(0x9abcdef0:32,r2l.b)       ;01546f3c1234da509abcdef0
    xor.w @(0x1234:16,er3),@(0x9abcdef0:32,r2.w)       ;01546f3c1234ea509abcdef0
    xor.w @(0x1234:16,er3),@(0x9abcdef0:32,er2.l)       ;01546f3c1234fa509abcdef0
    xor.w @(0x1234:16,er3),@0xffff9abc:16               ;01546f3c123440509abc
    xor.w @(0x1234:16,er3),@0x9abcdef0:32               ;01546f3c123448509abcdef0

    xor.w @(0x12345678:32,er3),@er1                         ;78346b2c123456780150
    xor.w @(0x12345678:32,er3),@(6:2,er1)                   ;78346b2c123456783150
    xor.w @(0x12345678:32,er3),@-er1                        ;78346b2c12345678b150
    xor.w @(0x12345678:32,er3),@er1+                        ;78346b2c123456788150
    xor.w @(0x12345678:32,er3),@er1-                        ;78346b2c12345678a150
    xor.w @(0x12345678:32,er3),@+er1                        ;78346b2c123456789150
    xor.w @(0x12345678:32,er3),@(0xffff9abc:16,er1)         ;78346b2c12345678c1509abc
    xor.w @(0x12345678:32,er3),@(0x9abcdef0:32,er1)         ;78346b2c12345678c9509abcdef0
    xor.w @(0x12345678:32,er3),@(0xffff9abc:16,r2l.b)       ;78346b2c12345678d2509abc
    xor.w @(0x12345678:32,er3),@(0xffff9abc:16,r2.w)       ;78346b2c12345678e2509abc
    xor.w @(0x12345678:32,er3),@(0xffff9abc:16,er2.l)       ;78346b2c12345678f2509abc
    xor.w @(0x12345678:32,er3),@(0x9abcdef0:32,r2l.b)       ;78346b2c12345678da509abcdef0
    xor.w @(0x12345678:32,er3),@(0x9abcdef0:32,r2.w)       ;78346b2c12345678ea509abcdef0
    xor.w @(0x12345678:32,er3),@(0x9abcdef0:32,er2.l)       ;78346b2c12345678fa509abcdef0
    xor.w @(0x12345678:32,er3),@0xffff9abc:16               ;78346b2c1234567840509abc
    xor.w @(0x12345678:32,er3),@0x9abcdef0:32               ;78346b2c1234567848509abcdef0

    xor.w @(0x1234:16,r3l.b),@er1                       ;01556f3c12340150
    xor.w @(0x1234:16,r3l.b),@(6:2,er1)                 ;01556f3c12343150
    xor.w @(0x1234:16,r3l.b),@-er1                      ;01556f3c1234b150
    xor.w @(0x1234:16,r3l.b),@er1+                      ;01556f3c12348150
    xor.w @(0x1234:16,r3l.b),@er1-                      ;01556f3c1234a150
    xor.w @(0x1234:16,r3l.b),@+er1                      ;01556f3c12349150
    xor.w @(0x1234:16,r3l.b),@(0xffff9abc:16,er1)       ;01556f3c1234c1509abc
    xor.w @(0x1234:16,r3l.b),@(0x9abcdef0:32,er1)       ;01556f3c1234c9509abcdef0
    xor.w @(0x1234:16,r3l.b),@(0xffff9abc:16,r2l.b)     ;01556f3c1234d2509abc
    xor.w @(0x1234:16,r3l.b),@(0xffff9abc:16,r2.w)     ;01556f3c1234e2509abc
    xor.w @(0x1234:16,r3l.b),@(0xffff9abc:16,er2.l)     ;01556f3c1234f2509abc
    xor.w @(0x1234:16,r3l.b),@(0x9abcdef0:32,r2l.b)     ;01556f3c1234da509abcdef0
    xor.w @(0x1234:16,r3l.b),@(0x9abcdef0:32,r2.w)     ;01556f3c1234ea509abcdef0
    xor.w @(0x1234:16,r3l.b),@(0x9abcdef0:32,er2.l)     ;01556f3c1234fa509abcdef0
    xor.w @(0x1234:16,r3l.b),@0xffff9abc:16             ;01556f3c123440509abc
    xor.w @(0x1234:16,r3l.b),@0x9abcdef0:32             ;01556f3c123448509abcdef0

    xor.w @(0x1234:16,r3.w),@er1                       ;01566f3c12340150
    xor.w @(0x1234:16,r3.w),@(6:2,er1)                 ;01566f3c12343150
    xor.w @(0x1234:16,r3.w),@-er1                      ;01566f3c1234b150
    xor.w @(0x1234:16,r3.w),@er1+                      ;01566f3c12348150
    xor.w @(0x1234:16,r3.w),@er1-                      ;01566f3c1234a150
    xor.w @(0x1234:16,r3.w),@+er1                      ;01566f3c12349150
    xor.w @(0x1234:16,r3.w),@(0xffff9abc:16,er1)       ;01566f3c1234c1509abc
    xor.w @(0x1234:16,r3.w),@(0x9abcdef0:32,er1)       ;01566f3c1234c9509abcdef0
    xor.w @(0x1234:16,r3.w),@(0xffff9abc:16,r2l.b)     ;01566f3c1234d2509abc
    xor.w @(0x1234:16,r3.w),@(0xffff9abc:16,r2.w)     ;01566f3c1234e2509abc
    xor.w @(0x1234:16,r3.w),@(0xffff9abc:16,er2.l)     ;01566f3c1234f2509abc
    xor.w @(0x1234:16,r3.w),@(0x9abcdef0:32,r2l.b)     ;01566f3c1234da509abcdef0
    xor.w @(0x1234:16,r3.w),@(0x9abcdef0:32,r2.w)     ;01566f3c1234ea509abcdef0
    xor.w @(0x1234:16,r3.w),@(0x9abcdef0:32,er2.l)     ;01566f3c1234fa509abcdef0
    xor.w @(0x1234:16,r3.w),@0xffff9abc:16             ;01566f3c123440509abc
    xor.w @(0x1234:16,r3.w),@0x9abcdef0:32             ;01566f3c123448509abcdef0

    xor.w @(0x1234:16,er3.l),@er1                       ;01576f3c12340150
    xor.w @(0x1234:16,er3.l),@(6:2,er1)                 ;01576f3c12343150
    xor.w @(0x1234:16,er3.l),@-er1                      ;01576f3c1234b150
    xor.w @(0x1234:16,er3.l),@er1+                      ;01576f3c12348150
    xor.w @(0x1234:16,er3.l),@er1-                      ;01576f3c1234a150
    xor.w @(0x1234:16,er3.l),@+er1                      ;01576f3c12349150
    xor.w @(0x1234:16,er3.l),@(0xffff9abc:16,er1)       ;01576f3c1234c1509abc
    xor.w @(0x1234:16,er3.l),@(0x9abcdef0:32,er1)       ;01576f3c1234c9509abcdef0
    xor.w @(0x1234:16,er3.l),@(0xffff9abc:16,r2l.b)     ;01576f3c1234d2509abc
    xor.w @(0x1234:16,er3.l),@(0xffff9abc:16,r2.w)     ;01576f3c1234e2509abc
    xor.w @(0x1234:16,er3.l),@(0xffff9abc:16,er2.l)     ;01576f3c1234f2509abc
    xor.w @(0x1234:16,er3.l),@(0x9abcdef0:32,r2l.b)     ;01576f3c1234da509abcdef0
    xor.w @(0x1234:16,er3.l),@(0x9abcdef0:32,r2.w)     ;01576f3c1234ea509abcdef0
    xor.w @(0x1234:16,er3.l),@(0x9abcdef0:32,er2.l)     ;01576f3c1234fa509abcdef0
    xor.w @(0x1234:16,er3.l),@0xffff9abc:16             ;01576f3c123440509abc
    xor.w @(0x1234:16,er3.l),@0x9abcdef0:32             ;01576f3c123448509abcdef0

    xor.w @(0x12345678:32,r3l.b),@er1                       ;78356b2c123456780150
    xor.w @(0x12345678:32,r3l.b),@(6:2,er1)                 ;78356b2c123456783150
    xor.w @(0x12345678:32,r3l.b),@-er1                      ;78356b2c12345678b150
    xor.w @(0x12345678:32,r3l.b),@er1+                      ;78356b2c123456788150
    xor.w @(0x12345678:32,r3l.b),@er1-                      ;78356b2c12345678a150
    xor.w @(0x12345678:32,r3l.b),@+er1                      ;78356b2c123456789150
    xor.w @(0x12345678:32,r3l.b),@(0xffff9abc:16,er1)       ;78356b2c12345678c1509abc
    xor.w @(0x12345678:32,r3l.b),@(0x9abcdef0:32,er1)       ;78356b2c12345678c9509abcdef0
    xor.w @(0x12345678:32,r3l.b),@(0xffff9abc:16,r2l.b)     ;78356b2c12345678d2509abc
    xor.w @(0x12345678:32,r3l.b),@(0xffff9abc:16,r2.w)     ;78356b2c12345678e2509abc
    xor.w @(0x12345678:32,r3l.b),@(0xffff9abc:16,er2.l)     ;78356b2c12345678f2509abc
    xor.w @(0x12345678:32,r3l.b),@(0x9abcdef0:32,r2l.b)     ;78356b2c12345678da509abcdef0
    xor.w @(0x12345678:32,r3l.b),@(0x9abcdef0:32,r2.w)     ;78356b2c12345678ea509abcdef0
    xor.w @(0x12345678:32,r3l.b),@(0x9abcdef0:32,er2.l)     ;78356b2c12345678fa509abcdef0
    xor.w @(0x12345678:32,r3l.b),@0xffff9abc:16             ;78356b2c1234567840509abc
    xor.w @(0x12345678:32,r3l.b),@0x9abcdef0:32             ;78356b2c1234567848509abcdef0

    xor.w @(0x12345678:32,r3.w),@er1                       ;78366b2c123456780150
    xor.w @(0x12345678:32,r3.w),@(6:2,er1)                 ;78366b2c123456783150
    xor.w @(0x12345678:32,r3.w),@-er1                      ;78366b2c12345678b150
    xor.w @(0x12345678:32,r3.w),@er1+                      ;78366b2c123456788150
    xor.w @(0x12345678:32,r3.w),@er1-                      ;78366b2c12345678a150
    xor.w @(0x12345678:32,r3.w),@+er1                      ;78366b2c123456789150
    xor.w @(0x12345678:32,r3.w),@(0xffff9abc:16,er1)       ;78366b2c12345678c1509abc
    xor.w @(0x12345678:32,r3.w),@(0x9abcdef0:32,er1)       ;78366b2c12345678c9509abcdef0
    xor.w @(0x12345678:32,r3.w),@(0xffff9abc:16,r2l.b)     ;78366b2c12345678d2509abc
    xor.w @(0x12345678:32,r3.w),@(0xffff9abc:16,r2.w)     ;78366b2c12345678e2509abc
    xor.w @(0x12345678:32,r3.w),@(0xffff9abc:16,er2.l)     ;78366b2c12345678f2509abc
    xor.w @(0x12345678:32,r3.w),@(0x9abcdef0:32,r2l.b)     ;78366b2c12345678da509abcdef0
    xor.w @(0x12345678:32,r3.w),@(0x9abcdef0:32,r2.w)     ;78366b2c12345678ea509abcdef0
    xor.w @(0x12345678:32,r3.w),@(0x9abcdef0:32,er2.l)     ;78366b2c12345678fa509abcdef0
    xor.w @(0x12345678:32,r3.w),@0xffff9abc:16             ;78366b2c1234567840509abc
    xor.w @(0x12345678:32,r3.w),@0x9abcdef0:32             ;78366b2c1234567848509abcdef0

    xor.w @(0x12345678:32,er3.l),@er1                       ;78376b2c123456780150
    xor.w @(0x12345678:32,er3.l),@(6:2,er1)                 ;78376b2c123456783150
    xor.w @(0x12345678:32,er3.l),@-er1                      ;78376b2c12345678b150
    xor.w @(0x12345678:32,er3.l),@er1+                      ;78376b2c123456788150
    xor.w @(0x12345678:32,er3.l),@er1-                      ;78376b2c12345678a150
    xor.w @(0x12345678:32,er3.l),@+er1                      ;78376b2c123456789150
    xor.w @(0x12345678:32,er3.l),@(0xffff9abc:16,er1)       ;78376b2c12345678c1509abc
    xor.w @(0x12345678:32,er3.l),@(0x9abcdef0:32,er1)       ;78376b2c12345678c9509abcdef0
    xor.w @(0x12345678:32,er3.l),@(0xffff9abc:16,r2l.b)     ;78376b2c12345678d2509abc
    xor.w @(0x12345678:32,er3.l),@(0xffff9abc:16,r2.w)     ;78376b2c12345678e2509abc
    xor.w @(0x12345678:32,er3.l),@(0xffff9abc:16,er2.l)     ;78376b2c12345678f2509abc
    xor.w @(0x12345678:32,er3.l),@(0x9abcdef0:32,r2l.b)     ;78376b2c12345678da509abcdef0
    xor.w @(0x12345678:32,er3.l),@(0x9abcdef0:32,r2.w)     ;78376b2c12345678ea509abcdef0
    xor.w @(0x12345678:32,er3.l),@(0x9abcdef0:32,er2.l)     ;78376b2c12345678fa509abcdef0
    xor.w @(0x12345678:32,er3.l),@0xffff9abc:16             ;78376b2c1234567840509abc
    xor.w @(0x12345678:32,er3.l),@0x9abcdef0:32             ;78376b2c1234567848509abcdef0

    xor.w @0x1234:16,@er1                              ;6b1512340150
    xor.w @0x1234:16,@(6:2,er1)                        ;6b1512343150
    xor.w @0x1234:16,@-er1                             ;6b151234b150
    xor.w @0x1234:16,@er1+                             ;6b1512348150
    xor.w @0x1234:16,@er1-                             ;6b151234a150
    xor.w @0x1234:16,@+er1                             ;6b1512349150
    xor.w @0x1234:16,@(0xffff9abc:16,er1)              ;6b151234c1509abc
    xor.w @0x1234:16,@(0x9abcdef0:32,er1)              ;6b151234c9509abcdef0
    xor.w @0x1234:16,@(0xffff9abc:16,r2l.b)            ;6b151234d2509abc
    xor.w @0x1234:16,@(0xffff9abc:16,r2.w)            ;6b151234e2509abc
    xor.w @0x1234:16,@(0xffff9abc:16,er2.l)            ;6b151234f2509abc
    xor.w @0x1234:16,@(0x9abcdef0:32,r2l.b)            ;6b151234da509abcdef0
    xor.w @0x1234:16,@(0x9abcdef0:32,r2.w)            ;6b151234ea509abcdef0
    xor.w @0x1234:16,@(0x9abcdef0:32,er2.l)            ;6b151234fa509abcdef0
    xor.w @0x1234:16,@0xffff9abc:16                    ;6b15123440509abc
    xor.w @0x1234:16,@0x9abcdef0:32                    ;6b15123448509abcdef0

    xor.w @0x12345678:32,@er1                              ;6b35123456780150
    xor.w @0x12345678:32,@(6:2,er1)                        ;6b35123456783150
    xor.w @0x12345678:32,@-er1                             ;6b3512345678b150
    xor.w @0x12345678:32,@er1+                             ;6b35123456788150
    xor.w @0x12345678:32,@er1-                             ;6b3512345678a150
    xor.w @0x12345678:32,@+er1                             ;6b35123456789150
    xor.w @0x12345678:32,@(0xffff9abc:16,er1)              ;6b3512345678c1509abc
    xor.w @0x12345678:32,@(0x9abcdef0:32,er1)              ;6b3512345678c9509abcdef0
    xor.w @0x12345678:32,@(0xffff9abc:16,r2l.b)            ;6b3512345678d2509abc
    xor.w @0x12345678:32,@(0xffff9abc:16,r2.w)            ;6b3512345678e2509abc
    xor.w @0x12345678:32,@(0xffff9abc:16,er2.l)            ;6b3512345678f2509abc
    xor.w @0x12345678:32,@(0x9abcdef0:32,r2l.b)            ;6b3512345678da509abcdef0
    xor.w @0x12345678:32,@(0x9abcdef0:32,r2.w)            ;6b3512345678ea509abcdef0
    xor.w @0x12345678:32,@(0x9abcdef0:32,er2.l)            ;6b3512345678fa509abcdef0
    xor.w @0x12345678:32,@0xffff9abc:16                    ;6b351234567840509abc
    xor.w @0x12345678:32,@0x9abcdef0:32                    ;6b351234567848509abcdef0

    xor.l #0x12345678:32,er1          ;7a5112345678
    xor.l #0x1234:16,er1           ;7a591234
    xor.l #0x12345678:32,@er1          ;010e015812345678
    xor.l #0x12345678:32,@(0xc:2,er1) ;010e315812345678
    xor.l #0x12345678:32,@er1+         ;010e815812345678
    xor.l #0x12345678:32,@-er1         ;010eb15812345678
    xor.l #0x12345678:32,@+er1         ;010e915812345678
    xor.l #0x12345678:32,@er1-         ;010ea15812345678
    xor.l #0x12345678:32,@(0xffff9abc:16,er1)   ;010ec1589abc12345678
    xor.l #0x12345678:32,@(0x9abcdef0:32,er1)   ;010ec9589abcdef012345678
    xor.l #0x12345678:32,@(0xffff9abc:16,r2l.b) ;010ed2589abc12345678
    xor.l #0x12345678:32,@(0xffff9abc:16,r2.w) ;010ee2589abc12345678
    xor.l #0x12345678:32,@(0xffff9abc:16,er2.l) ;010ef2589abc12345678
    xor.l #0x12345678:32,@(0x9abcdef0:32,r2l.b) ;010eda589abcdef012345678
    xor.l #0x12345678:32,@(0x9abcdef0:32,r2.w) ;010eea589abcdef012345678
    xor.l #0x12345678:32,@(0x9abcdef0:32,er2.l) ;010efa589abcdef012345678
    xor.l #0x12345678:32,@0xffff9abc:16        ;010e40589abc12345678
    xor.l #0x12345678:32,@0x9abcdef0:32        ;010e48589abcdef012345678
    xor.l #0x1234:16,@er1          ;010e01501234
    xor.l #0x1234:16,@(0xc:2,er1) ;010e31501234
    xor.l #0x1234:16,@er1+         ;010e81501234
    xor.l #0x1234:16,@-er1         ;010eb1501234
    xor.l #0x1234:16,@+er1         ;010e91501234
    xor.l #0x1234:16,@er1-         ;010ea1501234
    xor.l #0x1234:16,@(0xffff9abc:16,er1)   ;010ec1509abc1234
    xor.l #0x1234:16,@(0x9abcdef0:32,er1)   ;010ec9509abcdef01234
    xor.l #0x1234:16,@(0xffff9abc:16,r2l.b) ;010ed2509abc1234
    xor.l #0x1234:16,@(0xffff9abc:16,r2.w) ;010ee2509abc1234
    xor.l #0x1234:16,@(0xffff9abc:16,er2.l) ;010ef2509abc1234
    xor.l #0x1234:16,@(0x9abcdef0:32,r2l.b) ;010eda509abcdef01234
    xor.l #0x1234:16,@(0x9abcdef0:32,r2.w) ;010eea509abcdef01234
    xor.l #0x1234:16,@(0x9abcdef0:32,er2.l) ;010efa509abcdef01234
    xor.l #0x1234:16,@0xffff9abc:16        ;010e40509abc1234
    xor.l #0x1234:16,@0x9abcdef0:32        ;010e48509abcdef01234

    xor.l er3,er1            ;01f06531

    xor.l er3,@er1            ;01090153
    xor.l er3,@(0xc:2,er1)   ;01093153
    xor.l er3,@er1+           ;01098153
    xor.l er3,@-er1           ;0109b153
    xor.l er3,@+er1           ;01099153
    xor.l er3,@er1-           ;0109a153
    xor.l er3,@(0x1234:16,er1)     ;0109c1531234
    xor.l er3,@(0x12345678:32,er1)     ;0109c95312345678
    xor.l er3,@(0x1234:16,r2l.b)   ;0109d2531234
    xor.l er3,@(0x1234:16,r2.w)   ;0109e2531234
    xor.l er3,@(0x1234:16,er2.l)   ;0109f2531234
    xor.l er3,@(0x12345678:32,r2l.b)   ;0109da5312345678
    xor.l er3,@(0x12345678:32,r2.w)   ;0109ea5312345678
    xor.l er3,@(0x12345678:32,er2.l)   ;0109fa5312345678
    xor.l er3,@0x1234:16          ;010940531234
    xor.l er3,@0x12345678:32          ;0109485312345678

    xor.l @er3,er1            ;010a0351
    xor.l @(0xc:2,er3),er1  ;010a3351
    xor.l @er3+,er1          ;010a8351
    xor.l @-er3,er1          ;010ab351
    xor.l @+er3,er1          ;010a9351
    xor.l @er3-,er1          ;010aa351
    xor.l @(0x1234:16,er1),er1     ;010ac1511234
    xor.l @(0x12345678:32,er1),er1     ;010ac95112345678
    xor.l @(0x1234:16,r2l.b),er1   ;010ad2511234
    xor.l @(0x1234:16,r2.w),er1   ;010ae2511234
    xor.l @(0x1234:16,er2.l),er1   ;010af2511234
    xor.l @(0x12345678:32,r2l.b),er1   ;010ada5112345678
    xor.l @(0x12345678:32,r2.w),er1   ;010aea5112345678
    xor.l @(0x12345678:32,er2.l),er1   ;010afa5112345678
    xor.l @0x1234:16,er1          ;010a40511234
    xor.l @0x12345678:32,er1          ;010a485112345678

    xor.l @er3,@er1                                ;0104693c0150
    xor.l @er3,@(0xc:2,er1)                          ;0104693c3150
    xor.l @er3,@-er1                               ;0104693cb150
    xor.l @er3,@er1+                               ;0104693c8150
    xor.l @er3,@er1-                               ;0104693ca150
    xor.l @er3,@+er1                               ;0104693c9150
    xor.l @er3,@(0xffff9abc:16,er1)                ;0104693cc1509abc
    xor.l @er3,@(0x9abcdef0:32,er1)                ;0104693cc9509abcdef0
    xor.l @er3,@(0xffff9abc:16,r2l.b)              ;0104693cd2509abc
    xor.l @er3,@(0xffff9abc:16,r2.w)              ;0104693ce2509abc
    xor.l @er3,@(0xffff9abc:16,er2.l)              ;0104693cf2509abc
    xor.l @er3,@(0x9abcdef0:32,r2l.b)              ;0104693cda509abcdef0
    xor.l @er3,@(0x9abcdef0:32,r2.w)              ;0104693cea509abcdef0
    xor.l @er3,@(0x9abcdef0:32,er2.l)              ;0104693cfa509abcdef0
    xor.l @er3,@0xffff9abc:16                      ;0104693c40509abc
    xor.l @er3,@0x9abcdef0:32                      ;0104693c48509abcdef0

    xor.l @(0xc:2,er3),@er1                       ;0107693c0150
    xor.l @(0xc:2,er3),@(0xc:2,er1)                 ;0107693c3150
    xor.l @(0xc:2,er3),@-er1                      ;0107693cb150
    xor.l @(0xc:2,er3),@er1+                      ;0107693c8150
    xor.l @(0xc:2,er3),@er1-                      ;0107693ca150
    xor.l @(0xc:2,er3),@+er1                      ;0107693c9150
    xor.l @(0xc:2,er3),@(0xffff9abc:16,er1)       ;0107693cc1509abc
    xor.l @(0xc:2,er3),@(0x9abcdef0:32,er1)       ;0107693cc9509abcdef0
    xor.l @(0xc:2,er3),@(0xffff9abc:16,r2l.b)     ;0107693cd2509abc
    xor.l @(0xc:2,er3),@(0xffff9abc:16,r2.w)     ;0107693ce2509abc
    xor.l @(0xc:2,er3),@(0xffff9abc:16,er2.l)     ;0107693cf2509abc
    xor.l @(0xc:2,er3),@(0x9abcdef0:32,r2l.b)     ;0107693cda509abcdef0
    xor.l @(0xc:2,er3),@(0x9abcdef0:32,r2.w)     ;0107693cea509abcdef0
    xor.l @(0xc:2,er3),@(0x9abcdef0:32,er2.l)     ;0107693cfa509abcdef0
    xor.l @(0xc:2,er3),@0xffff9abc:16             ;0107693c40509abc
    xor.l @(0xc:2,er3),@0x9abcdef0:32             ;0107693c48509abcdef0

    xor.l @-er3,@er1                               ;01076d3c0150
    xor.l @-er3,@(0xc:2,er1)                         ;01076d3c3150
    xor.l @-er3,@-er1                              ;01076d3cb150
    xor.l @-er3,@er1+                              ;01076d3c8150
    xor.l @-er3,@er1-                              ;01076d3ca150
    xor.l @-er3,@+er1                              ;01076d3c9150
    xor.l @-er3,@(0xffff9abc:16,er1)               ;01076d3cc1509abc
    xor.l @-er3,@(0x9abcdef0:32,er1)               ;01076d3cc9509abcdef0
    xor.l @-er3,@(0xffff9abc:16,r2l.b)             ;01076d3cd2509abc
    xor.l @-er3,@(0xffff9abc:16,r2.w)             ;01076d3ce2509abc
    xor.l @-er3,@(0xffff9abc:16,er2.l)             ;01076d3cf2509abc
    xor.l @-er3,@(0x9abcdef0:32,r2l.b)             ;01076d3cda509abcdef0
    xor.l @-er3,@(0x9abcdef0:32,r2.w)             ;01076d3cea509abcdef0
    xor.l @-er3,@(0x9abcdef0:32,er2.l)             ;01076d3cfa509abcdef0
    xor.l @-er3,@0xffff9abc:16                     ;01076d3c40509abc
    xor.l @-er3,@0x9abcdef0:32                     ;01076d3c48509abcdef0

    xor.l @er3+,@er1                               ;01046d3c0150
    xor.l @er3+,@(0xc:2,er1)                         ;01046d3c3150
    xor.l @er3+,@-er1                              ;01046d3cb150
    xor.l @er3+,@er1+                              ;01046d3c8150
    xor.l @er3+,@er1-                              ;01046d3ca150
    xor.l @er3+,@+er1                              ;01046d3c9150
    xor.l @er3+,@(0xffff9abc:16,er1)               ;01046d3cc1509abc
    xor.l @er3+,@(0x9abcdef0:32,er1)               ;01046d3cc9509abcdef0
    xor.l @er3+,@(0xffff9abc:16,r2l.b)             ;01046d3cd2509abc
    xor.l @er3+,@(0xffff9abc:16,r2.w)             ;01046d3ce2509abc
    xor.l @er3+,@(0xffff9abc:16,er2.l)             ;01046d3cf2509abc
    xor.l @er3+,@(0x9abcdef0:32,r2l.b)             ;01046d3cda509abcdef0
    xor.l @er3+,@(0x9abcdef0:32,r2.w)             ;01046d3cea509abcdef0
    xor.l @er3+,@(0x9abcdef0:32,er2.l)             ;01046d3cfa509abcdef0
    xor.l @er3+,@0xffff9abc:16                     ;01046d3c40509abc
    xor.l @er3+,@0x9abcdef0:32                     ;01046d3c48509abcdef0

    xor.l @er3-,@er1                               ;01066d3c0150
    xor.l @er3-,@(0xc:2,er1)                         ;01066d3c3150
    xor.l @er3-,@-er1                              ;01066d3cb150
    xor.l @er3-,@er1+                              ;01066d3c8150
    xor.l @er3-,@er1-                              ;01066d3ca150
    xor.l @er3-,@+er1                              ;01066d3c9150
    xor.l @er3-,@(0xffff9abc:16,er1)               ;01066d3cc1509abc
    xor.l @er3-,@(0x9abcdef0:32,er1)               ;01066d3cc9509abcdef0
    xor.l @er3-,@(0xffff9abc:16,r2l.b)             ;01066d3cd2509abc
    xor.l @er3-,@(0xffff9abc:16,r2.w)             ;01066d3ce2509abc
    xor.l @er3-,@(0xffff9abc:16,er2.l)             ;01066d3cf2509abc
    xor.l @er3-,@(0x9abcdef0:32,r2l.b)             ;01066d3cda509abcdef0
    xor.l @er3-,@(0x9abcdef0:32,r2.w)             ;01066d3cea509abcdef0
    xor.l @er3-,@(0x9abcdef0:32,er2.l)             ;01066d3cfa509abcdef0
    xor.l @er3-,@0xffff9abc:16                     ;01066d3c40509abc
    xor.l @er3-,@0x9abcdef0:32                     ;01066d3c48509abcdef0

    xor.l @+er3,@er1                               ;01056d3c0150
    xor.l @+er3,@(0xc:2,er1)                         ;01056d3c3150
    xor.l @+er3,@-er1                              ;01056d3cb150
    xor.l @+er3,@er1+                              ;01056d3c8150
    xor.l @+er3,@er1-                              ;01056d3ca150
    xor.l @+er3,@+er1                              ;01056d3c9150
    xor.l @+er3,@(0xffff9abc:16,er1)               ;01056d3cc1509abc
    xor.l @+er3,@(0x9abcdef0:32,er1)               ;01056d3cc9509abcdef0
    xor.l @+er3,@(0xffff9abc:16,r2l.b)             ;01056d3cd2509abc
    xor.l @+er3,@(0xffff9abc:16,r2.w)             ;01056d3ce2509abc
    xor.l @+er3,@(0xffff9abc:16,er2.l)             ;01056d3cf2509abc
    xor.l @+er3,@(0x9abcdef0:32,r2l.b)             ;01056d3cda509abcdef0
    xor.l @+er3,@(0x9abcdef0:32,r2.w)             ;01056d3cea509abcdef0
    xor.l @+er3,@(0x9abcdef0:32,er2.l)             ;01056d3cfa509abcdef0
    xor.l @+er3,@0xffff9abc:16                     ;01056d3c40509abc
    xor.l @+er3,@0x9abcdef0:32                     ;01056d3c48509abcdef0

    xor.l @(0x1234:16,er3),@er1                         ;01046f3c12340150
    xor.l @(0x1234:16,er3),@(0xc:2,er1)                   ;01046f3c12343150
    xor.l @(0x1234:16,er3),@-er1                        ;01046f3c1234b150
    xor.l @(0x1234:16,er3),@er1+                        ;01046f3c12348150
    xor.l @(0x1234:16,er3),@er1-                        ;01046f3c1234a150
    xor.l @(0x1234:16,er3),@+er1                        ;01046f3c12349150
    xor.l @(0x1234:16,er3),@(0xffff9abc:16,er1)         ;01046f3c1234c1509abc
    xor.l @(0x1234:16,er3),@(0x9abcdef0:32,er1)         ;01046f3c1234c9509abcdef0
    xor.l @(0x1234:16,er3),@(0xffff9abc:16,r2l.b)       ;01046f3c1234d2509abc
    xor.l @(0x1234:16,er3),@(0xffff9abc:16,r2.w)       ;01046f3c1234e2509abc
    xor.l @(0x1234:16,er3),@(0xffff9abc:16,er2.l)       ;01046f3c1234f2509abc
    xor.l @(0x1234:16,er3),@(0x9abcdef0:32,r2l.b)       ;01046f3c1234da509abcdef0
    xor.l @(0x1234:16,er3),@(0x9abcdef0:32,r2.w)       ;01046f3c1234ea509abcdef0
    xor.l @(0x1234:16,er3),@(0x9abcdef0:32,er2.l)       ;01046f3c1234fa509abcdef0
    xor.l @(0x1234:16,er3),@0xffff9abc:16               ;01046f3c123440509abc
    xor.l @(0x1234:16,er3),@0x9abcdef0:32               ;01046f3c123448509abcdef0

    xor.l @(0x12345678:32,er3),@er1                         ;78b46b2c123456780150
    xor.l @(0x12345678:32,er3),@(0xc:2,er1)                   ;78b46b2c123456783150
    xor.l @(0x12345678:32,er3),@-er1                        ;78b46b2c12345678b150
    xor.l @(0x12345678:32,er3),@er1+                        ;78b46b2c123456788150
    xor.l @(0x12345678:32,er3),@er1-                        ;78b46b2c12345678a150
    xor.l @(0x12345678:32,er3),@+er1                        ;78b46b2c123456789150
    xor.l @(0x12345678:32,er3),@(0xffff9abc:16,er1)         ;78b46b2c12345678c1509abc
    xor.l @(0x12345678:32,er3),@(0x9abcdef0:32,er1)         ;78b46b2c12345678c9509abcdef0
    xor.l @(0x12345678:32,er3),@(0xffff9abc:16,r2l.b)       ;78b46b2c12345678d2509abc
    xor.l @(0x12345678:32,er3),@(0xffff9abc:16,r2.w)       ;78b46b2c12345678e2509abc
    xor.l @(0x12345678:32,er3),@(0xffff9abc:16,er2.l)       ;78b46b2c12345678f2509abc
    xor.l @(0x12345678:32,er3),@(0x9abcdef0:32,r2l.b)       ;78b46b2c12345678da509abcdef0
    xor.l @(0x12345678:32,er3),@(0x9abcdef0:32,r2.w)       ;78b46b2c12345678ea509abcdef0
    xor.l @(0x12345678:32,er3),@(0x9abcdef0:32,er2.l)       ;78b46b2c12345678fa509abcdef0
    xor.l @(0x12345678:32,er3),@0xffff9abc:16               ;78b46b2c1234567840509abc
    xor.l @(0x12345678:32,er3),@0x9abcdef0:32               ;78b46b2c1234567848509abcdef0

    xor.l @(0x1234:16,r3l.b),@er1                       ;01056f3c12340150
    xor.l @(0x1234:16,r3l.b),@(0xc:2,er1)                 ;01056f3c12343150
    xor.l @(0x1234:16,r3l.b),@-er1                      ;01056f3c1234b150
    xor.l @(0x1234:16,r3l.b),@er1+                      ;01056f3c12348150
    xor.l @(0x1234:16,r3l.b),@er1-                      ;01056f3c1234a150
    xor.l @(0x1234:16,r3l.b),@+er1                      ;01056f3c12349150
    xor.l @(0x1234:16,r3l.b),@(0xffff9abc:16,er1)       ;01056f3c1234c1509abc
    xor.l @(0x1234:16,r3l.b),@(0x9abcdef0:32,er1)       ;01056f3c1234c9509abcdef0
    xor.l @(0x1234:16,r3l.b),@(0xffff9abc:16,r2l.b)     ;01056f3c1234d2509abc
    xor.l @(0x1234:16,r3l.b),@(0xffff9abc:16,r2.w)     ;01056f3c1234e2509abc
    xor.l @(0x1234:16,r3l.b),@(0xffff9abc:16,er2.l)     ;01056f3c1234f2509abc
    xor.l @(0x1234:16,r3l.b),@(0x9abcdef0:32,r2l.b)     ;01056f3c1234da509abcdef0
    xor.l @(0x1234:16,r3l.b),@(0x9abcdef0:32,r2.w)     ;01056f3c1234ea509abcdef0
    xor.l @(0x1234:16,r3l.b),@(0x9abcdef0:32,er2.l)     ;01056f3c1234fa509abcdef0
    xor.l @(0x1234:16,r3l.b),@0xffff9abc:16             ;01056f3c123440509abc
    xor.l @(0x1234:16,r3l.b),@0x9abcdef0:32             ;01056f3c123448509abcdef0

    xor.l @(0x1234:16,r3.w),@er1                       ;01066f3c12340150
    xor.l @(0x1234:16,r3.w),@(0xc:2,er1)                 ;01066f3c12343150
    xor.l @(0x1234:16,r3.w),@-er1                      ;01066f3c1234b150
    xor.l @(0x1234:16,r3.w),@er1+                      ;01066f3c12348150
    xor.l @(0x1234:16,r3.w),@er1-                      ;01066f3c1234a150
    xor.l @(0x1234:16,r3.w),@+er1                      ;01066f3c12349150
    xor.l @(0x1234:16,r3.w),@(0xffff9abc:16,er1)       ;01066f3c1234c1509abc
    xor.l @(0x1234:16,r3.w),@(0x9abcdef0:32,er1)       ;01066f3c1234c9509abcdef0
    xor.l @(0x1234:16,r3.w),@(0xffff9abc:16,r2l.b)     ;01066f3c1234d2509abc
    xor.l @(0x1234:16,r3.w),@(0xffff9abc:16,r2.w)     ;01066f3c1234e2509abc
    xor.l @(0x1234:16,r3.w),@(0xffff9abc:16,er2.l)     ;01066f3c1234f2509abc
    xor.l @(0x1234:16,r3.w),@(0x9abcdef0:32,r2l.b)     ;01066f3c1234da509abcdef0
    xor.l @(0x1234:16,r3.w),@(0x9abcdef0:32,r2.w)     ;01066f3c1234ea509abcdef0
    xor.l @(0x1234:16,r3.w),@(0x9abcdef0:32,er2.l)     ;01066f3c1234fa509abcdef0
    xor.l @(0x1234:16,r3.w),@0xffff9abc:16             ;01066f3c123440509abc
    xor.l @(0x1234:16,r3.w),@0x9abcdef0:32             ;01066f3c123448509abcdef0

    xor.l @(0x1234:16,er3.l),@er1                       ;01076f3c12340150
    xor.l @(0x1234:16,er3.l),@(0xc:2,er1)                 ;01076f3c12343150
    xor.l @(0x1234:16,er3.l),@-er1                      ;01076f3c1234b150
    xor.l @(0x1234:16,er3.l),@er1+                      ;01076f3c12348150
    xor.l @(0x1234:16,er3.l),@er1-                      ;01076f3c1234a150
    xor.l @(0x1234:16,er3.l),@+er1                      ;01076f3c12349150
    xor.l @(0x1234:16,er3.l),@(0xffff9abc:16,er1)       ;01076f3c1234c1509abc
    xor.l @(0x1234:16,er3.l),@(0x9abcdef0:32,er1)       ;01076f3c1234c9509abcdef0
    xor.l @(0x1234:16,er3.l),@(0xffff9abc:16,r2l.b)     ;01076f3c1234d2509abc
    xor.l @(0x1234:16,er3.l),@(0xffff9abc:16,r2.w)     ;01076f3c1234e2509abc
    xor.l @(0x1234:16,er3.l),@(0xffff9abc:16,er2.l)     ;01076f3c1234f2509abc
    xor.l @(0x1234:16,er3.l),@(0x9abcdef0:32,r2l.b)     ;01076f3c1234da509abcdef0
    xor.l @(0x1234:16,er3.l),@(0x9abcdef0:32,r2.w)     ;01076f3c1234ea509abcdef0
    xor.l @(0x1234:16,er3.l),@(0x9abcdef0:32,er2.l)     ;01076f3c1234fa509abcdef0
    xor.l @(0x1234:16,er3.l),@0xffff9abc:16             ;01076f3c123440509abc
    xor.l @(0x1234:16,er3.l),@0x9abcdef0:32             ;01076f3c123448509abcdef0

    xor.l @(0x12345678:32,r3l.b),@er1                       ;78b56b2c123456780150
    xor.l @(0x12345678:32,r3l.b),@(0xc:2,er1)                 ;78b56b2c123456783150
    xor.l @(0x12345678:32,r3l.b),@-er1                      ;78b56b2c12345678b150
    xor.l @(0x12345678:32,r3l.b),@er1+                      ;78b56b2c123456788150
    xor.l @(0x12345678:32,r3l.b),@er1-                      ;78b56b2c12345678a150
    xor.l @(0x12345678:32,r3l.b),@+er1                      ;78b56b2c123456789150
    xor.l @(0x12345678:32,r3l.b),@(0xffff9abc:16,er1)       ;78b56b2c12345678c1509abc
    xor.l @(0x12345678:32,r3l.b),@(0x9abcdef0:32,er1)       ;78b56b2c12345678c9509abcdef0
    xor.l @(0x12345678:32,r3l.b),@(0xffff9abc:16,r2l.b)     ;78b56b2c12345678d2509abc
    xor.l @(0x12345678:32,r3l.b),@(0xffff9abc:16,r2.w)     ;78b56b2c12345678e2509abc
    xor.l @(0x12345678:32,r3l.b),@(0xffff9abc:16,er2.l)     ;78b56b2c12345678f2509abc
    xor.l @(0x12345678:32,r3l.b),@(0x9abcdef0:32,r2l.b)     ;78b56b2c12345678da509abcdef0
    xor.l @(0x12345678:32,r3l.b),@(0x9abcdef0:32,r2.w)     ;78b56b2c12345678ea509abcdef0
    xor.l @(0x12345678:32,r3l.b),@(0x9abcdef0:32,er2.l)     ;78b56b2c12345678fa509abcdef0
    xor.l @(0x12345678:32,r3l.b),@0xffff9abc:16             ;78b56b2c1234567840509abc
    xor.l @(0x12345678:32,r3l.b),@0x9abcdef0:32             ;78b56b2c1234567848509abcdef0

    xor.l @(0x12345678:32,r3.w),@er1                       ;78b66b2c123456780150
    xor.l @(0x12345678:32,r3.w),@(0xc:2,er1)                 ;78b66b2c123456783150
    xor.l @(0x12345678:32,r3.w),@-er1                      ;78b66b2c12345678b150
    xor.l @(0x12345678:32,r3.w),@er1+                      ;78b66b2c123456788150
    xor.l @(0x12345678:32,r3.w),@er1-                      ;78b66b2c12345678a150
    xor.l @(0x12345678:32,r3.w),@+er1                      ;78b66b2c123456789150
    xor.l @(0x12345678:32,r3.w),@(0xffff9abc:16,er1)       ;78b66b2c12345678c1509abc
    xor.l @(0x12345678:32,r3.w),@(0x9abcdef0:32,er1)       ;78b66b2c12345678c9509abcdef0
    xor.l @(0x12345678:32,r3.w),@(0xffff9abc:16,r2l.b)     ;78b66b2c12345678d2509abc
    xor.l @(0x12345678:32,r3.w),@(0xffff9abc:16,r2.w)     ;78b66b2c12345678e2509abc
    xor.l @(0x12345678:32,r3.w),@(0xffff9abc:16,er2.l)     ;78b66b2c12345678f2509abc
    xor.l @(0x12345678:32,r3.w),@(0x9abcdef0:32,r2l.b)     ;78b66b2c12345678da509abcdef0
    xor.l @(0x12345678:32,r3.w),@(0x9abcdef0:32,r2.w)     ;78b66b2c12345678ea509abcdef0
    xor.l @(0x12345678:32,r3.w),@(0x9abcdef0:32,er2.l)     ;78b66b2c12345678fa509abcdef0
    xor.l @(0x12345678:32,r3.w),@0xffff9abc:16             ;78b66b2c1234567840509abc
    xor.l @(0x12345678:32,r3.w),@0x9abcdef0:32             ;78b66b2c1234567848509abcdef0

    xor.l @(0x12345678:32,er3.l),@er1                       ;78b76b2c123456780150
    xor.l @(0x12345678:32,er3.l),@(0xc:2,er1)                 ;78b76b2c123456783150
    xor.l @(0x12345678:32,er3.l),@-er1                      ;78b76b2c12345678b150
    xor.l @(0x12345678:32,er3.l),@er1+                      ;78b76b2c123456788150
    xor.l @(0x12345678:32,er3.l),@er1-                      ;78b76b2c12345678a150
    xor.l @(0x12345678:32,er3.l),@+er1                      ;78b76b2c123456789150
    xor.l @(0x12345678:32,er3.l),@(0xffff9abc:16,er1)       ;78b76b2c12345678c1509abc
    xor.l @(0x12345678:32,er3.l),@(0x9abcdef0:32,er1)       ;78b76b2c12345678c9509abcdef0
    xor.l @(0x12345678:32,er3.l),@(0xffff9abc:16,r2l.b)     ;78b76b2c12345678d2509abc
    xor.l @(0x12345678:32,er3.l),@(0xffff9abc:16,r2.w)     ;78b76b2c12345678e2509abc
    xor.l @(0x12345678:32,er3.l),@(0xffff9abc:16,er2.l)     ;78b76b2c12345678f2509abc
    xor.l @(0x12345678:32,er3.l),@(0x9abcdef0:32,r2l.b)     ;78b76b2c12345678da509abcdef0
    xor.l @(0x12345678:32,er3.l),@(0x9abcdef0:32,r2.w)     ;78b76b2c12345678ea509abcdef0
    xor.l @(0x12345678:32,er3.l),@(0x9abcdef0:32,er2.l)     ;78b76b2c12345678fa509abcdef0
    xor.l @(0x12345678:32,er3.l),@0xffff9abc:16             ;78b76b2c1234567840509abc
    xor.l @(0x12345678:32,er3.l),@0x9abcdef0:32             ;78b76b2c1234567848509abcdef0

    xor.l @0x1234:16,@er1                              ;01046b0c12340150
    xor.l @0x1234:16,@(0xc:2,er1)                        ;01046b0c12343150
    xor.l @0x1234:16,@-er1                             ;01046b0c1234b150
    xor.l @0x1234:16,@er1+                             ;01046b0c12348150
    xor.l @0x1234:16,@er1-                             ;01046b0c1234a150
    xor.l @0x1234:16,@+er1                             ;01046b0c12349150
    xor.l @0x1234:16,@(0xffff9abc:16,er1)              ;01046b0c1234c1509abc
    xor.l @0x1234:16,@(0x9abcdef0:32,er1)              ;01046b0c1234c9509abcdef0
    xor.l @0x1234:16,@(0xffff9abc:16,r2l.b)            ;01046b0c1234d2509abc
    xor.l @0x1234:16,@(0xffff9abc:16,r2.w)            ;01046b0c1234e2509abc
    xor.l @0x1234:16,@(0xffff9abc:16,er2.l)            ;01046b0c1234f2509abc
    xor.l @0x1234:16,@(0x9abcdef0:32,r2l.b)            ;01046b0c1234da509abcdef0
    xor.l @0x1234:16,@(0x9abcdef0:32,r2.w)            ;01046b0c1234ea509abcdef0
    xor.l @0x1234:16,@(0x9abcdef0:32,er2.l)            ;01046b0c1234fa509abcdef0
    xor.l @0x1234:16,@0xffff9abc:16                    ;01046b0c123440509abc
    xor.l @0x1234:16,@0x9abcdef0:32                    ;01046b0c123448509abcdef0

    xor.l @0x12345678:32,@er1                              ;01046b2c123456780150
    xor.l @0x12345678:32,@(0xc:2,er1)                        ;01046b2c123456783150
    xor.l @0x12345678:32,@-er1                             ;01046b2c12345678b150
    xor.l @0x12345678:32,@er1+                             ;01046b2c123456788150
    xor.l @0x12345678:32,@er1-                             ;01046b2c12345678a150
    xor.l @0x12345678:32,@+er1                             ;01046b2c123456789150
    xor.l @0x12345678:32,@(0xffff9abc:16,er1)              ;01046b2c12345678c1509abc
    xor.l @0x12345678:32,@(0x9abcdef0:32,er1)              ;01046b2c12345678c9509abcdef0
    xor.l @0x12345678:32,@(0xffff9abc:16,r2l.b)            ;01046b2c12345678d2509abc
    xor.l @0x12345678:32,@(0xffff9abc:16,r2.w)            ;01046b2c12345678e2509abc
    xor.l @0x12345678:32,@(0xffff9abc:16,er2.l)            ;01046b2c12345678f2509abc
    xor.l @0x12345678:32,@(0x9abcdef0:32,r2l.b)            ;01046b2c12345678da509abcdef0
    xor.l @0x12345678:32,@(0x9abcdef0:32,r2.w)            ;01046b2c12345678ea509abcdef0
    xor.l @0x12345678:32,@(0x9abcdef0:32,er2.l)            ;01046b2c12345678fa509abcdef0
    xor.l @0x12345678:32,@0xffff9abc:16                    ;01046b2c1234567840509abc
    xor.l @0x12345678:32,@0x9abcdef0:32                    ;01046b2c1234567848509abcdef0

	.end