@andrivet/z80-assembler 1.4.1 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.js CHANGED
@@ -1,9 +1,9 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});function _(i,t=0){switch(i.toLowerCase()){case"b":return 0<<t;case"c":return 1<<t;case"d":return 2<<t;case"e":return 3<<t;case"h":return 4<<t;case"l":return 5<<t;case"a":return 7<<t;default:return console.log(`Invalid register name: ${i}`),0}}function C(i,t=0){switch(i.toLowerCase()){case"bc":return 0<<t;case"de":return 1<<t;case"hl":return 2<<t;case"sp":return 3<<t;default:return console.log(`Invalid register name: ${i}`),0}}function V(i,t=0){switch(i.toLowerCase()){case"bc":return 0<<t;case"de":return 1<<t;case"hl":return 2<<t;case"af":return 3<<t;default:return console.log(`Invalid register name: ${i}`),0}}function k(i,t=0){switch(i.toLowerCase()){case"bc":return 0<<t;case"de":return 1<<t;case"hl":return 2<<t;case"sp":return 3<<t;default:return console.log(`Invalid register name: ${i}`),0}}function K(i,t=0){switch(i.toLowerCase()){case"bc":return 0<<t;case"de":return 1<<t;case"ix":return 2<<t;case"sp":return 3<<t;default:return console.log(`Invalid register name: ${i}`),0}}function d(i,t=0){switch(i.toLowerCase()){case"bc":return 0<<t;case"de":return 1<<t;case"iy":return 2<<t;case"sp":return 3<<t;default:return console.log(`Invalid register name: ${i}`),0}}function b(i,t=0){switch(i.toLowerCase()){case"nz":return 0<<t;case"z":return 1<<t;case"nc":return 2<<t;case"c":return 3<<t;case"po":return 4<<t;case"pe":return 5<<t;case"p":return 6<<t;case"s":case"m":return 7<<t;default:return console.log(`Invalid jump condition: ${i}`),0}}function v(i=""){switch(i.toLowerCase()){case"":return 24;case"nz":return 32;case"z":return 40;case"nc":return 48;case"c":return 56;default:return console.log(`Invalid relative jump condition: ${i}`),0}}function $(i,t=0){return(i<0||i>56||i%8!==0)&&console.log(`Invalid argument for RST: ${i}`),i/8<<t}function tt(i){switch(i){case"0":return 70;case"1":return 86;case"2":return 94;default:return console.log(`Invalid interrupt mode: ${i}`),0}}const L=new Map;let E=0;function nt(){L.clear()}function et(){E=0}function it(i,t,n){const e=L.get(t);if(!e){L.set(t,{expression:null,value:n??0,known:n!=null,used:!1});return}if(e.known&&e.value!=n)throw new o(i,`The value of the label '${t}' is redefined (old value: ${e.value}, new value: ${n})`);e.value=n??0,e.known=n!=null}function st(i,t,n){const e=L.get(t);if(!e){L.set(t,{expression:n,value:0,known:!1,used:!1});return}e.known||(e.expression=n)}function D(i,t,n,e,s){if(E>20)throw new o(n,`Label '${t}' is undetermined (too many recursions)`);if(t==="$")return i;const r=L.get(t);if(!r){if(s)throw new o(n,`Label '${t}' is undefined`);return L.set(t,{expression:null,value:0,known:!1,used:!0}),null}if(e&&(r.used=!0),r.known)return r.value;if(r.expression==null){if(s)throw new o(n,`Label '${t}' is undefined`);return null}E+=1;const u=r.expression.eval(i,s);if(E-=1,u==null){if(s)throw new o(n,`Label '${t}' is undefined`);return null}return r.value=u,r.known=!0,u}function rt(i){return L.get(i)?.used}class ut{constructor(t,n,e,s){this.length=n,this.value=s,this.position0={filename:h.fileName,pos:t},e&&(this.position1={filename:h.fileName,pos:e})}get size(){const t=this.length.eval(0,!0);if(t==null)throw new o(this.position0,"Unknown size for the data block");if(t<0)throw new o(this.position0,`Invalid size size for the data block: ${t}`);return t}getValue(t){if(this.value==null||this.position1==null)return 0;let n=this.value.eval(t,!0);if(n==null)throw new o(this.position1,"Not able to determine a value");if(n<-256||n>255)throw new o(this.position1,`Invalid 8-bits value: ${n}`);return n<0&&(n=256+n),n}generate(t){const n=new Array(this.size);return n.fill(this.getValue(t)),n}}class ct{constructor(t,n){this.expression=n,this.position={filename:h.fileName,pos:t}}get size(){return 2}generate(t){let n=this.expression.eval(t,!0);if(n==null)throw new o(this.position,"Not able to determine the 16-bits value");if(n<-65536||n>65535)throw new o(this.position,`Invalid 16-bits value: ${n}`);return n<0&&(n=65536+n),[n&255,(n&65280)>>8]}}class F{constructor(t,n){this.expression=n,this.position={filename:h.fileName,pos:t}}get size(){return 1}generate(t){let n=this.expression.eval(t,!0);if(n==null)throw new o(this.position,"Not able to determine the 8-bits value");if(n<-256||n>255)throw new o(this.position,`Invalid 8-bits value: ${n}`);return n<0&&(n=256+n),[n]}}class lt{constructor(t,n){this.expression=n,this.position={filename:h.fileName,pos:t}}get size(){return 1}generate(t){let n=this.expression.eval(t,!0);if(n==null)throw new o(this.position,"Not able to determine the 8-bits value");if(n=-n,n<-256||n>255)throw new o(this.position,`Invalid 8-bits value: ${n}`);return n<0&&(n=256+n),[n]}}class ot{constructor(t,n){this.expression=n,this.position={filename:h.fileName,pos:t}}get size(){return 1}generate(t){let n=this.expression.eval(t,!0);if(n==null)throw new o(this.position,"Not able to determine the offset value");if(n<-126||n>129)throw new o(this.position,`Invalid offset for JR instruction: ${n}`);return n-=2,n<0&&(n=256+n),[n]}}class at{constructor(t,n){this.label=n,this.position={filename:h.fileName,pos:t}}get size(){return 1}generate(t){if(t==null)throw new o(this.position,"Not able to determine PC value");const n=D(t,this.label,this.position,!0,!0);if(n==null)throw new o(this.position,`Not able to determine the value of label '${this.label}'`);let e=n-t;if(e<-126||e>129)throw new o(this.position,`Label ${this.label} is to far from JR instruction: ${e} bytes`);return e-=2,e<0&&(e=256+e),[e]}}function p(i){return i.generate!==void 0}function N(i){return p(i)?i.size:1}function R(i,t,n){return(e,s)=>{const r=t.eval(e,s);if(!i)return r;const u=i.e.eval(e,s);return u==null||r==null?null:n(u,r)}}function q(i,t,n){return(e,s)=>{const r=t.eval(e,s);if(!i)return r;const u=i.e.eval(e,s);return u==null||r==null?null:n[i.op](u,r)}}function G(i,t){return(n,e)=>{const s=i.eval(n,e);return s==null?null:t(s)}}function ht(i,t,n){return(e,s)=>{const r=i.eval(e,s);return r==null?null:n[t](r)}}const mt=(i,t)=>i|t,_t=(i,t)=>i^t,gt=(i,t)=>i&t,It=(i,t)=>i<<t,wt=(i,t)=>i>>t,xt=(i,t)=>i+t,ft=(i,t)=>i-t,At=(i,t)=>i*t,Lt=(i,t)=>Math.trunc(i/t),St=(i,t)=>i%t,kt=i=>+i,Et=i=>-i,vt=i=>~i,J=i=>i;function I(i,t){return new ct(i,t)}function f(i,t){return new F(i,t)}function c(i){return i?i.s==="-"?new lt(i.pos,i.d):new F(i.pos,i.d):0}function B(i,t){return new ot(i,t)}function y(i,t){return new at(i,t)}function Ct(i,t,n){return n.reduce((e,s)=>e.concat(s.inner.elements),t.elements)}function bt(i,t,n){return n.reduce((e,s)=>e.concat(s.inner.elements),t.elements)}function Dt(i,t,n,e){return new ut(i,t,n,e)}function X(i,t){return(n,e)=>D(n,t,{filename:h.fileName,pos:i},!0,e)}function Rt(i){return(t,n)=>i}function O(i,t){return t.reduce((n,e)=>e.lines.length<=0?n:(j(e.lines),qt(n,e.lines)),i)}function j(i){for(const t of i)et(),t.kind===x.LineEqual?st(t.label.pos,t.label.name,t.equal.e):t.kind===x.LineStatement&&t.statement?.kind===x.Statement_1&&j(t.statement.inc.info.lines)}function qt(i,t){for(const n of t)n.kind===x.LineStatement&&(n.label&&it({filename:h.fileName,pos:n.label.pos},n.label.name,i),n.statement&&(i=Q(i,n.statement)));return i}function Q(i,t){switch(t.kind){case x.Statement_1:return O(i,[t.info]);case x.Statement_2:return i+t.elements.reduce((n,e)=>n+N(e),0);case x.Statement_3:return t.address?t.address:i+t.elements.reduce((n,e)=>n+N(e),0)}}function U(i,t,n){const e=`|SLD.data.version|1
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});function u(i,t=0){switch(i.toLowerCase()){case"b":return 0<<t;case"c":return 1<<t;case"d":return 2<<t;case"e":return 3<<t;case"h":return 4<<t;case"ixh":return 4<<t;case"xh":return 4<<t;case"iyh":return 4<<t;case"yh":return 4<<t;case"l":return 5<<t;case"ixl":return 5<<t;case"xl":return 5<<t;case"iyl":return 5<<t;case"yl":return 5<<t;case"a":return 7<<t;default:return console.log(`Invalid register name: ${i}`),0}}function q(i,t=0){switch(i.toLowerCase()){case"bc":return 0<<t;case"de":return 1<<t;case"hl":return 2<<t;case"sp":return 3<<t;default:return console.log(`Invalid register name: ${i}`),0}}function Y(i,t=0){switch(i.toLowerCase()){case"bc":return 0<<t;case"de":return 1<<t;case"hl":return 2<<t;case"af":return 3<<t;default:return console.log(`Invalid register name: ${i}`),0}}function L(i,t=0){switch(i.toLowerCase()){case"bc":return 0<<t;case"de":return 1<<t;case"hl":return 2<<t;case"sp":return 3<<t;default:return console.log(`Invalid register name: ${i}`),0}}function et(i,t=0){switch(i.toLowerCase()){case"bc":return 0<<t;case"de":return 1<<t;case"ix":return 2<<t;case"sp":return 3<<t;default:return console.log(`Invalid register name: ${i}`),0}}function it(i,t=0){switch(i.toLowerCase()){case"bc":return 0<<t;case"de":return 1<<t;case"iy":return 2<<t;case"sp":return 3<<t;default:return console.log(`Invalid register name: ${i}`),0}}function y(i,t=0){switch(i.toLowerCase()){case"nz":return 0<<t;case"z":return 1<<t;case"nc":return 2<<t;case"c":return 3<<t;case"po":return 4<<t;case"pe":return 5<<t;case"p":return 6<<t;case"s":case"m":return 7<<t;default:return console.log(`Invalid jump condition: ${i}`),0}}function E(i=""){switch(i.toLowerCase()){case"":return 24;case"nz":return 32;case"z":return 40;case"nc":return 48;case"c":return 56;default:return console.log(`Invalid relative jump condition: ${i}`),0}}function st(i,t=0){return(i<0||i>56||i%8!==0)&&console.log(`Invalid argument for RST: ${i}`),i/8<<t}function rt(i){switch(i){case"0":return 70;case"1":return 86;case"2":return 94;default:return console.log(`Invalid interrupt mode: ${i}`),0}}function A(i){switch(i.toLowerCase()){case"ixh":case"xh":case"ixl":case"xl":return 221;case"iyh":case"yh":case"iyl":case"yl":return 253;default:return console.log(`Invalid register name: ${i}`),0}}function S(i,t,n=1){switch(i.toLowerCase()){case"ixh":case"xh":case"iyh":case"yh":return t;case"ixl":case"xl":case"iyl":case"yl":return t+n;default:return console.log(`Invalid register name: ${i}`),0}}const R=new Map;let D=0;function ut(){R.clear()}function lt(){D=0}function ct(i,t,n){const e=R.get(t);if(!e){R.set(t,{expression:null,value:n??0,known:n!=null,used:!1});return}if(e.known&&e.value!=n)throw new h(i,`The value of the label '${t}' is redefined (old value: ${e.value}, new value: ${n})`);e.value=n??0,e.known=n!=null}function ot(i,t,n){const e=R.get(t);if(!e){R.set(t,{expression:n,value:0,known:!1,used:!1});return}e.known||(e.expression=n)}function B(i,t,n,e,s){if(D>20)throw new h(n,`Label '${t}' is undetermined (too many recursions)`);if(t==="$")return i;const r=R.get(t);if(!r){if(s)throw new h(n,`Label '${t}' is undefined`);return R.set(t,{expression:null,value:0,known:!1,used:!0}),null}if(e&&(r.used=!0),r.known)return r.value;if(r.expression==null){if(s)throw new h(n,`Label '${t}' is undefined`);return null}D+=1;const l=r.expression.eval(i,s);if(D-=1,l==null){if(s)throw new h(n,`Label '${t}' is undefined`);return null}return r.value=l,r.known=!0,l}function at(i){return R.get(i)?.used}class ht{constructor(t,n,e,s){this.length=n,this.value=s,this.position0={filename:a.fileName,pos:t},e&&(this.position1={filename:a.fileName,pos:e})}get size(){const t=this.length.eval(0,!0);if(t==null)throw new h(this.position0,"Unknown size for the data block");if(t<0)throw new h(this.position0,`Invalid size size for the data block: ${t}`);return t}getValue(t){if(this.value==null||this.position1==null)return 0;let n=this.value.eval(t,!0);if(n==null)throw new h(this.position1,"Not able to determine a value");if(n<-256||n>255)throw new h(this.position1,`Invalid 8-bits value: ${n}`);return n<0&&(n=256+n),n}generate(t){const n=new Array(this.size);return n.fill(this.getValue(t)),n}}class mt{constructor(t,n){this.expression=n,this.position={filename:a.fileName,pos:t}}get size(){return 2}generate(t){let n=this.expression.eval(t,!0);if(n==null)throw new h(this.position,"Not able to determine the 16-bits value");if(n<-65536||n>65535)throw new h(this.position,`Invalid 16-bits value: ${n}`);return n<0&&(n=65536+n),[n&255,(n&65280)>>8]}}class v{constructor(t,n){this.expression=n,this.position={filename:a.fileName,pos:t}}get size(){return 1}generate(t){let n=this.expression.eval(t,!0);if(n==null)throw new h(this.position,"Not able to determine the 8-bits value");if(n=this.adjust(n),n<-256||n>255)throw new h(this.position,`Invalid 8-bits value: ${n}`);return n<0&&(n=256+n),[n]}}class j extends v{adjust(t){return t}}class _t extends v{adjust(t){return t+1}}class gt extends v{adjust(t){return-t}}class It extends v{adjust(t){return-t+1}}class wt{constructor(t,n){this.expression=n,this.position={filename:a.fileName,pos:t}}get size(){return 1}generate(t){let n=this.expression.eval(t,!0);if(n==null)throw new h(this.position,"Not able to determine the offset value");if(n<-126||n>129)throw new h(this.position,`Invalid offset for JR instruction: ${n}`);return n-=2,n<0&&(n=256+n),[n]}}class xt{constructor(t,n){this.label=n,this.position={filename:a.fileName,pos:t}}get size(){return 1}generate(t){if(t==null)throw new h(this.position,"Not able to determine PC value");const n=B(t,this.label,this.position,!0,!0);if(n==null)throw new h(this.position,`Not able to determine the value of label '${this.label}'`);let e=n-t;if(e<-126||e>129)throw new h(this.position,`Label ${this.label} is to far from JR instruction: ${e} bytes`);return e-=2,e<0&&(e=256+e),[e]}}function Q(i){return i.generate!==void 0}function X(i){return Q(i)?i.size:1}function O(i,t,n){return(e,s)=>{const r=t.eval(e,s);if(!i)return r;const l=i.e.eval(e,s);return l==null||r==null?null:n(l,r)}}function N(i,t,n){return(e,s)=>{const r=t.eval(e,s);if(!i)return r;const l=i.e.eval(e,s);return l==null||r==null?null:n[i.op](l,r)}}function U(i,t){return(n,e)=>{const s=i.eval(n,e);return s==null?null:t(s)}}function ft(i,t,n){return(e,s)=>{const r=i.eval(e,s);return r==null?null:n[t](r)}}const Lt=(i,t)=>i|t,At=(i,t)=>i^t,St=(i,t)=>i&t,kt=(i,t)=>i<<t,Rt=(i,t)=>i>>t,Ct=(i,t)=>i+t,Ft=(i,t)=>i-t,Dt=(i,t)=>i*t,Et=(i,t)=>Math.trunc(i/t),vt=(i,t)=>i%t,bt=i=>+i,qt=i=>-i,yt=i=>~i,z=i=>i;function w(i,t){return new mt(i,t)}function I(i,t){return new j(i,t)}function c(i){return i?i.s==="-"?new gt(i.pos,i.d):new j(i.pos,i.d):0}function b(i){return i?i.s==="-"?new It(i.pos,i.d):new _t(i.pos,i.d):1}function P(i,t){return new wt(i,t)}function M(i,t){return new xt(i,t)}function Bt(i,t,n){return n.reduce((e,s)=>e.concat(s.inner.elements),t.elements)}function Ot(i,t,n){return n.reduce((e,s)=>e.concat(s.inner.elements),t.elements)}function Nt(i,t,n,e){return new ht(i,t,n,e)}function W(i,t){return(n,e)=>B(n,t,{filename:a.fileName,pos:i},!0,e)}function Pt(i){return(t,n)=>i}function V(i,t){return t.reduce((n,e)=>e.lines.length<=0?n:(H(e.lines),Mt(n,e.lines)),i)}function H(i){for(const t of i)lt(),t.kind===f.LineEqual?ot(t.label.pos,t.label.name,t.equal.e):t.kind===f.LineStatement&&t.statement?.kind===f.Statement_1&&H(t.statement.inc.info.lines)}function Mt(i,t){for(const n of t)n.kind===f.LineStatement&&(n.label&&ct({filename:a.fileName,pos:n.label.pos},n.label.name,i),n.statement&&(i=Z(i,n.statement)));return i}function Z(i,t){switch(t.kind){case f.Statement_1:return V(i,[t.info]);case f.Statement_2:return i+t.elements.reduce((n,e)=>n+X(e),0);case f.Statement_3:return t.address?t.address:i+t.elements.reduce((n,e)=>n+X(e),0)}}function p(i,t,n){const e=`|SLD.data.version|1
2
2
  ${i}|1||0|-1|-1|Z|pages.size:65536,pages.count:32,slots.count:1,slots.adr:0
3
- `,s=Y(t,n);return{bytes:s.bytes,sld:e+s.sld,address:t}}function Y(i,t){let n=[],e="",s=!1;for(const r of t){let u=1;for(const l of r.lines){if(l.kind!==x.LineStatement||!l.statement){e+=P(r.filename,u,i,l),u+=1;continue}switch(l.statement?.kind){case x.Statement_1:{const m=Y(i,[l.statement.info]);n=n.concat(m.bytes),e+=m.sld,i=m.address}break;case x.Statement_2:case x.Statement_3:n=n.concat(Bt(i,l.statement.elements)),e+=P(r.filename,u,i,l),i=Q(i,l.statement);break}if(l.statement.kind===x.Statement_3&&l.statement.dir.kind===x.Directive_5){s=!0;break}if(s)break;u+=1}}return{bytes:n,sld:e,address:i}}function Bt(i,t){return t.reduce((n,e)=>n.concat(p(e)?e.generate(i):[e]),[])}function P(i,t,n,e){return yt(i,t,e,n)+Ot(i,t,e,n)}function yt(i,t,n,e){if(!n.label)return"";const s=D(e,n.label.name,{filename:i,pos:{line:t,offset:0,overallPos:0}},!1,!0),r=rt(n.label.name);return n.kind===x.LineEqual?`${i}|${t}||0|-1|${s}|L|,${n.label.name},,+equ${r?",+used":""}
3
+ `,s=T(t,n);return{bytes:s.bytes,sld:e+s.sld,address:t}}function T(i,t){let n=[],e="",s=!1;for(const r of t){let l=1;for(const o of r.lines){if(o.kind!==f.LineStatement||!o.statement){e+=G(r.filename,l,i,o),l+=1;continue}switch(o.statement?.kind){case f.Statement_1:{const _=T(i,[o.statement.info]);n=n.concat(_.bytes),e+=_.sld,i=_.address}break;case f.Statement_2:case f.Statement_3:n=n.concat(Vt(i,o.statement.elements)),e+=G(r.filename,l,i,o),i=Z(i,o.statement);break}if(o.statement.kind===f.Statement_3&&o.statement.dir.kind===f.Directive_5){s=!0;break}if(s)break;l+=1}}return{bytes:n,sld:e,address:i}}function Vt(i,t){return t.reduce((n,e)=>n.concat(Q(e)?e.generate(i):[e]),[])}function G(i,t,n,e){return Xt(i,t,e,n)+Gt(i,t,e,n)}function Xt(i,t,n,e){if(!n.label)return"";const s=B(e,n.label.name,{filename:i,pos:{line:t,offset:0,overallPos:0}},!1,!0),r=at(n.label.name);return n.kind===f.LineEqual?`${i}|${t}||0|-1|${s}|L|,${n.label.name},,+equ${r?",+used":""}
4
4
  `:`${i}|${t}||0|0|${s}|L|,${n.label.name},${r?",+used":""}
5
- `}function Ot(i,t,n,e){return n.kind!==x.LineStatement?"":n.statement?.kind===x.Statement_2?`${i}|${t}||0|0|${e}|T|
6
- `:""}const Nt=`__ equ $00
5
+ `}function Gt(i,t,n,e){return n.kind!==f.LineStatement?"":n.statement?.kind===f.Statement_2?`${i}|${t}||0|0|${e}|T|
6
+ `:""}const Jt=`__ equ $00
7
7
  _SPC equ $00
8
8
  _DQT equ $0b
9
9
  _PND equ $0c
@@ -193,7 +193,7 @@ _UNPLOT equ $FC
193
193
  _CLEAR equ $FD
194
194
  _RETURN equ $FE
195
195
  _COPY equ $FF
196
- `,Pt=`
196
+ `,Yt=`
197
197
  ERR_NR equ $4000
198
198
  FLAGS equ $4001
199
199
  ERR_SP equ $4002
@@ -239,11 +239,11 @@ PRBUF: block $20
239
239
  byte _NL
240
240
  MEMBOT: block $1e
241
241
  SPARE2: word 0
242
- `,Mt=`basic_line1:
242
+ `,jt=`basic_line1:
243
243
  byte 0,1
244
244
  word basic_line1_end-basic_line1-4
245
245
  byte _REM
246
- `,Vt=` byte _NL
246
+ `,Qt=` byte _NL
247
247
  basic_line1_end:
248
248
 
249
249
  basic_line2:
@@ -252,7 +252,7 @@ basic_line2:
252
252
  byte _RAND,_USR,_VAL,_DQT,_1,_6,_5,_1,_4,_DQT
253
253
  byte _NL
254
254
  basic_line2_end:
255
- `,Ft=`display:
255
+ `,Ut=`display:
256
256
  byte _NL
257
257
  block 32
258
258
  byte _NL
@@ -302,11 +302,11 @@ basic_line2_end:
302
302
  byte _NL
303
303
  block 32
304
304
  byte _NL
305
- `,pt=`variables:
305
+ `,zt=`variables:
306
306
  variables_end:
307
307
  byte $80
308
308
  edit_line:
309
- `,h={outputName:"",sldName:"",deviceName:"",basePath:"",fileName:"",getFileCode:()=>""};function z(i,t){h.outputName=i,h.sldName=t||i.replace(/\.P$/,".sld")}function W(i){h.deviceName=i.toLowerCase()}function H(i,t){const n=h.basePath+t,e=h.getFileCode(n);return A(n,e)}function A(i,t){const n=h.fileName;h.fileName=i,t.endsWith(`
309
+ `,F={ZX81:"zx81",ZX81Raw:"zx81raw",Z80:"z80"};function Wt(i){return Object.values(F).includes(i)}const a={outputName:"",sldName:"",deviceName:F.Z80,basePath:"",fileName:"",getFileCode:()=>""};function K(i,t){a.outputName=i,a.sldName=t||i.replace(/\.P$/,".sld")}function d(i,t){const n=t.toLowerCase();if(!Wt(n))throw new h({filename:a.fileName,pos:i},`Invalid device: ${n}`);a.deviceName=n}function $(i,t){const n=a.basePath+t,e=a.getFileCode(n);return k(n,e)}function k(i,t){const n=a.fileName;a.fileName=i,t.endsWith(`
310
310
  `)||(t+=`
311
- `);const s=new vr(t).parse();if(h.fileName=n,s.errs.length>0)throw o.fromSyntaxErr(i,s.errs[0]);return{lines:s.ast?.lines??[],filename:i}}function Gt(i){let t=i.lastIndexOf("/");return t===-1&&(t=i.lastIndexOf("\\")),t===-1?"":i.substring(0,t+1)}function Jt(i,t,n){h.outputName=i.replace(/\..*$/,"")+".P",h.sldName=h.outputName.replace(/\.P$/,".sld"),h.basePath=Gt(i),h.getFileCode=n;try{nt();const e=Xt(A(i,t));O(0,e);const s=U(i,0,e);return{outputName:h.outputName,bytes:s.bytes,sld:s.sld,errs:[]}}catch(e){return{outputName:h.outputName,bytes:[],sld:"",errs:[o.fromAny(h.fileName,e)]}}}function Xt(i){return h.deviceName!=="zx81"?[i]:[A("@internal/characters.zx81",Nt),A("@internal/system-variables.zx81",Pt),A("@internal/basic-line1.zx81",Mt),i,A("@internal/basic-line2.zx81",Vt),A("@internal/display.zx81",Ft),A("@internal/basic-end.zx81",pt)]}function S(i,t,n,e){let s=parseInt(t,n);if(isNaN(s))throw new o({filename:h.fileName,pos:i},`Number '${t}' is invalid in base ${n}.`);switch(e){case 1:if(s>255||s<-256)throw new o({filename:h.fileName,pos:i},`Number '${t}' does not fit into a byte.`);s<0&&(s=256+s);break;case 2:if(s>65535||s<-65536)throw new o({filename:h.fileName,pos:i},`Number '${t}' does not fit into a word.`);s<0&&(s=65536+s);break;default:throw new o({filename:h.fileName,pos:i},`Invalid number of bytes (${e})`)}return s}function jt(i,t){switch(t){case"n":return[11];case'"':return[11];default:throw new o({filename:h.fileName,pos:i},`Invalid escape: \\${t}`)}}function Qt(i,t){const n=parseInt(t,8);if(n>255)throw new o({filename:h.fileName,pos:i},`Number '${t}' in octal escape sequence does not fit into a byte.`);return[n]}function Ut(i,t){const n=parseInt(t,16);if(n>255)throw new o({filename:h.fileName,pos:i},`Number '${t}' in hexadecimal escape sequence does not fit into a byte.`);return[n]}const M=new Map([[" ",0],['"',11],["£",12],["$",13],[":",14],["?",15],["(",16],[")",17],[">",18],["<",19],["=",20],["+",21],["-",22],["*",23],["/",24],[";",25],[",",26],[".",27],["_",128]]);function Z(i,t){if(t>="A"&&t<="Z")return[t.charCodeAt(0)-65+38];if(t>="a"&&t<="z")return[t.charCodeAt(0)-97+166];if(t>="0"&&t<="9")return[t.charCodeAt(0)-48+28];if(!M.has(t))throw new o({filename:h.fileName,pos:i},`Invalid ZX81 character: ${t}`);return[M.get(t)]}var x=(i=>(i.start="start",i.r_1="r_1",i.r_2="r_2",i.r_3="r_3",i.r_4="r_4",i.r_5="r_5",i.r_6="r_6",i.r_7="r_7",i.dd_1="dd_1",i.dd_2="dd_2",i.dd_3="dd_3",i.dd_4="dd_4",i.ss="ss",i.qq_1="qq_1",i.qq_2="qq_2",i.qq_3="qq_3",i.qq_4="qq_4",i.pp_1="pp_1",i.pp_2="pp_2",i.pp_3="pp_3",i.pp_4="pp_4",i.rr_1="rr_1",i.rr_2="rr_2",i.rr_3="rr_3",i.rr_4="rr_4",i.n_1="n_1",i.n_2="n_2",i.n_3="n_3",i.n_4="n_4",i.nn_1="nn_1",i.nn_2="nn_2",i.nn_3="nn_3",i.nn_4="nn_4",i.decimal="decimal",i.binary_1="binary_1",i.binary_2="binary_2",i.binary_$0_1="binary_$0_1",i.binary_$0_2="binary_$0_2",i.octal_1="octal_1",i.octal_2="octal_2",i.octal_$0_1="octal_$0_1",i.octal_$0_2="octal_$0_2",i.octal_$0_3="octal_$0_3",i.octal_$1_1="octal_$1_1",i.octal_$1_2="octal_$1_2",i.hexadecimal_1="hexadecimal_1",i.hexadecimal_2="hexadecimal_2",i.hexadecimal_$0_1="hexadecimal_$0_1",i.hexadecimal_$0_2="hexadecimal_$0_2",i.hexadecimal_$0_3="hexadecimal_$0_3",i.d="d",i.e="e",i.p="p",i.b="b",i.cc_1="cc_1",i.cc_2="cc_2",i.cc_3="cc_3",i.cc_4="cc_4",i.cc_5="cc_5",i.cc_6="cc_6",i.cc_7="cc_7",i.cc_8="cc_8",i.cc_9="cc_9",i.jj_1="jj_1",i.jj_2="jj_2",i.jj_3="jj_3",i.jj_4="jj_4",i.__="__",i._="_",i.eos="eos",i.eol="eol",i.Lines="Lines",i.Line_1="Line_1",i.Line_2="Line_2",i.LineEqual="LineEqual",i.LineStatement="LineStatement",i.Statement_1="Statement_1",i.Statement_2="Statement_2",i.Statement_3="Statement_3",i.EqualDirective="EqualDirective",i.Directive_1="Directive_1",i.Directive_2="Directive_2",i.Directive_3="Directive_3",i.Directive_4="Directive_4",i.Directive_5="Directive_5",i.ForbiddenNames_1="ForbiddenNames_1",i.ForbiddenNames_2="ForbiddenNames_2",i.ForbiddenNames_3="ForbiddenNames_3",i.ForbiddenNames_4="ForbiddenNames_4",i.ForbiddenNames_5="ForbiddenNames_5",i.ForbiddenLabel="ForbiddenLabel",i.Label="Label",i.LabelDeclaration="LabelDeclaration",i.Expression="Expression",i.BitwiseOrExpression="BitwiseOrExpression",i.BitwiseOrExpression_$0="BitwiseOrExpression_$0",i.BitwiseXOrExpression="BitwiseXOrExpression",i.BitwiseXOrExpression_$0="BitwiseXOrExpression_$0",i.BitwiseAndExpression="BitwiseAndExpression",i.BitwiseAndExpression_$0="BitwiseAndExpression_$0",i.ShiftExpression="ShiftExpression",i.ShiftExpression_$0="ShiftExpression_$0",i.ShiftExpression_$0_$0_1="ShiftExpression_$0_$0_1",i.ShiftExpression_$0_$0_2="ShiftExpression_$0_$0_2",i.AdditiveExpression="AdditiveExpression",i.AdditiveExpression_$0="AdditiveExpression_$0",i.AdditiveExpression_$0_$0_1="AdditiveExpression_$0_$0_1",i.AdditiveExpression_$0_$0_2="AdditiveExpression_$0_$0_2",i.MultiplicativeExpression="MultiplicativeExpression",i.MultiplicativeExpression_$0="MultiplicativeExpression_$0",i.MultiplicativeExpression_$0_$0_1="MultiplicativeExpression_$0_$0_1",i.MultiplicativeExpression_$0_$0_2="MultiplicativeExpression_$0_$0_2",i.MultiplicativeExpression_$0_$0_3="MultiplicativeExpression_$0_$0_3",i.UnaryExpression_1="UnaryExpression_1",i.UnaryExpression_2="UnaryExpression_2",i.UnaryExpression_$0_1="UnaryExpression_$0_1",i.UnaryExpression_$0_2="UnaryExpression_$0_2",i.UnaryExpression_$0_3="UnaryExpression_$0_3",i.PrimaryExpression_1="PrimaryExpression_1",i.PrimaryExpression_2="PrimaryExpression_2",i.PrimaryExpression_3="PrimaryExpression_3",i.Reg8="Reg8",i.IX="IX",i.IX_$0="IX_$0",i.IX_$0_$0_1="IX_$0_$0_1",i.IX_$0_$0_2="IX_$0_$0_2",i.IY="IY",i.IY_$0="IY_$0",i.IY_$0_$0_1="IY_$0_$0_1",i.IY_$0_$0_2="IY_$0_$0_2",i.Instruction_1="Instruction_1",i.Instruction_2="Instruction_2",i.Instruction_3="Instruction_3",i.Instruction_4="Instruction_4",i.Instruction_5="Instruction_5",i.Instruction_6="Instruction_6",i.Instruction_7="Instruction_7",i.Instruction_8="Instruction_8",i.Instruction_9="Instruction_9",i.Instruction_10="Instruction_10",i.Instruction_11="Instruction_11",i.Instruction_12="Instruction_12",i.Instruction_13="Instruction_13",i.Instruction_14="Instruction_14",i.Instruction_15="Instruction_15",i.Instruction_16="Instruction_16",i.Load8Instruction_1="Load8Instruction_1",i.Load8Instruction_2="Load8Instruction_2",i.Load8Instruction_3="Load8Instruction_3",i.Load8Instruction_4="Load8Instruction_4",i.Load8Instruction_5="Load8Instruction_5",i.Load8Instruction_6="Load8Instruction_6",i.Load8Instruction_7="Load8Instruction_7",i.Load8Instruction_8="Load8Instruction_8",i.Load8Instruction_9="Load8Instruction_9",i.Load8Instruction_10="Load8Instruction_10",i.Load8Instruction_11="Load8Instruction_11",i.Load8Instruction_12="Load8Instruction_12",i.Load8Instruction_13="Load8Instruction_13",i.Load8Instruction_14="Load8Instruction_14",i.Load8Instruction_15="Load8Instruction_15",i.Load8Instruction_16="Load8Instruction_16",i.Load8Instruction_17="Load8Instruction_17",i.Load8Instruction_18="Load8Instruction_18",i.Load8Instruction_19="Load8Instruction_19",i.Load8Instruction_20="Load8Instruction_20",i.Load8Instruction_21="Load8Instruction_21",i.Load16Instruction_1="Load16Instruction_1",i.Load16Instruction_2="Load16Instruction_2",i.Load16Instruction_3="Load16Instruction_3",i.Load16Instruction_4="Load16Instruction_4",i.Load16Instruction_5="Load16Instruction_5",i.Load16Instruction_6="Load16Instruction_6",i.Load16Instruction_7="Load16Instruction_7",i.Load16Instruction_8="Load16Instruction_8",i.Load16Instruction_9="Load16Instruction_9",i.Load16Instruction_10="Load16Instruction_10",i.Load16Instruction_11="Load16Instruction_11",i.Load16Instruction_12="Load16Instruction_12",i.Load16Instruction_13="Load16Instruction_13",i.Load16Instruction_14="Load16Instruction_14",i.Load16Instruction_15="Load16Instruction_15",i.Load16Instruction_16="Load16Instruction_16",i.Load16Instruction_17="Load16Instruction_17",i.Load16Instruction_18="Load16Instruction_18",i.Load16Instruction_19="Load16Instruction_19",i.Load16Instruction_20="Load16Instruction_20",i.ExchangeInstruction_1="ExchangeInstruction_1",i.ExchangeInstruction_2="ExchangeInstruction_2",i.ExchangeInstruction_3="ExchangeInstruction_3",i.ExchangeInstruction_4="ExchangeInstruction_4",i.ExchangeInstruction_5="ExchangeInstruction_5",i.ExchangeInstruction_6="ExchangeInstruction_6",i.BlockInstruction_1="BlockInstruction_1",i.BlockInstruction_2="BlockInstruction_2",i.BlockInstruction_3="BlockInstruction_3",i.BlockInstruction_4="BlockInstruction_4",i.BlockInstruction_5="BlockInstruction_5",i.BlockInstruction_6="BlockInstruction_6",i.BlockInstruction_7="BlockInstruction_7",i.BlockInstruction_8="BlockInstruction_8",i.ArithmeticLogic8Instruction_1="ArithmeticLogic8Instruction_1",i.ArithmeticLogic8Instruction_2="ArithmeticLogic8Instruction_2",i.ArithmeticLogic8Instruction_3="ArithmeticLogic8Instruction_3",i.ArithmeticLogic8Instruction_4="ArithmeticLogic8Instruction_4",i.ArithmeticLogic8Instruction_5="ArithmeticLogic8Instruction_5",i.ArithmeticLogic8Instruction_6="ArithmeticLogic8Instruction_6",i.ArithmeticLogic8Instruction_7="ArithmeticLogic8Instruction_7",i.ArithmeticLogic8Instruction_8="ArithmeticLogic8Instruction_8",i.ArithmeticLogic8Instruction_9="ArithmeticLogic8Instruction_9",i.ArithmeticLogic8Instruction_10="ArithmeticLogic8Instruction_10",i.ArithmeticLogic8Instruction_11="ArithmeticLogic8Instruction_11",i.ArithmeticLogic8Instruction_12="ArithmeticLogic8Instruction_12",i.ArithmeticLogic8Instruction_13="ArithmeticLogic8Instruction_13",i.ArithmeticLogic8Instruction_14="ArithmeticLogic8Instruction_14",i.ArithmeticLogic8Instruction_15="ArithmeticLogic8Instruction_15",i.ArithmeticLogic8Instruction_16="ArithmeticLogic8Instruction_16",i.ArithmeticLogic8Instruction_17="ArithmeticLogic8Instruction_17",i.ArithmeticLogic8Instruction_18="ArithmeticLogic8Instruction_18",i.ArithmeticLogic8Instruction_19="ArithmeticLogic8Instruction_19",i.ArithmeticLogic8Instruction_20="ArithmeticLogic8Instruction_20",i.ArithmeticLogic8Instruction_21="ArithmeticLogic8Instruction_21",i.ArithmeticLogic8Instruction_22="ArithmeticLogic8Instruction_22",i.ArithmeticLogic8Instruction_23="ArithmeticLogic8Instruction_23",i.ArithmeticLogic8Instruction_24="ArithmeticLogic8Instruction_24",i.ArithmeticLogic8Instruction_25="ArithmeticLogic8Instruction_25",i.ArithmeticLogic8Instruction_26="ArithmeticLogic8Instruction_26",i.ArithmeticLogic8Instruction_27="ArithmeticLogic8Instruction_27",i.ArithmeticLogic8Instruction_28="ArithmeticLogic8Instruction_28",i.ArithmeticLogic8Instruction_29="ArithmeticLogic8Instruction_29",i.ArithmeticLogic8Instruction_30="ArithmeticLogic8Instruction_30",i.ArithmeticLogic8Instruction_31="ArithmeticLogic8Instruction_31",i.ArithmeticLogic8Instruction_32="ArithmeticLogic8Instruction_32",i.ArithmeticLogic8Instruction_33="ArithmeticLogic8Instruction_33",i.ArithmeticLogic8Instruction_34="ArithmeticLogic8Instruction_34",i.ArithmeticLogic8Instruction_35="ArithmeticLogic8Instruction_35",i.ArithmeticLogic8Instruction_36="ArithmeticLogic8Instruction_36",i.ArithmeticLogic8Instruction_37="ArithmeticLogic8Instruction_37",i.ArithmeticLogic8Instruction_38="ArithmeticLogic8Instruction_38",i.ArithmeticLogic8Instruction_39="ArithmeticLogic8Instruction_39",i.ArithmeticLogic8Instruction_40="ArithmeticLogic8Instruction_40",i.ArithmeticLogic8Instruction_$0="ArithmeticLogic8Instruction_$0",i.ArithmeticLogic8Instruction_$1="ArithmeticLogic8Instruction_$1",i.ArithmeticLogic8Instruction_$2="ArithmeticLogic8Instruction_$2",i.ArithmeticLogic8Instruction_$3="ArithmeticLogic8Instruction_$3",i.ArithmeticLogic8Instruction_$4="ArithmeticLogic8Instruction_$4",i.ArithmeticLogic8Instruction_$5="ArithmeticLogic8Instruction_$5",i.ArithmeticLogic8Instruction_$6="ArithmeticLogic8Instruction_$6",i.ArithmeticLogic8Instruction_$7="ArithmeticLogic8Instruction_$7",i.ArithmeticLogic8Instruction_$8="ArithmeticLogic8Instruction_$8",i.ArithmeticLogic8Instruction_$9="ArithmeticLogic8Instruction_$9",i.ArithmeticLogic8Instruction_$10="ArithmeticLogic8Instruction_$10",i.ArithmeticLogic8Instruction_$11="ArithmeticLogic8Instruction_$11",i.ArithmeticLogic8Instruction_$12="ArithmeticLogic8Instruction_$12",i.ArithmeticLogic8Instruction_$13="ArithmeticLogic8Instruction_$13",i.ArithmeticLogic8Instruction_$14="ArithmeticLogic8Instruction_$14",i.ArithmeticLogic8Instruction_$15="ArithmeticLogic8Instruction_$15",i.ArithmeticLogic8Instruction_$16="ArithmeticLogic8Instruction_$16",i.ArithmeticLogic8Instruction_$17="ArithmeticLogic8Instruction_$17",i.ArithmeticLogic8Instruction_$18="ArithmeticLogic8Instruction_$18",i.ArithmeticLogic8Instruction_$19="ArithmeticLogic8Instruction_$19",i.ArithmeticLogic8Instruction_$20="ArithmeticLogic8Instruction_$20",i.ArithmeticLogic8Instruction_$21="ArithmeticLogic8Instruction_$21",i.ArithmeticLogic8Instruction_$22="ArithmeticLogic8Instruction_$22",i.ArithmeticLogic8Instruction_$23="ArithmeticLogic8Instruction_$23",i.ArithmeticLogic8Instruction_$24="ArithmeticLogic8Instruction_$24",i.ArithmeticLogic8Instruction_$25="ArithmeticLogic8Instruction_$25",i.ArithmeticLogic8Instruction_$26="ArithmeticLogic8Instruction_$26",i.ArithmeticLogic8Instruction_$27="ArithmeticLogic8Instruction_$27",i.ArithmeticLogic8Instruction_$28="ArithmeticLogic8Instruction_$28",i.ArithmeticLogic8Instruction_$29="ArithmeticLogic8Instruction_$29",i.ArithmeticLogic8Instruction_$30="ArithmeticLogic8Instruction_$30",i.ArithmeticLogic8Instruction_$31="ArithmeticLogic8Instruction_$31",i.ArithmeticLogic8Instruction_$32="ArithmeticLogic8Instruction_$32",i.ArithmeticLogic8Instruction_$33="ArithmeticLogic8Instruction_$33",i.ArithmeticLogic8Instruction_$34="ArithmeticLogic8Instruction_$34",i.ArithmeticLogic8Instruction_$35="ArithmeticLogic8Instruction_$35",i.ArithmeticLogic8Instruction_$36="ArithmeticLogic8Instruction_$36",i.ArithmeticLogic8Instruction_$37="ArithmeticLogic8Instruction_$37",i.ArithmeticLogic8Instruction_$38="ArithmeticLogic8Instruction_$38",i.ArithmeticLogic8Instruction_$39="ArithmeticLogic8Instruction_$39",i.IncrementDecrement8Instruction_1="IncrementDecrement8Instruction_1",i.IncrementDecrement8Instruction_2="IncrementDecrement8Instruction_2",i.IncrementDecrement8Instruction_3="IncrementDecrement8Instruction_3",i.IncrementDecrement8Instruction_4="IncrementDecrement8Instruction_4",i.IncrementDecrement8Instruction_5="IncrementDecrement8Instruction_5",i.IncrementDecrement8Instruction_6="IncrementDecrement8Instruction_6",i.IncrementDecrement8Instruction_7="IncrementDecrement8Instruction_7",i.IncrementDecrement8Instruction_8="IncrementDecrement8Instruction_8",i.GeneralPurposeArithmeticInstruction_1="GeneralPurposeArithmeticInstruction_1",i.GeneralPurposeArithmeticInstruction_2="GeneralPurposeArithmeticInstruction_2",i.GeneralPurposeArithmeticInstruction_3="GeneralPurposeArithmeticInstruction_3",i.GeneralPurposeArithmeticInstruction_4="GeneralPurposeArithmeticInstruction_4",i.GeneralPurposeArithmeticInstruction_5="GeneralPurposeArithmeticInstruction_5",i.CpuControlGroupInstruction_1="CpuControlGroupInstruction_1",i.CpuControlGroupInstruction_2="CpuControlGroupInstruction_2",i.CpuControlGroupInstruction_3="CpuControlGroupInstruction_3",i.CpuControlGroupInstruction_4="CpuControlGroupInstruction_4",i.CpuControlGroupInstruction_5="CpuControlGroupInstruction_5",i.ArithmeticLogic16Instruction_1="ArithmeticLogic16Instruction_1",i.ArithmeticLogic16Instruction_2="ArithmeticLogic16Instruction_2",i.ArithmeticLogic16Instruction_3="ArithmeticLogic16Instruction_3",i.ArithmeticLogic16Instruction_4="ArithmeticLogic16Instruction_4",i.ArithmeticLogic16Instruction_5="ArithmeticLogic16Instruction_5",i.ArithmeticLogic16Instruction_6="ArithmeticLogic16Instruction_6",i.ArithmeticLogic16Instruction_7="ArithmeticLogic16Instruction_7",i.ArithmeticLogic16Instruction_8="ArithmeticLogic16Instruction_8",i.ArithmeticLogic16Instruction_9="ArithmeticLogic16Instruction_9",i.ArithmeticLogic16Instruction_10="ArithmeticLogic16Instruction_10",i.ArithmeticLogic16Instruction_11="ArithmeticLogic16Instruction_11",i.RotateShiftInstruction_1="RotateShiftInstruction_1",i.RotateShiftInstruction_2="RotateShiftInstruction_2",i.RotateShiftInstruction_3="RotateShiftInstruction_3",i.RotateShiftInstruction_4="RotateShiftInstruction_4",i.RotateShiftInstruction_5="RotateShiftInstruction_5",i.RotateShiftInstruction_6="RotateShiftInstruction_6",i.RotateShiftInstruction_7="RotateShiftInstruction_7",i.RotateShiftInstruction_8="RotateShiftInstruction_8",i.RotateShiftInstruction_9="RotateShiftInstruction_9",i.RotateShiftInstruction_10="RotateShiftInstruction_10",i.RotateShiftInstruction_11="RotateShiftInstruction_11",i.RotateShiftInstruction_12="RotateShiftInstruction_12",i.RotateShiftInstruction_13="RotateShiftInstruction_13",i.RotateShiftInstruction_14="RotateShiftInstruction_14",i.RotateShiftInstruction_15="RotateShiftInstruction_15",i.RotateShiftInstruction_16="RotateShiftInstruction_16",i.RotateShiftInstruction_17="RotateShiftInstruction_17",i.RotateShiftInstruction_18="RotateShiftInstruction_18",i.RotateShiftInstruction_19="RotateShiftInstruction_19",i.RotateShiftInstruction_20="RotateShiftInstruction_20",i.RotateShiftInstruction_21="RotateShiftInstruction_21",i.RotateShiftInstruction_22="RotateShiftInstruction_22",i.RotateShiftInstruction_23="RotateShiftInstruction_23",i.RotateShiftInstruction_24="RotateShiftInstruction_24",i.RotateShiftInstruction_25="RotateShiftInstruction_25",i.RotateShiftInstruction_26="RotateShiftInstruction_26",i.RotateShiftInstruction_27="RotateShiftInstruction_27",i.RotateShiftInstruction_28="RotateShiftInstruction_28",i.RotateShiftInstruction_29="RotateShiftInstruction_29",i.RotateShiftInstruction_30="RotateShiftInstruction_30",i.RotateShiftInstruction_31="RotateShiftInstruction_31",i.RotateShiftInstruction_32="RotateShiftInstruction_32",i.RotateShiftInstruction_33="RotateShiftInstruction_33",i.RotateShiftInstruction_34="RotateShiftInstruction_34",i.BitManipulationInstruction_1="BitManipulationInstruction_1",i.BitManipulationInstruction_2="BitManipulationInstruction_2",i.BitManipulationInstruction_3="BitManipulationInstruction_3",i.BitManipulationInstruction_4="BitManipulationInstruction_4",i.BitManipulationInstruction_5="BitManipulationInstruction_5",i.BitManipulationInstruction_6="BitManipulationInstruction_6",i.BitManipulationInstruction_7="BitManipulationInstruction_7",i.BitManipulationInstruction_8="BitManipulationInstruction_8",i.BitManipulationInstruction_9="BitManipulationInstruction_9",i.BitManipulationInstruction_10="BitManipulationInstruction_10",i.BitManipulationInstruction_11="BitManipulationInstruction_11",i.BitManipulationInstruction_12="BitManipulationInstruction_12",i.Offset_1="Offset_1",i.Offset_2="Offset_2",i.JumpInstruction_1="JumpInstruction_1",i.JumpInstruction_2="JumpInstruction_2",i.JumpInstruction_3="JumpInstruction_3",i.JumpInstruction_4="JumpInstruction_4",i.JumpInstruction_5="JumpInstruction_5",i.JumpInstruction_6="JumpInstruction_6",i.JumpInstruction_7="JumpInstruction_7",i.JumpInstruction_8="JumpInstruction_8",i.JumpInstruction_9="JumpInstruction_9",i.JumpInstruction_10="JumpInstruction_10",i.JumpInstruction_11="JumpInstruction_11",i.CallInstruction_1="CallInstruction_1",i.CallInstruction_2="CallInstruction_2",i.ReturnInstruction_1="ReturnInstruction_1",i.ReturnInstruction_2="ReturnInstruction_2",i.ReturnInstruction_3="ReturnInstruction_3",i.ReturnInstruction_4="ReturnInstruction_4",i.ReturnInstruction_5="ReturnInstruction_5",i.InputInstruction_1="InputInstruction_1",i.InputInstruction_2="InputInstruction_2",i.InputInstruction_3="InputInstruction_3",i.InputInstruction_4="InputInstruction_4",i.InputInstruction_5="InputInstruction_5",i.InputInstruction_6="InputInstruction_6",i.OutputInstruction_1="OutputInstruction_1",i.OutputInstruction_2="OutputInstruction_2",i.OutputInstruction_3="OutputInstruction_3",i.OutputInstruction_4="OutputInstruction_4",i.OutputInstruction_5="OutputInstruction_5",i.OutputInstruction_6="OutputInstruction_6",i.ByteDirective_1="ByteDirective_1",i.ByteDirective_2="ByteDirective_2",i.ByteDirective_3="ByteDirective_3",i.ByteDirective_4="ByteDirective_4",i.ByteDirective_5="ByteDirective_5",i.WordDirective_1="WordDirective_1",i.WordDirective_2="WordDirective_2",i.WordDirective_3="WordDirective_3",i.BlockDirective_1="BlockDirective_1",i.BlockDirective_2="BlockDirective_2",i.BlockDirective_3="BlockDirective_3",i.ByteValue_1="ByteValue_1",i.ByteValue_2="ByteValue_2",i.ByteValue_3="ByteValue_3",i.WordValue="WordValue",i.DataDirective_1="DataDirective_1",i.DataDirective_2="DataDirective_2",i.DataDirective_3="DataDirective_3",i.DataDirective_$0="DataDirective_$0",i.DataDirective_$1="DataDirective_$1",i.DataDirective_$2="DataDirective_$2",i.EscapeSequence_1="EscapeSequence_1",i.EscapeSequence_2="EscapeSequence_2",i.EscapeSequence_3="EscapeSequence_3",i.SimpleEscapeSequence="SimpleEscapeSequence",i.SimpleEscapeSequence_$0_1="SimpleEscapeSequence_$0_1",i.SimpleEscapeSequence_$0_2="SimpleEscapeSequence_$0_2",i.OctalEscapeSequence="OctalEscapeSequence",i.HexadecimalEscapeSequence="HexadecimalEscapeSequence",i.NoQuoteChar="NoQuoteChar",i.NoDoubleQuoteChar="NoDoubleQuoteChar",i.QuottedStr="QuottedStr",i.QuottedStr_$0_1="QuottedStr_$0_1",i.QuottedStr_$0_2="QuottedStr_$0_2",i.DoubleQuottedStr="DoubleQuottedStr",i.DoubleQuottedStr_$0_1="DoubleQuottedStr_$0_1",i.DoubleQuottedStr_$0_2="DoubleQuottedStr_$0_2",i.Comment="Comment",i.OriginDirective="OriginDirective",i.Filename_1="Filename_1",i.Filename_2="Filename_2",i.IncludeDirective="IncludeDirective",i.OutputDirective="OutputDirective",i.OutputDirective_$0="OutputDirective_$0",i.DeviceDirective="DeviceDirective",i.EndDirective="EndDirective",i.$EOF="$EOF",i))(x||{});class Yt{constructor(t,n){this.kind="n_1",this.pos=t,this.binary=n,this.value=(()=>S(t,n.raw,2,1))()}}class zt{constructor(t,n){this.kind="n_2",this.pos=t,this.hexadecimal=n,this.value=(()=>S(t,n.raw,16,1))()}}class Wt{constructor(t,n){this.kind="n_3",this.pos=t,this.octal=n,this.value=(()=>S(t,n.raw,8,1))()}}class Ht{constructor(t,n){this.kind="n_4",this.pos=t,this.decimal=n,this.value=(()=>S(t,n.raw,10,1))()}}class Zt{constructor(t,n){this.kind="nn_1",this.pos=t,this.binary=n,this.value=(()=>S(t,n.raw,2,2))()}}class Tt{constructor(t,n){this.kind="nn_2",this.pos=t,this.hexadecimal=n,this.value=(()=>S(t,n.raw,16,2))()}}class Kt{constructor(t,n){this.kind="nn_3",this.pos=t,this.octal=n,this.value=(()=>S(t,n.raw,8,2))()}}class dt{constructor(t,n){this.kind="nn_4",this.pos=t,this.decimal=n,this.value=(()=>S(t,n.raw,10,2))()}}class $t{constructor(t){this.kind="b",this.raw=t,this.value=(()=>parseInt(t))()}}class tn{constructor(t){this.kind="Statement_1",this.inc=t,this.info=(()=>t.info)()}}class nn{constructor(t){this.kind="Statement_2",this.ins=t,this.elements=(()=>t.elements)()}}class en{constructor(t){this.kind="Statement_3",this.dir=t,this.elements=(()=>t.elements)(),this.address=(()=>t.address)()}}class sn{constructor(t){this.kind="Directive_1",this.data=t,this.elements=(()=>t.elements)(),this.address=(()=>null)()}}class rn{constructor(t){this.kind="Directive_2",this.origin=t,this.elements=(()=>[])(),this.address=(()=>t.address.value)()}}class un{constructor(t){this.kind="Directive_3",this.directive=t,this.elements=(()=>[])(),this.address=(()=>null)()}}class cn{constructor(t){this.kind="Directive_4",this.directive=t,this.elements=(()=>[])(),this.address=(()=>null)()}}class ln{constructor(t){this.kind="Directive_5",this.directive=t,this.elements=(()=>[])(),this.address=(()=>null)()}}class on{constructor(t){this.kind="Expression",this.e1=t,this.eval=(()=>t.eval)()}}class an{constructor(t,n){this.kind="BitwiseOrExpression",this.left=t,this.right=n,this.eval=(()=>R(t,n,mt))()}}class hn{constructor(t,n){this.kind="BitwiseXOrExpression",this.left=t,this.right=n,this.eval=(()=>R(t,n,_t))()}}class mn{constructor(t,n){this.kind="BitwiseAndExpression",this.left=t,this.right=n,this.eval=(()=>R(t,n,gt))()}}class _n{constructor(t,n){this.kind="ShiftExpression",this.left=t,this.right=n,this.eval=(()=>q(t,n,{"<<":It,">>":wt}))()}}class gn{constructor(t,n){this.kind="AdditiveExpression",this.left=t,this.right=n,this.eval=(()=>q(t,n,{"+":xt,"-":ft}))()}}class In{constructor(t,n){this.kind="MultiplicativeExpression",this.left=t,this.right=n,this.eval=(()=>q(t,n,{"*":At,"/":Lt,"%":St}))()}}class wn{constructor(t,n){this.kind="UnaryExpression_1",this.op=t,this.e=n,this.eval=(()=>ht(n,t,{"~":vt,"+":kt,"-":Et}))()}}class xn{constructor(t){this.kind="UnaryExpression_2",this.e=t,this.eval=(()=>G(t,J))()}}class fn{constructor(t){this.kind="PrimaryExpression_1",this.nn=t,this.eval=(()=>Rt(t.value))()}}class An{constructor(t,n){this.kind="PrimaryExpression_2",this.pos=t,this.label=n,this.eval=(()=>X(t,n.name))()}}class Ln{constructor(t){this.kind="PrimaryExpression_3",this.e=t,this.eval=(()=>G(t,J))()}}class Sn{constructor(t,n){this.kind="Load8Instruction_1",this.r0=t,this.r1=n,this.elements=(()=>[64|_(t.reg,3)|_(n.reg)])()}}class kn{constructor(t){this.kind="Load8Instruction_2",this.r=t,this.elements=(()=>[70|_(t,3)])()}}class En{constructor(t,n){this.kind="Load8Instruction_3",this.r=t,this.i=n,this.elements=(()=>[221,70|_(t,3),c(n.offset)])()}}class vn{constructor(t,n){this.kind="Load8Instruction_4",this.r=t,this.i=n,this.elements=(()=>[253,70|_(t,3),c(n.offset)])()}}class Cn{constructor(t){this.kind="Load8Instruction_5",this.r=t,this.elements=(()=>[112|_(t)])()}}class bn{constructor(t,n){this.kind="Load8Instruction_6",this.i=t,this.r=n,this.elements=(()=>[221,112|_(n),c(t.offset)])()}}class Dn{constructor(t,n){this.kind="Load8Instruction_7",this.i=t,this.r=n,this.elements=(()=>[253,112|_(n),c(t.offset)])()}}class Rn{constructor(t,n){this.kind="Load8Instruction_8",this.pos=t,this.n=n,this.elements=(()=>[54,f(t,n)])()}}class qn{constructor(t,n,e){this.kind="Load8Instruction_9",this.i=t,this.pos=n,this.n=e,this.elements=(()=>[221,54,c(t.offset),f(n,e)])()}}class Bn{constructor(t,n,e){this.kind="Load8Instruction_10",this.i=t,this.pos=n,this.n=e,this.elements=(()=>[253,54,c(t.offset),f(n,e)])()}}class yn{constructor(){this.kind="Load8Instruction_11",this.elements=(()=>[10])()}}class On{constructor(){this.kind="Load8Instruction_12",this.elements=(()=>[26])()}}class Nn{constructor(t,n){this.kind="Load8Instruction_13",this.pos=t,this.ee=n,this.elements=(()=>[58,I(t,n)])()}}class Pn{constructor(){this.kind="Load8Instruction_14",this.elements=(()=>[2])()}}class Mn{constructor(){this.kind="Load8Instruction_15",this.elements=(()=>[18])()}}class Vn{constructor(t,n){this.kind="Load8Instruction_16",this.pos=t,this.ee=n,this.elements=(()=>[50,I(t,n)])()}}class Fn{constructor(){this.kind="Load8Instruction_17",this.elements=(()=>[237,87])()}}class pn{constructor(){this.kind="Load8Instruction_18",this.elements=(()=>[237,95])()}}class Gn{constructor(){this.kind="Load8Instruction_19",this.elements=(()=>[237,71])()}}class Jn{constructor(){this.kind="Load8Instruction_20",this.elements=(()=>[237,79])()}}class Xn{constructor(t,n,e){this.kind="Load8Instruction_21",this.r=t,this.pos=n,this.n=e,this.elements=(()=>[6|_(t.reg,3),f(n,e)])()}}class jn{constructor(t,n){this.kind="Load16Instruction_1",this.pos=t,this.ee=n,this.elements=(()=>[221,42,I(t,n)])()}}class Qn{constructor(t,n){this.kind="Load16Instruction_2",this.pos=t,this.ee=n,this.elements=(()=>[253,42,I(t,n)])()}}class Un{constructor(t,n){this.kind="Load16Instruction_3",this.pos=t,this.ee=n,this.elements=(()=>[221,33,I(t,n)])()}}class Yn{constructor(t,n){this.kind="Load16Instruction_4",this.pos=t,this.ee=n,this.elements=(()=>[253,33,I(t,n)])()}}class zn{constructor(t,n){this.kind="Load16Instruction_5",this.pos=t,this.ee=n,this.elements=(()=>[42,I(t,n)])()}}class Wn{constructor(t,n,e){this.kind="Load16Instruction_6",this.dd=t,this.pos=n,this.ee=e,this.elements=(()=>[237,75|C(t,4),I(n,e)])()}}class Hn{constructor(t,n){this.kind="Load16Instruction_7",this.pos=t,this.ee=n,this.elements=(()=>[34,I(t,n)])()}}class Zn{constructor(t,n,e){this.kind="Load16Instruction_8",this.pos=t,this.ee=n,this.dd=e,this.elements=(()=>[237,67|C(e,4),I(t,n)])()}}class Tn{constructor(t,n){this.kind="Load16Instruction_9",this.pos=t,this.ee=n,this.elements=(()=>[221,34,I(t,n)])()}}class Kn{constructor(t,n){this.kind="Load16Instruction_10",this.pos=t,this.ee=n,this.elements=(()=>[253,34,I(t,n)])()}}class dn{constructor(){this.kind="Load16Instruction_11",this.elements=(()=>[249])()}}class $n{constructor(){this.kind="Load16Instruction_12",this.elements=(()=>[221,249])()}}class te{constructor(){this.kind="Load16Instruction_13",this.elements=(()=>[253,249])()}}class ne{constructor(t,n,e){this.kind="Load16Instruction_14",this.dd=t,this.pos=n,this.ee=e,this.elements=(()=>[1|C(t,4),I(n,e)])()}}class ee{constructor(t){this.kind="Load16Instruction_15",this.qq=t,this.elements=(()=>[197|V(t,4)])()}}class ie{constructor(){this.kind="Load16Instruction_16",this.elements=(()=>[221,229])()}}class se{constructor(){this.kind="Load16Instruction_17",this.elements=(()=>[253,229])()}}class re{constructor(t){this.kind="Load16Instruction_18",this.qq=t,this.elements=(()=>[193|V(t,4)])()}}class ue{constructor(){this.kind="Load16Instruction_19",this.elements=(()=>[221,225])()}}class ce{constructor(){this.kind="Load16Instruction_20",this.elements=(()=>[253,225])()}}class le{constructor(){this.kind="ExchangeInstruction_1",this.elements=(()=>[235])()}}class oe{constructor(){this.kind="ExchangeInstruction_2",this.elements=(()=>[8])()}}class ae{constructor(){this.kind="ExchangeInstruction_3",this.elements=(()=>[217])()}}class he{constructor(){this.kind="ExchangeInstruction_4",this.elements=(()=>[227])()}}class me{constructor(){this.kind="ExchangeInstruction_5",this.elements=(()=>[221,227])()}}class _e{constructor(){this.kind="ExchangeInstruction_6",this.elements=(()=>[253,227])()}}class ge{constructor(){this.kind="BlockInstruction_1",this.elements=(()=>[237,176])()}}class Ie{constructor(){this.kind="BlockInstruction_2",this.elements=(()=>[237,160])()}}class we{constructor(){this.kind="BlockInstruction_3",this.elements=(()=>[237,184])()}}class xe{constructor(){this.kind="BlockInstruction_4",this.elements=(()=>[237,168])()}}class fe{constructor(){this.kind="BlockInstruction_5",this.elements=(()=>[237,177])()}}class Ae{constructor(){this.kind="BlockInstruction_6",this.elements=(()=>[237,161])()}}class Le{constructor(){this.kind="BlockInstruction_7",this.elements=(()=>[237,185])()}}class Se{constructor(){this.kind="BlockInstruction_8",this.elements=(()=>[237,169])()}}class ke{constructor(){this.kind="ArithmeticLogic8Instruction_1",this.elements=(()=>[134])()}}class Ee{constructor(t){this.kind="ArithmeticLogic8Instruction_2",this.i=t,this.elements=(()=>[221,134,c(t.offset)])()}}class ve{constructor(t){this.kind="ArithmeticLogic8Instruction_3",this.i=t,this.elements=(()=>[253,134,c(t.offset)])()}}class Ce{constructor(t){this.kind="ArithmeticLogic8Instruction_4",this.r=t,this.elements=(()=>[128|_(t)])()}}class be{constructor(t,n){this.kind="ArithmeticLogic8Instruction_5",this.pos=t,this.n=n,this.elements=(()=>[198,f(t,n)])()}}class De{constructor(){this.kind="ArithmeticLogic8Instruction_6",this.elements=(()=>[142])()}}class Re{constructor(t){this.kind="ArithmeticLogic8Instruction_7",this.i=t,this.elements=(()=>[221,142,c(t.offset)])()}}class qe{constructor(t){this.kind="ArithmeticLogic8Instruction_8",this.i=t,this.elements=(()=>[253,142,c(t.offset)])()}}class Be{constructor(t){this.kind="ArithmeticLogic8Instruction_9",this.r=t,this.elements=(()=>[136|_(t)])()}}class ye{constructor(t,n){this.kind="ArithmeticLogic8Instruction_10",this.pos=t,this.n=n,this.elements=(()=>[206,f(t,n)])()}}class Oe{constructor(){this.kind="ArithmeticLogic8Instruction_11",this.elements=(()=>[150])()}}class Ne{constructor(t){this.kind="ArithmeticLogic8Instruction_12",this.i=t,this.elements=(()=>[221,150,c(t.offset)])()}}class Pe{constructor(t){this.kind="ArithmeticLogic8Instruction_13",this.i=t,this.elements=(()=>[253,150,c(t.offset)])()}}class Me{constructor(t){this.kind="ArithmeticLogic8Instruction_14",this.r=t,this.elements=(()=>[144|_(t)])()}}class Ve{constructor(t,n){this.kind="ArithmeticLogic8Instruction_15",this.pos=t,this.n=n,this.elements=(()=>[214,f(t,n)])()}}class Fe{constructor(){this.kind="ArithmeticLogic8Instruction_16",this.elements=(()=>[158])()}}class pe{constructor(t){this.kind="ArithmeticLogic8Instruction_17",this.i=t,this.elements=(()=>[221,158,c(t.offset)])()}}class Ge{constructor(t){this.kind="ArithmeticLogic8Instruction_18",this.i=t,this.elements=(()=>[253,158,c(t.offset)])()}}class Je{constructor(t){this.kind="ArithmeticLogic8Instruction_19",this.r=t,this.elements=(()=>[152|_(t)])()}}class Xe{constructor(t,n){this.kind="ArithmeticLogic8Instruction_20",this.pos=t,this.n=n,this.elements=(()=>[222,f(t,n)])()}}class je{constructor(){this.kind="ArithmeticLogic8Instruction_21",this.elements=(()=>[166])()}}class Qe{constructor(t){this.kind="ArithmeticLogic8Instruction_22",this.i=t,this.elements=(()=>[221,166,c(t.offset)])()}}class Ue{constructor(t){this.kind="ArithmeticLogic8Instruction_23",this.i=t,this.elements=(()=>[253,166,c(t.offset)])()}}class Ye{constructor(t){this.kind="ArithmeticLogic8Instruction_24",this.r=t,this.elements=(()=>[160|_(t)])()}}class ze{constructor(t,n){this.kind="ArithmeticLogic8Instruction_25",this.pos=t,this.n=n,this.elements=(()=>[230,f(t,n)])()}}class We{constructor(){this.kind="ArithmeticLogic8Instruction_26",this.elements=(()=>[182])()}}class He{constructor(t){this.kind="ArithmeticLogic8Instruction_27",this.i=t,this.elements=(()=>[221,182,c(t.offset)])()}}class Ze{constructor(t){this.kind="ArithmeticLogic8Instruction_28",this.i=t,this.elements=(()=>[253,182,c(t.offset)])()}}class Te{constructor(t){this.kind="ArithmeticLogic8Instruction_29",this.r=t,this.elements=(()=>[176|_(t)])()}}class Ke{constructor(t,n){this.kind="ArithmeticLogic8Instruction_30",this.pos=t,this.n=n,this.elements=(()=>[246,f(t,n)])()}}class de{constructor(){this.kind="ArithmeticLogic8Instruction_31",this.elements=(()=>[174])()}}class $e{constructor(t){this.kind="ArithmeticLogic8Instruction_32",this.i=t,this.elements=(()=>[221,174,c(t.offset)])()}}class ti{constructor(t){this.kind="ArithmeticLogic8Instruction_33",this.i=t,this.elements=(()=>[253,174,c(t.offset)])()}}class ni{constructor(t){this.kind="ArithmeticLogic8Instruction_34",this.r=t,this.elements=(()=>[168|_(t)])()}}class ei{constructor(t,n){this.kind="ArithmeticLogic8Instruction_35",this.pos=t,this.n=n,this.elements=(()=>[238,f(t,n)])()}}class ii{constructor(){this.kind="ArithmeticLogic8Instruction_36",this.elements=(()=>[190])()}}class si{constructor(t){this.kind="ArithmeticLogic8Instruction_37",this.i=t,this.elements=(()=>[221,190,c(t.offset)])()}}class ri{constructor(t){this.kind="ArithmeticLogic8Instruction_38",this.i=t,this.elements=(()=>[253,190,c(t.offset)])()}}class ui{constructor(t){this.kind="ArithmeticLogic8Instruction_39",this.r=t,this.elements=(()=>[184|_(t)])()}}class ci{constructor(t,n){this.kind="ArithmeticLogic8Instruction_40",this.pos=t,this.n=n,this.elements=(()=>[254,f(t,n)])()}}class li{constructor(t){this.kind="IncrementDecrement8Instruction_1",this.r=t,this.elements=(()=>[4|_(t,3)])()}}class oi{constructor(){this.kind="IncrementDecrement8Instruction_2",this.elements=(()=>[52])()}}class ai{constructor(t){this.kind="IncrementDecrement8Instruction_3",this.i=t,this.elements=(()=>[221,52,c(t.offset)])()}}class hi{constructor(t){this.kind="IncrementDecrement8Instruction_4",this.i=t,this.elements=(()=>[253,52,c(t.offset)])()}}class mi{constructor(t){this.kind="IncrementDecrement8Instruction_5",this.r=t,this.elements=(()=>[5|_(t,3)])()}}class _i{constructor(){this.kind="IncrementDecrement8Instruction_6",this.elements=(()=>[53])()}}class gi{constructor(t){this.kind="IncrementDecrement8Instruction_7",this.i=t,this.elements=(()=>[221,53,c(t.offset)])()}}class Ii{constructor(t){this.kind="IncrementDecrement8Instruction_8",this.i=t,this.elements=(()=>[253,53,c(t.offset)])()}}class wi{constructor(){this.kind="GeneralPurposeArithmeticInstruction_1",this.elements=(()=>[39])()}}class xi{constructor(){this.kind="GeneralPurposeArithmeticInstruction_2",this.elements=(()=>[47])()}}class fi{constructor(){this.kind="GeneralPurposeArithmeticInstruction_3",this.elements=(()=>[237,68])()}}class Ai{constructor(){this.kind="GeneralPurposeArithmeticInstruction_4",this.elements=(()=>[63])()}}class Li{constructor(){this.kind="GeneralPurposeArithmeticInstruction_5",this.elements=(()=>[55])()}}class Si{constructor(){this.kind="CpuControlGroupInstruction_1",this.elements=(()=>[0])()}}class ki{constructor(){this.kind="CpuControlGroupInstruction_2",this.elements=(()=>[118])()}}class Ei{constructor(){this.kind="CpuControlGroupInstruction_3",this.elements=(()=>[243])()}}class vi{constructor(){this.kind="CpuControlGroupInstruction_4",this.elements=(()=>[251])()}}class Ci{constructor(t){this.kind="CpuControlGroupInstruction_5",this.m=t,this.elements=(()=>[237,tt(t)])()}}class bi{constructor(t){this.kind="ArithmeticLogic16Instruction_1",this.ss=t,this.elements=(()=>[9|k(t,4)])()}}class Di{constructor(t){this.kind="ArithmeticLogic16Instruction_2",this.ss=t,this.elements=(()=>[237,74|k(t,4)])()}}class Ri{constructor(t){this.kind="ArithmeticLogic16Instruction_3",this.ss=t,this.elements=(()=>[237,66|k(t,4)])()}}class qi{constructor(t){this.kind="ArithmeticLogic16Instruction_4",this.pp=t,this.elements=(()=>[221,9|K(t,4)])()}}class Bi{constructor(t){this.kind="ArithmeticLogic16Instruction_5",this.rr=t,this.elements=(()=>[253,9|d(t,4)])()}}class yi{constructor(t){this.kind="ArithmeticLogic16Instruction_6",this.ss=t,this.elements=(()=>[3|k(t,4)])()}}class Oi{constructor(){this.kind="ArithmeticLogic16Instruction_7",this.elements=(()=>[221,35])()}}class Ni{constructor(){this.kind="ArithmeticLogic16Instruction_8",this.elements=(()=>[253,35])()}}class Pi{constructor(t){this.kind="ArithmeticLogic16Instruction_9",this.ss=t,this.elements=(()=>[11|k(t,4)])()}}class Mi{constructor(){this.kind="ArithmeticLogic16Instruction_10",this.elements=(()=>[221,43])()}}class Vi{constructor(){this.kind="ArithmeticLogic16Instruction_11",this.elements=(()=>[253,43])()}}class Fi{constructor(){this.kind="RotateShiftInstruction_1",this.elements=(()=>[7])()}}class pi{constructor(){this.kind="RotateShiftInstruction_2",this.elements=(()=>[23])()}}class Gi{constructor(){this.kind="RotateShiftInstruction_3",this.elements=(()=>[15])()}}class Ji{constructor(){this.kind="RotateShiftInstruction_4",this.elements=(()=>[31])()}}class Xi{constructor(t){this.kind="RotateShiftInstruction_5",this.r=t,this.elements=(()=>[203,0|_(t)])()}}class ji{constructor(){this.kind="RotateShiftInstruction_6",this.elements=(()=>[203,6])()}}class Qi{constructor(t){this.kind="RotateShiftInstruction_7",this.i=t,this.elements=(()=>[221,203,c(t.offset),6])()}}class Ui{constructor(t){this.kind="RotateShiftInstruction_8",this.i=t,this.elements=(()=>[253,203,c(t.offset),6])()}}class Yi{constructor(t){this.kind="RotateShiftInstruction_9",this.r=t,this.elements=(()=>[203,16|_(t)])()}}class zi{constructor(){this.kind="RotateShiftInstruction_10",this.elements=(()=>[203,22])()}}class Wi{constructor(t){this.kind="RotateShiftInstruction_11",this.i=t,this.elements=(()=>[221,203,c(t.offset),22])()}}class Hi{constructor(t){this.kind="RotateShiftInstruction_12",this.i=t,this.elements=(()=>[253,203,c(t.offset),22])()}}class Zi{constructor(t){this.kind="RotateShiftInstruction_13",this.r=t,this.elements=(()=>[203,8|_(t)])()}}class Ti{constructor(){this.kind="RotateShiftInstruction_14",this.elements=(()=>[203,14])()}}class Ki{constructor(t){this.kind="RotateShiftInstruction_15",this.i=t,this.elements=(()=>[221,203,c(t.offset),14])()}}class di{constructor(t){this.kind="RotateShiftInstruction_16",this.i=t,this.elements=(()=>[253,203,c(t.offset),14])()}}class $i{constructor(t){this.kind="RotateShiftInstruction_17",this.r=t,this.elements=(()=>[203,24|_(t)])()}}class ts{constructor(){this.kind="RotateShiftInstruction_18",this.elements=(()=>[203,30])()}}class ns{constructor(t){this.kind="RotateShiftInstruction_19",this.i=t,this.elements=(()=>[221,203,c(t.offset),30])()}}class es{constructor(t){this.kind="RotateShiftInstruction_20",this.i=t,this.elements=(()=>[253,203,c(t.offset),30])()}}class is{constructor(t){this.kind="RotateShiftInstruction_21",this.r=t,this.elements=(()=>[203,32|_(t)])()}}class ss{constructor(){this.kind="RotateShiftInstruction_22",this.elements=(()=>[203,38])()}}class rs{constructor(t){this.kind="RotateShiftInstruction_23",this.i=t,this.elements=(()=>[221,203,c(t.offset),38])()}}class us{constructor(t){this.kind="RotateShiftInstruction_24",this.i=t,this.elements=(()=>[253,203,c(t.offset),38])()}}class cs{constructor(t){this.kind="RotateShiftInstruction_25",this.r=t,this.elements=(()=>[203,40|_(t)])()}}class ls{constructor(){this.kind="RotateShiftInstruction_26",this.elements=(()=>[203,46])()}}class os{constructor(t){this.kind="RotateShiftInstruction_27",this.i=t,this.elements=(()=>[221,203,c(t.offset),46])()}}class as{constructor(t){this.kind="RotateShiftInstruction_28",this.i=t,this.elements=(()=>[253,203,c(t.offset),46])()}}class hs{constructor(t){this.kind="RotateShiftInstruction_29",this.r=t,this.elements=(()=>[203,56|_(t)])()}}class ms{constructor(){this.kind="RotateShiftInstruction_30",this.elements=(()=>[203,62])()}}class _s{constructor(t){this.kind="RotateShiftInstruction_31",this.i=t,this.elements=(()=>[221,203,c(t.offset),62])()}}class gs{constructor(t){this.kind="RotateShiftInstruction_32",this.i=t,this.elements=(()=>[253,203,c(t.offset),62])()}}class Is{constructor(){this.kind="RotateShiftInstruction_33",this.elements=(()=>[237,111])()}}class ws{constructor(){this.kind="RotateShiftInstruction_34",this.elements=(()=>[237,103])()}}class xs{constructor(t,n){this.kind="BitManipulationInstruction_1",this.b=t,this.r=n,this.elements=(()=>[203,64|t.value<<3|_(n)])()}}class fs{constructor(t){this.kind="BitManipulationInstruction_2",this.b=t,this.elements=(()=>[203,70|t.value<<3])()}}class As{constructor(t,n){this.kind="BitManipulationInstruction_3",this.b=t,this.i=n,this.elements=(()=>[221,203,c(n.offset),70|t.value<<3])()}}class Ls{constructor(t,n){this.kind="BitManipulationInstruction_4",this.b=t,this.i=n,this.elements=(()=>[253,203,c(n.offset),70|t.value<<3])()}}class Ss{constructor(t,n){this.kind="BitManipulationInstruction_5",this.b=t,this.r=n,this.elements=(()=>[203,192|t.value<<3|_(n)])()}}class ks{constructor(t){this.kind="BitManipulationInstruction_6",this.b=t,this.elements=(()=>[203,198|t.value<<3])()}}class Es{constructor(t,n){this.kind="BitManipulationInstruction_7",this.b=t,this.i=n,this.elements=(()=>[221,203,c(n.offset),198|t.value<<3])()}}class vs{constructor(t,n){this.kind="BitManipulationInstruction_8",this.b=t,this.i=n,this.elements=(()=>[253,203,c(n.offset),198|t.value<<3])()}}class Cs{constructor(t,n){this.kind="BitManipulationInstruction_9",this.b=t,this.r=n,this.elements=(()=>[203,128|t.value<<3|_(n)])()}}class bs{constructor(t){this.kind="BitManipulationInstruction_10",this.b=t,this.elements=(()=>[203,134|t.value<<3])()}}class Ds{constructor(t,n){this.kind="BitManipulationInstruction_11",this.b=t,this.i=n,this.elements=(()=>[221,203,c(n.offset),134|t.value<<3])()}}class Rs{constructor(t,n){this.kind="BitManipulationInstruction_12",this.b=t,this.i=n,this.elements=(()=>[253,203,c(n.offset),134|t.value<<3])()}}class qs{constructor(t,n){this.kind="Offset_1",this.pos=t,this.label=n,this.eval=(()=>X(t,n.name))()}}class Bs{constructor(t){this.kind="Offset_2",this.e=t,this.eval=(()=>t.eval)()}}class ys{constructor(){this.kind="JumpInstruction_1",this.elements=(()=>[233])()}}class Os{constructor(){this.kind="JumpInstruction_2",this.elements=(()=>[221,233])()}}class Ns{constructor(){this.kind="JumpInstruction_3",this.elements=(()=>[253,233])()}}class Ps{constructor(t,n){this.kind="JumpInstruction_4",this.pos=t,this.ee=n,this.elements=(()=>[195,I(t,n)])()}}class Ms{constructor(t,n,e){this.kind="JumpInstruction_5",this.cc=t,this.pos=n,this.ee=e,this.elements=(()=>[194|b(t,3),I(n,e)])()}}class Vs{constructor(t,n){this.kind="JumpInstruction_6",this.pos=t,this.label=n,this.elements=(()=>[v(),y(t,n.name)])()}}class Fs{constructor(t,n){this.kind="JumpInstruction_7",this.pos=t,this.e=n,this.elements=(()=>[v(),B(t,n)])()}}class ps{constructor(t,n,e){this.kind="JumpInstruction_8",this.jj=t,this.pos=n,this.label=e,this.elements=(()=>[v(t),y(n,e.name)])()}}class Gs{constructor(t,n,e){this.kind="JumpInstruction_9",this.jj=t,this.pos=n,this.e=e,this.elements=(()=>[v(t),B(n,e)])()}}class Js{constructor(t,n){this.kind="JumpInstruction_10",this.pos=t,this.label=n,this.elements=(()=>[16,y(t,n.name)])()}}class Xs{constructor(t,n){this.kind="JumpInstruction_11",this.pos=t,this.e=n,this.elements=(()=>[16,B(t,n)])()}}class js{constructor(t,n){this.kind="CallInstruction_1",this.pos=t,this.ee=n,this.elements=(()=>[205,I(t,n)])()}}class Qs{constructor(t,n,e){this.kind="CallInstruction_2",this.cc=t,this.pos=n,this.ee=e,this.elements=(()=>[196|b(t,3),I(n,e)])()}}class Us{constructor(){this.kind="ReturnInstruction_1",this.elements=(()=>[201])()}}class Ys{constructor(t){this.kind="ReturnInstruction_2",this.cc=t,this.elements=(()=>[192|b(t,3)])()}}class zs{constructor(){this.kind="ReturnInstruction_3",this.elements=(()=>[237,77])()}}class Ws{constructor(){this.kind="ReturnInstruction_4",this.elements=(()=>[237,69])()}}class Hs{constructor(t){this.kind="ReturnInstruction_5",this.p=t,this.elements=(()=>[199|$(t.value,3)])()}}class Zs{constructor(t){this.kind="InputInstruction_1",this.r=t,this.elements=(()=>[237,64|_(t,3)])()}}class Ts{constructor(t,n){this.kind="InputInstruction_2",this.pos=t,this.n=n,this.elements=(()=>[219,f(t,n)])()}}class Ks{constructor(){this.kind="InputInstruction_3",this.elements=(()=>[237,162])()}}class ds{constructor(){this.kind="InputInstruction_4",this.elements=(()=>[237,178])()}}class $s{constructor(){this.kind="InputInstruction_5",this.elements=(()=>[237,170])()}}class tr{constructor(){this.kind="InputInstruction_6",this.elements=(()=>[237,186])()}}class nr{constructor(t){this.kind="OutputInstruction_1",this.r=t,this.elements=(()=>[237,65|_(t,3)])()}}class er{constructor(t,n){this.kind="OutputInstruction_2",this.pos=t,this.n=n,this.elements=(()=>[211,f(t,n)])()}}class ir{constructor(){this.kind="OutputInstruction_3",this.elements=(()=>[237,163])()}}class sr{constructor(){this.kind="OutputInstruction_4",this.elements=(()=>[237,179])()}}class rr{constructor(){this.kind="OutputInstruction_5",this.elements=(()=>[237,171])()}}class ur{constructor(){this.kind="OutputInstruction_6",this.elements=(()=>[237,187])()}}class cr{constructor(t){this.kind="ByteValue_1",this.s=t,this.elements=(()=>t.elements)()}}class lr{constructor(t){this.kind="ByteValue_2",this.s=t,this.elements=(()=>t.elements)()}}class or{constructor(t,n){this.kind="ByteValue_3",this.pos=t,this.e=n,this.elements=(()=>[f(t,n)])()}}class ar{constructor(t,n){this.kind="WordValue",this.pos=t,this.e=n,this.elements=(()=>[I(t,n)])()}}class hr{constructor(t,n,e){this.kind="DataDirective_1",this.pos0=t,this.data0=n,this.data=e,this.elements=(()=>Ct(t,n,e))()}}class mr{constructor(t,n,e){this.kind="DataDirective_2",this.pos0=t,this.data0=n,this.data=e,this.elements=(()=>bt(t,n,e))()}}class _r{constructor(t,n,e){this.kind="DataDirective_3",this.pos0=t,this.nn=n,this.data=e,this.elements=(()=>[Dt(t,n,e?.pos1,e?.b)])()}}class gr{constructor(t,n){this.kind="SimpleEscapeSequence",this.pos=t,this.raw=n,this.elements=(()=>jt(t,n))()}}class Ir{constructor(t,n){this.kind="OctalEscapeSequence",this.pos=t,this.raw=n,this.elements=(()=>Qt(t,n))()}}class wr{constructor(t,n){this.kind="HexadecimalEscapeSequence",this.pos=t,this.raw=n,this.elements=(()=>Ut(t,n))()}}class xr{constructor(t,n){this.kind="NoQuoteChar",this.pos=t,this.raw=n,this.elements=(()=>Z(t,n))()}}class fr{constructor(t,n){this.kind="NoDoubleQuoteChar",this.pos=t,this.raw=n,this.elements=(()=>Z(t,n))()}}class Ar{constructor(t,n){this.kind="QuottedStr",this.pos=t,this.chars=n,this.elements=(()=>n.reduce((e,s)=>e.concat(s.elements),[]))()}}class Lr{constructor(t,n){this.kind="DoubleQuottedStr",this.pos=t,this.chars=n,this.elements=(()=>n.reduce((e,s)=>e.concat(s.elements),[]))()}}class Sr{constructor(t,n){this.kind="IncludeDirective",this.pos=t,this.name=n,this.info=(()=>H(t,n.raw))()}}class kr{constructor(t,n){this.kind="OutputDirective",this.name=t,this.sld=n,this.void=(()=>{z(t.raw,n?.name.raw)})()}}class Er{constructor(t){this.kind="DeviceDirective",this.raw=t,this.void=(()=>{W(t)})()}}class vr{constructor(t){this.negating=!1,this.memoSafe=!0,this.$scope$BitwiseOrExpression$memo=new Map,this.$scope$BitwiseXOrExpression$memo=new Map,this.$scope$BitwiseAndExpression$memo=new Map,this.$scope$ShiftExpression$memo=new Map,this.$scope$AdditiveExpression$memo=new Map,this.$scope$MultiplicativeExpression$memo=new Map,this.pos={overallPos:0,line:1,offset:0},this.input=t}reset(t){this.pos=t}finished(){return this.pos.overallPos===this.input.length}clearMemos(){this.$scope$BitwiseOrExpression$memo.clear(),this.$scope$BitwiseXOrExpression$memo.clear(),this.$scope$BitwiseAndExpression$memo.clear(),this.$scope$ShiftExpression$memo.clear(),this.$scope$AdditiveExpression$memo.clear(),this.$scope$MultiplicativeExpression$memo.clear()}matchstart(t,n){return this.run(t,()=>{let e,s=null;return(e=this.matchLines(t+1,n))!==null&&this.match$EOF(n)!==null&&(s={kind:"start",lines:e}),s})}matchr(t,n){return this.choice([()=>this.matchr_1(t+1,n),()=>this.matchr_2(t+1,n),()=>this.matchr_3(t+1,n),()=>this.matchr_4(t+1,n),()=>this.matchr_5(t+1,n),()=>this.matchr_6(t+1,n),()=>this.matchr_7(t+1,n)])}matchr_1(t,n){return this.regexAccept(String.raw`(?:a)`,"",t+1,n)}matchr_2(t,n){return this.regexAccept(String.raw`(?:b)`,"",t+1,n)}matchr_3(t,n){return this.regexAccept(String.raw`(?:c)`,"",t+1,n)}matchr_4(t,n){return this.regexAccept(String.raw`(?:d)`,"",t+1,n)}matchr_5(t,n){return this.regexAccept(String.raw`(?:e)`,"",t+1,n)}matchr_6(t,n){return this.regexAccept(String.raw`(?:h)`,"",t+1,n)}matchr_7(t,n){return this.regexAccept(String.raw`(?:l)`,"",t+1,n)}matchdd(t,n){return this.choice([()=>this.matchdd_1(t+1,n),()=>this.matchdd_2(t+1,n),()=>this.matchdd_3(t+1,n),()=>this.matchdd_4(t+1,n)])}matchdd_1(t,n){return this.regexAccept(String.raw`(?:bc)`,"",t+1,n)}matchdd_2(t,n){return this.regexAccept(String.raw`(?:de)`,"",t+1,n)}matchdd_3(t,n){return this.regexAccept(String.raw`(?:hl)`,"",t+1,n)}matchdd_4(t,n){return this.regexAccept(String.raw`(?:sp)`,"",t+1,n)}matchss(t,n){return this.matchdd(t+1,n)}matchqq(t,n){return this.choice([()=>this.matchqq_1(t+1,n),()=>this.matchqq_2(t+1,n),()=>this.matchqq_3(t+1,n),()=>this.matchqq_4(t+1,n)])}matchqq_1(t,n){return this.regexAccept(String.raw`(?:bc)`,"",t+1,n)}matchqq_2(t,n){return this.regexAccept(String.raw`(?:de)`,"",t+1,n)}matchqq_3(t,n){return this.regexAccept(String.raw`(?:hl)`,"",t+1,n)}matchqq_4(t,n){return this.regexAccept(String.raw`(?:af)`,"",t+1,n)}matchpp(t,n){return this.choice([()=>this.matchpp_1(t+1,n),()=>this.matchpp_2(t+1,n),()=>this.matchpp_3(t+1,n),()=>this.matchpp_4(t+1,n)])}matchpp_1(t,n){return this.regexAccept(String.raw`(?:bc)`,"",t+1,n)}matchpp_2(t,n){return this.regexAccept(String.raw`(?:de)`,"",t+1,n)}matchpp_3(t,n){return this.regexAccept(String.raw`(?:ix)`,"",t+1,n)}matchpp_4(t,n){return this.regexAccept(String.raw`(?:sp)`,"",t+1,n)}matchrr(t,n){return this.choice([()=>this.matchrr_1(t+1,n),()=>this.matchrr_2(t+1,n),()=>this.matchrr_3(t+1,n),()=>this.matchrr_4(t+1,n)])}matchrr_1(t,n){return this.regexAccept(String.raw`(?:bc)`,"",t+1,n)}matchrr_2(t,n){return this.regexAccept(String.raw`(?:de)`,"",t+1,n)}matchrr_3(t,n){return this.regexAccept(String.raw`(?:iy)`,"",t+1,n)}matchrr_4(t,n){return this.regexAccept(String.raw`(?:sp)`,"",t+1,n)}matchn(t,n){return this.choice([()=>this.matchn_1(t+1,n),()=>this.matchn_2(t+1,n),()=>this.matchn_3(t+1,n),()=>this.matchn_4(t+1,n)])}matchn_1(t,n){return this.run(t,()=>{let e,s,r=null;return(e=this.mark())!==null&&(s=this.matchbinary(t+1,n))!==null&&(r=new Yt(e,s)),r})}matchn_2(t,n){return this.run(t,()=>{let e,s,r=null;return(e=this.mark())!==null&&(s=this.matchhexadecimal(t+1,n))!==null&&(r=new zt(e,s)),r})}matchn_3(t,n){return this.run(t,()=>{let e,s,r=null;return(e=this.mark())!==null&&(s=this.matchoctal(t+1,n))!==null&&(r=new Wt(e,s)),r})}matchn_4(t,n){return this.run(t,()=>{let e,s,r=null;return(e=this.mark())!==null&&(s=this.matchdecimal(t+1,n))!==null&&(r=new Ht(e,s)),r})}matchnn(t,n){return this.choice([()=>this.matchnn_1(t+1,n),()=>this.matchnn_2(t+1,n),()=>this.matchnn_3(t+1,n),()=>this.matchnn_4(t+1,n)])}matchnn_1(t,n){return this.run(t,()=>{let e,s,r=null;return(e=this.mark())!==null&&(s=this.matchbinary(t+1,n))!==null&&(r=new Zt(e,s)),r})}matchnn_2(t,n){return this.run(t,()=>{let e,s,r=null;return(e=this.mark())!==null&&(s=this.matchhexadecimal(t+1,n))!==null&&(r=new Tt(e,s)),r})}matchnn_3(t,n){return this.run(t,()=>{let e,s,r=null;return(e=this.mark())!==null&&(s=this.matchoctal(t+1,n))!==null&&(r=new Kt(e,s)),r})}matchnn_4(t,n){return this.run(t,()=>{let e,s,r=null;return(e=this.mark())!==null&&(s=this.matchdecimal(t+1,n))!==null&&(r=new dt(e,s)),r})}matchdecimal(t,n){return this.run(t,()=>{let e,s=null;return(e=this.regexAccept(String.raw`(?:[0-9]+)`,"",t+1,n))!==null&&(this.regexAccept(String.raw`(?:d)`,"",t+1,n)||!0)&&(s={kind:"decimal",raw:e}),s})}matchbinary(t,n){return this.choice([()=>this.matchbinary_1(t+1,n),()=>this.matchbinary_2(t+1,n)])}matchbinary_1(t,n){return this.run(t,()=>{let e,s=null;return this.matchbinary_$0(t+1,n)!==null&&(e=this.regexAccept(String.raw`(?:[0-1]+)`,"",t+1,n))!==null&&(s={kind:"binary_1",raw:e}),s})}matchbinary_2(t,n){return this.run(t,()=>{let e,s=null;return(e=this.regexAccept(String.raw`(?:[0-1]+)`,"",t+1,n))!==null&&this.regexAccept(String.raw`(?:b)`,"",t+1,n)!==null&&(s={kind:"binary_2",raw:e}),s})}matchbinary_$0(t,n){return this.choice([()=>this.matchbinary_$0_1(t+1,n),()=>this.matchbinary_$0_2(t+1,n)])}matchbinary_$0_1(t,n){return this.regexAccept(String.raw`(?:0b)`,"",t+1,n)}matchbinary_$0_2(t,n){return this.regexAccept(String.raw`(?:%)`,"",t+1,n)}matchoctal(t,n){return this.choice([()=>this.matchoctal_1(t+1,n),()=>this.matchoctal_2(t+1,n)])}matchoctal_1(t,n){return this.run(t,()=>{let e,s=null;return this.matchoctal_$0(t+1,n)!==null&&(e=this.regexAccept(String.raw`(?:[0-7]+)`,"",t+1,n))!==null&&(s={kind:"octal_1",raw:e}),s})}matchoctal_2(t,n){return this.run(t,()=>{let e,s=null;return(e=this.regexAccept(String.raw`(?:[0-7]+)`,"",t+1,n))!==null&&this.matchoctal_$1(t+1,n)!==null&&(s={kind:"octal_2",raw:e}),s})}matchoctal_$0(t,n){return this.choice([()=>this.matchoctal_$0_1(t+1,n),()=>this.matchoctal_$0_2(t+1,n),()=>this.matchoctal_$0_3(t+1,n)])}matchoctal_$0_1(t,n){return this.regexAccept(String.raw`(?:0q)`,"",t+1,n)}matchoctal_$0_2(t,n){return this.regexAccept(String.raw`(?:0o)`,"",t+1,n)}matchoctal_$0_3(t,n){return this.regexAccept(String.raw`(?:@)`,"",t+1,n)}matchoctal_$1(t,n){return this.choice([()=>this.matchoctal_$1_1(t+1,n),()=>this.matchoctal_$1_2(t+1,n)])}matchoctal_$1_1(t,n){return this.regexAccept(String.raw`(?:q)`,"",t+1,n)}matchoctal_$1_2(t,n){return this.regexAccept(String.raw`(?:o)`,"",t+1,n)}matchhexadecimal(t,n){return this.choice([()=>this.matchhexadecimal_1(t+1,n),()=>this.matchhexadecimal_2(t+1,n)])}matchhexadecimal_1(t,n){return this.run(t,()=>{let e,s=null;return this.matchhexadecimal_$0(t+1,n)!==null&&(e=this.regexAccept(String.raw`(?:[0-9a-f]+)`,"",t+1,n))!==null&&(s={kind:"hexadecimal_1",raw:e}),s})}matchhexadecimal_2(t,n){return this.run(t,()=>{let e,s=null;return(e=this.regexAccept(String.raw`(?:[0-9a-f]+)`,"",t+1,n))!==null&&this.regexAccept(String.raw`(?:h)`,"",t+1,n)!==null&&this.negate(()=>this.regexAccept(String.raw`(?:[0-9a-z])`,"",t+1,n))!==null&&(s={kind:"hexadecimal_2",raw:e}),s})}matchhexadecimal_$0(t,n){return this.choice([()=>this.matchhexadecimal_$0_1(t+1,n),()=>this.matchhexadecimal_$0_2(t+1,n),()=>this.matchhexadecimal_$0_3(t+1,n)])}matchhexadecimal_$0_1(t,n){return this.regexAccept(String.raw`(?:0x)`,"",t+1,n)}matchhexadecimal_$0_2(t,n){return this.regexAccept(String.raw`(?:\$)`,"",t+1,n)}matchhexadecimal_$0_3(t,n){return this.regexAccept(String.raw`(?:#)`,"",t+1,n)}matchd(t,n){return this.matchn(t+1,n)}matche(t,n){return this.matchn(t+1,n)}matchp(t,n){return this.matchn(t+1,n)}matchb(t,n){return this.run(t,()=>{let e,s=null;return(e=this.regexAccept(String.raw`(?:[0-7])`,"",t+1,n))!==null&&(s=new $t(e)),s})}matchcc(t,n){return this.choice([()=>this.matchcc_1(t+1,n),()=>this.matchcc_2(t+1,n),()=>this.matchcc_3(t+1,n),()=>this.matchcc_4(t+1,n),()=>this.matchcc_5(t+1,n),()=>this.matchcc_6(t+1,n),()=>this.matchcc_7(t+1,n),()=>this.matchcc_8(t+1,n),()=>this.matchcc_9(t+1,n)])}matchcc_1(t,n){return this.regexAccept(String.raw`(?:nz)`,"",t+1,n)}matchcc_2(t,n){return this.regexAccept(String.raw`(?:z)`,"",t+1,n)}matchcc_3(t,n){return this.regexAccept(String.raw`(?:nc)`,"",t+1,n)}matchcc_4(t,n){return this.regexAccept(String.raw`(?:c)`,"",t+1,n)}matchcc_5(t,n){return this.regexAccept(String.raw`(?:po)`,"",t+1,n)}matchcc_6(t,n){return this.regexAccept(String.raw`(?:pe)`,"",t+1,n)}matchcc_7(t,n){return this.regexAccept(String.raw`(?:p)`,"",t+1,n)}matchcc_8(t,n){return this.regexAccept(String.raw`(?:m)`,"",t+1,n)}matchcc_9(t,n){return this.regexAccept(String.raw`(?:s)`,"",t+1,n)}matchjj(t,n){return this.choice([()=>this.matchjj_1(t+1,n),()=>this.matchjj_2(t+1,n),()=>this.matchjj_3(t+1,n),()=>this.matchjj_4(t+1,n)])}matchjj_1(t,n){return this.regexAccept(String.raw`(?:c)`,"",t+1,n)}matchjj_2(t,n){return this.regexAccept(String.raw`(?:nc)`,"",t+1,n)}matchjj_3(t,n){return this.regexAccept(String.raw`(?:z)`,"",t+1,n)}matchjj_4(t,n){return this.regexAccept(String.raw`(?:nz)`,"",t+1,n)}match__(t,n){return this.regexAccept(String.raw`(?:[ \t]+)`,"",t+1,n)}match_(t,n){return this.regexAccept(String.raw`(?:[ \t]*)`,"",t+1,n)}matcheos(t,n){return this.regexAccept(String.raw`(?:[ \t]*(;|\r\n|\n|//))`,"",t+1,n)}matcheol(t,n){return this.regexAccept(String.raw`(?:\r\n|\n)`,"",t+1,n)}matchLines(t,n){return this.loop(()=>this.matchLine(t+1,n),0,-1)}matchLine(t,n){return this.choice([()=>this.matchLine_1(t+1,n),()=>this.matchLine_2(t+1,n)])}matchLine_1(t,n){return this.matchLineEqual(t+1,n)}matchLine_2(t,n){return this.matchLineStatement(t+1,n)}matchLineEqual(t,n){return this.run(t,()=>{let e,s,r,u=null;return(e=this.matchLabelDeclaration(t+1,n))!==null&&this.match_(t+1,n)!==null&&(s=this.matchEqualDirective(t+1,n))!==null&&this.match_(t+1,n)!==null&&((r=this.matchComment(t+1,n))||!0)&&this.matcheol(t+1,n)!==null&&(u={kind:"LineEqual",label:e,equal:s,comment:r}),u})}matchLineStatement(t,n){return this.run(t,()=>{let e,s,r,u=null;return((e=this.matchLabelDeclaration(t+1,n))||!0)&&this.match_(t+1,n)!==null&&((s=this.matchStatement(t+1,n))||!0)&&this.match_(t+1,n)!==null&&((r=this.matchComment(t+1,n))||!0)&&this.matcheol(t+1,n)!==null&&(u={kind:"LineStatement",label:e,statement:s,comment:r}),u})}matchStatement(t,n){return this.choice([()=>this.matchStatement_1(t+1,n),()=>this.matchStatement_2(t+1,n),()=>this.matchStatement_3(t+1,n)])}matchStatement_1(t,n){return this.run(t,()=>{let e,s=null;return(e=this.matchIncludeDirective(t+1,n))!==null&&(s=new tn(e)),s})}matchStatement_2(t,n){return this.run(t,()=>{let e,s=null;return(e=this.matchInstruction(t+1,n))!==null&&(s=new nn(e)),s})}matchStatement_3(t,n){return this.run(t,()=>{let e,s=null;return(e=this.matchDirective(t+1,n))!==null&&(s=new en(e)),s})}matchEqualDirective(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:\.?equ|eq|=)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchExpression(t+1,n))!==null&&(s={kind:"EqualDirective",e}),s})}matchDirective(t,n){return this.choice([()=>this.matchDirective_1(t+1,n),()=>this.matchDirective_2(t+1,n),()=>this.matchDirective_3(t+1,n),()=>this.matchDirective_4(t+1,n),()=>this.matchDirective_5(t+1,n)])}matchDirective_1(t,n){return this.run(t,()=>{let e,s=null;return(e=this.matchDataDirective(t+1,n))!==null&&(s=new sn(e)),s})}matchDirective_2(t,n){return this.run(t,()=>{let e,s=null;return(e=this.matchOriginDirective(t+1,n))!==null&&(s=new rn(e)),s})}matchDirective_3(t,n){return this.run(t,()=>{let e,s=null;return(e=this.matchOutputDirective(t+1,n))!==null&&(s=new un(e)),s})}matchDirective_4(t,n){return this.run(t,()=>{let e,s=null;return(e=this.matchDeviceDirective(t+1,n))!==null&&(s=new cn(e)),s})}matchDirective_5(t,n){return this.run(t,()=>{let e,s=null;return(e=this.matchEndDirective(t+1,n))!==null&&(s=new ln(e)),s})}matchForbiddenNames(t,n){return this.choice([()=>this.matchForbiddenNames_1(t+1,n),()=>this.matchForbiddenNames_2(t+1,n),()=>this.matchForbiddenNames_3(t+1,n),()=>this.matchForbiddenNames_4(t+1,n),()=>this.matchForbiddenNames_5(t+1,n)])}matchForbiddenNames_1(t,n){return this.regexAccept(String.raw`(?:\.?block|\.?equ|\.?org|\.?include|\.?output|\.?device|\.?end|\.?byte)`,"",t+1,n)}matchForbiddenNames_2(t,n){return this.regexAccept(String.raw`(?:call|cpdr|cpir|defb|defm|defs|defw|djnz|eq|halt|indr|inir|lddr|ldir|otdr|otir|outd|outi|push|reti|retn|rlca|rrca|\.?word)`,"",t+1,n)}matchForbiddenNames_3(t,n){return this.regexAccept(String.raw`(?:adc|add|and|bit|ccf|cpd|cpi|cpl|daa|dec|exx|inc|ind|ini|ldd|ldi|neg|nop|org|out|pop|res|ret|rla)`,"",t+1,n)}matchForbiddenNames_4(t,n){return this.regexAccept(String.raw`(?:rlc|rld|rra|rrc|rrd|rst|sbc|scf|set|sla|sra|srl|sub|xor)`,"",t+1,n)}matchForbiddenNames_5(t,n){return this.regexAccept(String.raw`(?:cp|db|di|dm|ds|dw|ei|eq|ex|im|in|jp|jr|ld|or|rl|rr)`,"",t+1,n)}matchForbiddenLabel(t,n){return this.run(t,()=>{let e=null;return this.matchForbiddenNames(t+1,n)!==null&&this.regexAccept(String.raw`(?:[ \t:\r\n])`,"",t+1,n)!==null&&(e={kind:"ForbiddenLabel"}),e})}matchLabel(t,n){return this.run(t,()=>{let e,s,r=null;return this.negate(()=>this.matchForbiddenLabel(t+1,n))!==null&&(e=this.mark())!==null&&(s=this.regexAccept(String.raw`(?:[a-z_\.][a-z0-9_!\?#@\.\$]*|\$)`,"",t+1,n))!==null&&(r={kind:"Label",pos:e,name:s}),r})}matchLabelDeclaration(t,n){return this.run(t,()=>{let e,s,r=null;return this.negate(()=>this.matchForbiddenLabel(t+1,n))!==null&&(e=this.mark())!==null&&(s=this.regexAccept(String.raw`(?:[a-z_\.][a-z0-9_!\?#@\.\$]*)`,"",t+1,n))!==null&&(this.regexAccept(String.raw`(?:\:)`,"",t+1,n)||!0)&&(r={kind:"LabelDeclaration",pos:e,name:s}),r})}matchExpression(t,n){return this.run(t,()=>{let e,s=null;return(e=this.matchBitwiseOrExpression(t+1,n))!==null&&(s=new on(e)),s})}matchBitwiseOrExpression(t,n){const e=()=>this.run(t,()=>{let g,a,w=null;return((g=this.matchBitwiseOrExpression_$0(t+1,n))||!0)&&this.match_(t+1,n)!==null&&(a=this.matchBitwiseXOrExpression(t+1,n))!==null&&(w=new an(g,a)),w}),s=this.mark(),r=this.$scope$BitwiseOrExpression$memo.get(s.overallPos);if(r!==void 0)return this.reset(r[1]),r[0];const u=this.memoSafe;this.memoSafe=!1,this.$scope$BitwiseOrExpression$memo.set(s.overallPos,[null,s]);let l=null,m=s;for(;;){this.reset(s);const g=e(),a=this.mark();if(a.overallPos<=m.overallPos)break;l=g,m=a,this.$scope$BitwiseOrExpression$memo.set(s.overallPos,[l,m])}return this.reset(m),this.memoSafe=u,l}matchBitwiseOrExpression_$0(t,n){return this.run(t,()=>{let e,s=null;return(e=this.matchBitwiseOrExpression(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\|)`,"",t+1,n)!==null&&(s={kind:"BitwiseOrExpression_$0",e}),s})}matchBitwiseXOrExpression(t,n){const e=()=>this.run(t,()=>{let g,a,w=null;return((g=this.matchBitwiseXOrExpression_$0(t+1,n))||!0)&&this.match_(t+1,n)!==null&&(a=this.matchBitwiseAndExpression(t+1,n))!==null&&(w=new hn(g,a)),w}),s=this.mark(),r=this.$scope$BitwiseXOrExpression$memo.get(s.overallPos);if(r!==void 0)return this.reset(r[1]),r[0];const u=this.memoSafe;this.memoSafe=!1,this.$scope$BitwiseXOrExpression$memo.set(s.overallPos,[null,s]);let l=null,m=s;for(;;){this.reset(s);const g=e(),a=this.mark();if(a.overallPos<=m.overallPos)break;l=g,m=a,this.$scope$BitwiseXOrExpression$memo.set(s.overallPos,[l,m])}return this.reset(m),this.memoSafe=u,l}matchBitwiseXOrExpression_$0(t,n){return this.run(t,()=>{let e,s=null;return(e=this.matchBitwiseXOrExpression(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\^)`,"",t+1,n)!==null&&(s={kind:"BitwiseXOrExpression_$0",e}),s})}matchBitwiseAndExpression(t,n){const e=()=>this.run(t,()=>{let g,a,w=null;return((g=this.matchBitwiseAndExpression_$0(t+1,n))||!0)&&this.match_(t+1,n)!==null&&(a=this.matchShiftExpression(t+1,n))!==null&&(w=new mn(g,a)),w}),s=this.mark(),r=this.$scope$BitwiseAndExpression$memo.get(s.overallPos);if(r!==void 0)return this.reset(r[1]),r[0];const u=this.memoSafe;this.memoSafe=!1,this.$scope$BitwiseAndExpression$memo.set(s.overallPos,[null,s]);let l=null,m=s;for(;;){this.reset(s);const g=e(),a=this.mark();if(a.overallPos<=m.overallPos)break;l=g,m=a,this.$scope$BitwiseAndExpression$memo.set(s.overallPos,[l,m])}return this.reset(m),this.memoSafe=u,l}matchBitwiseAndExpression_$0(t,n){return this.run(t,()=>{let e,s=null;return(e=this.matchBitwiseAndExpression(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\&)`,"",t+1,n)!==null&&(s={kind:"BitwiseAndExpression_$0",e}),s})}matchShiftExpression(t,n){const e=()=>this.run(t,()=>{let g,a,w=null;return((g=this.matchShiftExpression_$0(t+1,n))||!0)&&this.match_(t+1,n)!==null&&(a=this.matchAdditiveExpression(t+1,n))!==null&&(w=new _n(g,a)),w}),s=this.mark(),r=this.$scope$ShiftExpression$memo.get(s.overallPos);if(r!==void 0)return this.reset(r[1]),r[0];const u=this.memoSafe;this.memoSafe=!1,this.$scope$ShiftExpression$memo.set(s.overallPos,[null,s]);let l=null,m=s;for(;;){this.reset(s);const g=e(),a=this.mark();if(a.overallPos<=m.overallPos)break;l=g,m=a,this.$scope$ShiftExpression$memo.set(s.overallPos,[l,m])}return this.reset(m),this.memoSafe=u,l}matchShiftExpression_$0(t,n){return this.run(t,()=>{let e,s,r=null;return(e=this.matchShiftExpression(t+1,n))!==null&&this.match_(t+1,n)!==null&&(s=this.matchShiftExpression_$0_$0(t+1,n))!==null&&(r={kind:"ShiftExpression_$0",e,op:s}),r})}matchShiftExpression_$0_$0(t,n){return this.choice([()=>this.matchShiftExpression_$0_$0_1(t+1,n),()=>this.matchShiftExpression_$0_$0_2(t+1,n)])}matchShiftExpression_$0_$0_1(t,n){return this.regexAccept(String.raw`(?:<<)`,"",t+1,n)}matchShiftExpression_$0_$0_2(t,n){return this.regexAccept(String.raw`(?:>>)`,"",t+1,n)}matchAdditiveExpression(t,n){const e=()=>this.run(t,()=>{let g,a,w=null;return((g=this.matchAdditiveExpression_$0(t+1,n))||!0)&&this.match_(t+1,n)!==null&&(a=this.matchMultiplicativeExpression(t+1,n))!==null&&(w=new gn(g,a)),w}),s=this.mark(),r=this.$scope$AdditiveExpression$memo.get(s.overallPos);if(r!==void 0)return this.reset(r[1]),r[0];const u=this.memoSafe;this.memoSafe=!1,this.$scope$AdditiveExpression$memo.set(s.overallPos,[null,s]);let l=null,m=s;for(;;){this.reset(s);const g=e(),a=this.mark();if(a.overallPos<=m.overallPos)break;l=g,m=a,this.$scope$AdditiveExpression$memo.set(s.overallPos,[l,m])}return this.reset(m),this.memoSafe=u,l}matchAdditiveExpression_$0(t,n){return this.run(t,()=>{let e,s,r=null;return(e=this.matchAdditiveExpression(t+1,n))!==null&&this.match_(t+1,n)!==null&&(s=this.matchAdditiveExpression_$0_$0(t+1,n))!==null&&(r={kind:"AdditiveExpression_$0",e,op:s}),r})}matchAdditiveExpression_$0_$0(t,n){return this.choice([()=>this.matchAdditiveExpression_$0_$0_1(t+1,n),()=>this.matchAdditiveExpression_$0_$0_2(t+1,n)])}matchAdditiveExpression_$0_$0_1(t,n){return this.regexAccept(String.raw`(?:\+)`,"",t+1,n)}matchAdditiveExpression_$0_$0_2(t,n){return this.regexAccept(String.raw`(?:\-)`,"",t+1,n)}matchMultiplicativeExpression(t,n){const e=()=>this.run(t,()=>{let g,a,w=null;return((g=this.matchMultiplicativeExpression_$0(t+1,n))||!0)&&this.match_(t+1,n)!==null&&(a=this.matchUnaryExpression(t+1,n))!==null&&(w=new In(g,a)),w}),s=this.mark(),r=this.$scope$MultiplicativeExpression$memo.get(s.overallPos);if(r!==void 0)return this.reset(r[1]),r[0];const u=this.memoSafe;this.memoSafe=!1,this.$scope$MultiplicativeExpression$memo.set(s.overallPos,[null,s]);let l=null,m=s;for(;;){this.reset(s);const g=e(),a=this.mark();if(a.overallPos<=m.overallPos)break;l=g,m=a,this.$scope$MultiplicativeExpression$memo.set(s.overallPos,[l,m])}return this.reset(m),this.memoSafe=u,l}matchMultiplicativeExpression_$0(t,n){return this.run(t,()=>{let e,s,r=null;return(e=this.matchMultiplicativeExpression(t+1,n))!==null&&this.match_(t+1,n)!==null&&(s=this.matchMultiplicativeExpression_$0_$0(t+1,n))!==null&&(r={kind:"MultiplicativeExpression_$0",e,op:s}),r})}matchMultiplicativeExpression_$0_$0(t,n){return this.choice([()=>this.matchMultiplicativeExpression_$0_$0_1(t+1,n),()=>this.matchMultiplicativeExpression_$0_$0_2(t+1,n),()=>this.matchMultiplicativeExpression_$0_$0_3(t+1,n)])}matchMultiplicativeExpression_$0_$0_1(t,n){return this.regexAccept(String.raw`(?:\*)`,"",t+1,n)}matchMultiplicativeExpression_$0_$0_2(t,n){return this.regexAccept(String.raw`(?:%)`,"",t+1,n)}matchMultiplicativeExpression_$0_$0_3(t,n){return this.regexAccept(String.raw`(?:/)`,"",t+1,n)}matchUnaryExpression(t,n){return this.choice([()=>this.matchUnaryExpression_1(t+1,n),()=>this.matchUnaryExpression_2(t+1,n)])}matchUnaryExpression_1(t,n){return this.run(t,()=>{let e,s,r=null;return(e=this.matchUnaryExpression_$0(t+1,n))!==null&&this.match_(t+1,n)!==null&&(s=this.matchPrimaryExpression(t+1,n))!==null&&(r=new wn(e,s)),r})}matchUnaryExpression_2(t,n){return this.run(t,()=>{let e,s=null;return(e=this.matchPrimaryExpression(t+1,n))!==null&&(s=new xn(e)),s})}matchUnaryExpression_$0(t,n){return this.choice([()=>this.matchUnaryExpression_$0_1(t+1,n),()=>this.matchUnaryExpression_$0_2(t+1,n),()=>this.matchUnaryExpression_$0_3(t+1,n)])}matchUnaryExpression_$0_1(t,n){return this.regexAccept(String.raw`(?:~)`,"",t+1,n)}matchUnaryExpression_$0_2(t,n){return this.regexAccept(String.raw`(?:\+)`,"",t+1,n)}matchUnaryExpression_$0_3(t,n){return this.regexAccept(String.raw`(?:\-)`,"",t+1,n)}matchPrimaryExpression(t,n){return this.choice([()=>this.matchPrimaryExpression_1(t+1,n),()=>this.matchPrimaryExpression_2(t+1,n),()=>this.matchPrimaryExpression_3(t+1,n)])}matchPrimaryExpression_1(t,n){return this.run(t,()=>{let e,s=null;return(e=this.matchnn(t+1,n))!==null&&(s=new fn(e)),s})}matchPrimaryExpression_2(t,n){return this.run(t,()=>{let e,s,r=null;return(e=this.mark())!==null&&(s=this.matchLabel(t+1,n))!==null&&(r=new An(e,s)),r})}matchPrimaryExpression_3(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&(e=this.matchBitwiseOrExpression(t+1,n))!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&(s=new Ln(e)),s})}matchReg8(t,n){return this.run(t,()=>{let e,s=null;return(e=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.regexAccept(String.raw`(?:[^a-z0-9_!\?#@\.])`,"",t+1,n))!==null&&(s={kind:"Reg8",reg:e}),s})}matchIX(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:ix)`,"",t+1,n)!==null&&((e=this.matchIX_$0(t+1,n))||!0)&&(s={kind:"IX",offset:e}),s})}matchIX_$0(t,n){return this.run(t,()=>{let e,s,r,u=null;return this.match_(t+1,n)!==null&&(e=this.matchIX_$0_$0(t+1,n))!==null&&this.match_(t+1,n)!==null&&(s=this.mark())!==null&&(r=this.matchExpression(t+1,n))!==null&&(u={kind:"IX_$0",s:e,pos:s,d:r}),u})}matchIX_$0_$0(t,n){return this.choice([()=>this.matchIX_$0_$0_1(t+1,n),()=>this.matchIX_$0_$0_2(t+1,n)])}matchIX_$0_$0_1(t,n){return this.regexAccept(String.raw`(?:\+)`,"",t+1,n)}matchIX_$0_$0_2(t,n){return this.regexAccept(String.raw`(?:\-)`,"",t+1,n)}matchIY(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:iy)`,"",t+1,n)!==null&&((e=this.matchIY_$0(t+1,n))||!0)&&(s={kind:"IY",offset:e}),s})}matchIY_$0(t,n){return this.run(t,()=>{let e,s,r,u=null;return this.match_(t+1,n)!==null&&(e=this.matchIY_$0_$0(t+1,n))!==null&&this.match_(t+1,n)!==null&&(s=this.mark())!==null&&(r=this.matchExpression(t+1,n))!==null&&(u={kind:"IY_$0",s:e,pos:s,d:r}),u})}matchIY_$0_$0(t,n){return this.choice([()=>this.matchIY_$0_$0_1(t+1,n),()=>this.matchIY_$0_$0_2(t+1,n)])}matchIY_$0_$0_1(t,n){return this.regexAccept(String.raw`(?:\+)`,"",t+1,n)}matchIY_$0_$0_2(t,n){return this.regexAccept(String.raw`(?:\-)`,"",t+1,n)}matchInstruction(t,n){return this.choice([()=>this.matchInstruction_1(t+1,n),()=>this.matchInstruction_2(t+1,n),()=>this.matchInstruction_3(t+1,n),()=>this.matchInstruction_4(t+1,n),()=>this.matchInstruction_5(t+1,n),()=>this.matchInstruction_6(t+1,n),()=>this.matchInstruction_7(t+1,n),()=>this.matchInstruction_8(t+1,n),()=>this.matchInstruction_9(t+1,n),()=>this.matchInstruction_10(t+1,n),()=>this.matchInstruction_11(t+1,n),()=>this.matchInstruction_12(t+1,n),()=>this.matchInstruction_13(t+1,n),()=>this.matchInstruction_14(t+1,n),()=>this.matchInstruction_15(t+1,n),()=>this.matchInstruction_16(t+1,n)])}matchInstruction_1(t,n){return this.matchLoad8Instruction(t+1,n)}matchInstruction_2(t,n){return this.matchLoad16Instruction(t+1,n)}matchInstruction_3(t,n){return this.matchExchangeInstruction(t+1,n)}matchInstruction_4(t,n){return this.matchBlockInstruction(t+1,n)}matchInstruction_5(t,n){return this.matchArithmeticLogic8Instruction(t+1,n)}matchInstruction_6(t,n){return this.matchIncrementDecrement8Instruction(t+1,n)}matchInstruction_7(t,n){return this.matchGeneralPurposeArithmeticInstruction(t+1,n)}matchInstruction_8(t,n){return this.matchArithmeticLogic16Instruction(t+1,n)}matchInstruction_9(t,n){return this.matchRotateShiftInstruction(t+1,n)}matchInstruction_10(t,n){return this.matchBitManipulationInstruction(t+1,n)}matchInstruction_11(t,n){return this.matchJumpInstruction(t+1,n)}matchInstruction_12(t,n){return this.matchCallInstruction(t+1,n)}matchInstruction_13(t,n){return this.matchReturnInstruction(t+1,n)}matchInstruction_14(t,n){return this.matchInputInstruction(t+1,n)}matchInstruction_15(t,n){return this.matchOutputInstruction(t+1,n)}matchInstruction_16(t,n){return this.matchCpuControlGroupInstruction(t+1,n)}matchLoad8Instruction(t,n){return this.choice([()=>this.matchLoad8Instruction_1(t+1,n),()=>this.matchLoad8Instruction_2(t+1,n),()=>this.matchLoad8Instruction_3(t+1,n),()=>this.matchLoad8Instruction_4(t+1,n),()=>this.matchLoad8Instruction_5(t+1,n),()=>this.matchLoad8Instruction_6(t+1,n),()=>this.matchLoad8Instruction_7(t+1,n),()=>this.matchLoad8Instruction_8(t+1,n),()=>this.matchLoad8Instruction_9(t+1,n),()=>this.matchLoad8Instruction_10(t+1,n),()=>this.matchLoad8Instruction_11(t+1,n),()=>this.matchLoad8Instruction_12(t+1,n),()=>this.matchLoad8Instruction_13(t+1,n),()=>this.matchLoad8Instruction_14(t+1,n),()=>this.matchLoad8Instruction_15(t+1,n),()=>this.matchLoad8Instruction_16(t+1,n),()=>this.matchLoad8Instruction_17(t+1,n),()=>this.matchLoad8Instruction_18(t+1,n),()=>this.matchLoad8Instruction_19(t+1,n),()=>this.matchLoad8Instruction_20(t+1,n),()=>this.matchLoad8Instruction_21(t+1,n)])}matchLoad8Instruction_1(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchReg8(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.matchReg8(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Sn(e,s)),r})}matchLoad8Instruction_2(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchr(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new kn(e)),s})}matchLoad8Instruction_3(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchr(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new En(e,s)),r})}matchLoad8Instruction_4(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchr(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new vn(e,s)),r})}matchLoad8Instruction_5(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Cn(e)),s})}matchLoad8Instruction_6(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new bn(e,s)),r})}matchLoad8Instruction_7(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Dn(e,s)),r})}matchLoad8Instruction_8(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Rn(e,s)),r})}matchLoad8Instruction_9(t,n){return this.run(t,()=>{let e,s,r,u=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.mark())!==null&&(r=this.matchExpression(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(u=new qn(e,s,r)),u})}matchLoad8Instruction_10(t,n){return this.run(t,()=>{let e,s,r,u=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.mark())!==null&&(r=this.matchExpression(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(u=new Bn(e,s,r)),u})}matchLoad8Instruction_11(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:bc)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new yn),e})}matchLoad8Instruction_12(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:de)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new On),e})}matchLoad8Instruction_13(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Nn(e,s)),r})}matchLoad8Instruction_14(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:bc)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new Pn),e})}matchLoad8Instruction_15(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:de)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new Mn),e})}matchLoad8Instruction_16(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Vn(e,s)),r})}matchLoad8Instruction_17(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:i)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new Fn),e})}matchLoad8Instruction_18(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:r)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new pn),e})}matchLoad8Instruction_19(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:i)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new Gn),e})}matchLoad8Instruction_20(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:r)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new Jn),e})}matchLoad8Instruction_21(t,n){return this.run(t,()=>{let e,s,r,u=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchReg8(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.mark())!==null&&(r=this.matchExpression(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(u=new Xn(e,s,r)),u})}matchLoad16Instruction(t,n){return this.choice([()=>this.matchLoad16Instruction_1(t+1,n),()=>this.matchLoad16Instruction_2(t+1,n),()=>this.matchLoad16Instruction_3(t+1,n),()=>this.matchLoad16Instruction_4(t+1,n),()=>this.matchLoad16Instruction_5(t+1,n),()=>this.matchLoad16Instruction_6(t+1,n),()=>this.matchLoad16Instruction_7(t+1,n),()=>this.matchLoad16Instruction_8(t+1,n),()=>this.matchLoad16Instruction_9(t+1,n),()=>this.matchLoad16Instruction_10(t+1,n),()=>this.matchLoad16Instruction_11(t+1,n),()=>this.matchLoad16Instruction_12(t+1,n),()=>this.matchLoad16Instruction_13(t+1,n),()=>this.matchLoad16Instruction_14(t+1,n),()=>this.matchLoad16Instruction_15(t+1,n),()=>this.matchLoad16Instruction_16(t+1,n),()=>this.matchLoad16Instruction_17(t+1,n),()=>this.matchLoad16Instruction_18(t+1,n),()=>this.matchLoad16Instruction_19(t+1,n),()=>this.matchLoad16Instruction_20(t+1,n)])}matchLoad16Instruction_1(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:ix)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new jn(e,s)),r})}matchLoad16Instruction_2(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:iy)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Qn(e,s)),r})}matchLoad16Instruction_3(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:ix)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Un(e,s)),r})}matchLoad16Instruction_4(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:iy)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Yn(e,s)),r})}matchLoad16Instruction_5(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new zn(e,s)),r})}matchLoad16Instruction_6(t,n){return this.run(t,()=>{let e,s,r,u=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchdd(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.mark())!==null&&(r=this.matchExpression(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(u=new Wn(e,s,r)),u})}matchLoad16Instruction_7(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Hn(e,s)),r})}matchLoad16Instruction_8(t,n){return this.run(t,()=>{let e,s,r,u=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(r=this.matchdd(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(u=new Zn(e,s,r)),u})}matchLoad16Instruction_9(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:ix)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Tn(e,s)),r})}matchLoad16Instruction_10(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:iy)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Kn(e,s)),r})}matchLoad16Instruction_11(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:sp)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new dn),e})}matchLoad16Instruction_12(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:sp)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:ix)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new $n),e})}matchLoad16Instruction_13(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:sp)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:iy)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new te),e})}matchLoad16Instruction_14(t,n){return this.run(t,()=>{let e,s,r,u=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchdd(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.mark())!==null&&(r=this.matchExpression(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(u=new ne(e,s,r)),u})}matchLoad16Instruction_15(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:push)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchqq(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new ee(e)),s})}matchLoad16Instruction_16(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:push)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:ix)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new ie),e})}matchLoad16Instruction_17(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:push)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:iy)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new se),e})}matchLoad16Instruction_18(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:pop)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchqq(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new re(e)),s})}matchLoad16Instruction_19(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:pop)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:ix)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new ue),e})}matchLoad16Instruction_20(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:pop)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:iy)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new ce),e})}matchExchangeInstruction(t,n){return this.choice([()=>this.matchExchangeInstruction_1(t+1,n),()=>this.matchExchangeInstruction_2(t+1,n),()=>this.matchExchangeInstruction_3(t+1,n),()=>this.matchExchangeInstruction_4(t+1,n),()=>this.matchExchangeInstruction_5(t+1,n),()=>this.matchExchangeInstruction_6(t+1,n)])}matchExchangeInstruction_1(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:ex)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:de)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new le),e})}matchExchangeInstruction_2(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:ex)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:af)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:af\')`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new oe),e})}matchExchangeInstruction_3(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:exx)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new ae),e})}matchExchangeInstruction_4(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:ex)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.regexAccept(String.raw`(?:sp)`,"",t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new he),e})}matchExchangeInstruction_5(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:ex)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.regexAccept(String.raw`(?:sp)`,"",t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:ix)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new me),e})}matchExchangeInstruction_6(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:ex)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.regexAccept(String.raw`(?:sp)`,"",t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:iy)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new _e),e})}matchBlockInstruction(t,n){return this.choice([()=>this.matchBlockInstruction_1(t+1,n),()=>this.matchBlockInstruction_2(t+1,n),()=>this.matchBlockInstruction_3(t+1,n),()=>this.matchBlockInstruction_4(t+1,n),()=>this.matchBlockInstruction_5(t+1,n),()=>this.matchBlockInstruction_6(t+1,n),()=>this.matchBlockInstruction_7(t+1,n),()=>this.matchBlockInstruction_8(t+1,n)])}matchBlockInstruction_1(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:ldir)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new ge),e})}matchBlockInstruction_2(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:ldi)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new Ie),e})}matchBlockInstruction_3(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:lddr)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new we),e})}matchBlockInstruction_4(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:ldd)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new xe),e})}matchBlockInstruction_5(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:cpir)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new fe),e})}matchBlockInstruction_6(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:cpi)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new Ae),e})}matchBlockInstruction_7(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:cpdr)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new Le),e})}matchBlockInstruction_8(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:cpd)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new Se),e})}matchArithmeticLogic8Instruction(t,n){return this.choice([()=>this.matchArithmeticLogic8Instruction_1(t+1,n),()=>this.matchArithmeticLogic8Instruction_2(t+1,n),()=>this.matchArithmeticLogic8Instruction_3(t+1,n),()=>this.matchArithmeticLogic8Instruction_4(t+1,n),()=>this.matchArithmeticLogic8Instruction_5(t+1,n),()=>this.matchArithmeticLogic8Instruction_6(t+1,n),()=>this.matchArithmeticLogic8Instruction_7(t+1,n),()=>this.matchArithmeticLogic8Instruction_8(t+1,n),()=>this.matchArithmeticLogic8Instruction_9(t+1,n),()=>this.matchArithmeticLogic8Instruction_10(t+1,n),()=>this.matchArithmeticLogic8Instruction_11(t+1,n),()=>this.matchArithmeticLogic8Instruction_12(t+1,n),()=>this.matchArithmeticLogic8Instruction_13(t+1,n),()=>this.matchArithmeticLogic8Instruction_14(t+1,n),()=>this.matchArithmeticLogic8Instruction_15(t+1,n),()=>this.matchArithmeticLogic8Instruction_16(t+1,n),()=>this.matchArithmeticLogic8Instruction_17(t+1,n),()=>this.matchArithmeticLogic8Instruction_18(t+1,n),()=>this.matchArithmeticLogic8Instruction_19(t+1,n),()=>this.matchArithmeticLogic8Instruction_20(t+1,n),()=>this.matchArithmeticLogic8Instruction_21(t+1,n),()=>this.matchArithmeticLogic8Instruction_22(t+1,n),()=>this.matchArithmeticLogic8Instruction_23(t+1,n),()=>this.matchArithmeticLogic8Instruction_24(t+1,n),()=>this.matchArithmeticLogic8Instruction_25(t+1,n),()=>this.matchArithmeticLogic8Instruction_26(t+1,n),()=>this.matchArithmeticLogic8Instruction_27(t+1,n),()=>this.matchArithmeticLogic8Instruction_28(t+1,n),()=>this.matchArithmeticLogic8Instruction_29(t+1,n),()=>this.matchArithmeticLogic8Instruction_30(t+1,n),()=>this.matchArithmeticLogic8Instruction_31(t+1,n),()=>this.matchArithmeticLogic8Instruction_32(t+1,n),()=>this.matchArithmeticLogic8Instruction_33(t+1,n),()=>this.matchArithmeticLogic8Instruction_34(t+1,n),()=>this.matchArithmeticLogic8Instruction_35(t+1,n),()=>this.matchArithmeticLogic8Instruction_36(t+1,n),()=>this.matchArithmeticLogic8Instruction_37(t+1,n),()=>this.matchArithmeticLogic8Instruction_38(t+1,n),()=>this.matchArithmeticLogic8Instruction_39(t+1,n),()=>this.matchArithmeticLogic8Instruction_40(t+1,n)])}matchArithmeticLogic8Instruction_1(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:add)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$0(t+1,n)||!0)&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new ke),e})}matchArithmeticLogic8Instruction_2(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:add)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$1(t+1,n)||!0)&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Ee(e)),s})}matchArithmeticLogic8Instruction_3(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:add)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$2(t+1,n)||!0)&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new ve(e)),s})}matchArithmeticLogic8Instruction_4(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:add)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$3(t+1,n)||!0)&&(e=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Ce(e)),s})}matchArithmeticLogic8Instruction_5(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:add)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$4(t+1,n)||!0)&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new be(e,s)),r})}matchArithmeticLogic8Instruction_6(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:adc)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$5(t+1,n)||!0)&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new De),e})}matchArithmeticLogic8Instruction_7(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:adc)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$6(t+1,n)||!0)&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Re(e)),s})}matchArithmeticLogic8Instruction_8(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:adc)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$7(t+1,n)||!0)&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new qe(e)),s})}matchArithmeticLogic8Instruction_9(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:adc)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$8(t+1,n)||!0)&&(e=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Be(e)),s})}matchArithmeticLogic8Instruction_10(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:adc)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$9(t+1,n)||!0)&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new ye(e,s)),r})}matchArithmeticLogic8Instruction_11(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:sub)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$10(t+1,n)||!0)&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new Oe),e})}matchArithmeticLogic8Instruction_12(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:sub)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$11(t+1,n)||!0)&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Ne(e)),s})}matchArithmeticLogic8Instruction_13(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:sub)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$12(t+1,n)||!0)&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Pe(e)),s})}matchArithmeticLogic8Instruction_14(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:sub)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$13(t+1,n)||!0)&&(e=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Me(e)),s})}matchArithmeticLogic8Instruction_15(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:sub)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$14(t+1,n)||!0)&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Ve(e,s)),r})}matchArithmeticLogic8Instruction_16(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:sbc)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$15(t+1,n)||!0)&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new Fe),e})}matchArithmeticLogic8Instruction_17(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:sbc)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$16(t+1,n)||!0)&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new pe(e)),s})}matchArithmeticLogic8Instruction_18(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:sbc)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$17(t+1,n)||!0)&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Ge(e)),s})}matchArithmeticLogic8Instruction_19(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:sbc)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$18(t+1,n)||!0)&&(e=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Je(e)),s})}matchArithmeticLogic8Instruction_20(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:sbc)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$19(t+1,n)||!0)&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Xe(e,s)),r})}matchArithmeticLogic8Instruction_21(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:and)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$20(t+1,n)||!0)&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new je),e})}matchArithmeticLogic8Instruction_22(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:and)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$21(t+1,n)||!0)&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Qe(e)),s})}matchArithmeticLogic8Instruction_23(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:and)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$22(t+1,n)||!0)&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Ue(e)),s})}matchArithmeticLogic8Instruction_24(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:and)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$23(t+1,n)||!0)&&(e=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Ye(e)),s})}matchArithmeticLogic8Instruction_25(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:and)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$24(t+1,n)||!0)&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new ze(e,s)),r})}matchArithmeticLogic8Instruction_26(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:or)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$25(t+1,n)||!0)&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new We),e})}matchArithmeticLogic8Instruction_27(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:or)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$26(t+1,n)||!0)&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new He(e)),s})}matchArithmeticLogic8Instruction_28(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:or)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$27(t+1,n)||!0)&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Ze(e)),s})}matchArithmeticLogic8Instruction_29(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:or)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$28(t+1,n)||!0)&&(e=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Te(e)),s})}matchArithmeticLogic8Instruction_30(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:or)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$29(t+1,n)||!0)&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Ke(e,s)),r})}matchArithmeticLogic8Instruction_31(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:xor)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$30(t+1,n)||!0)&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new de),e})}matchArithmeticLogic8Instruction_32(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:xor)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$31(t+1,n)||!0)&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new $e(e)),s})}matchArithmeticLogic8Instruction_33(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:xor)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$32(t+1,n)||!0)&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new ti(e)),s})}matchArithmeticLogic8Instruction_34(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:xor)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$33(t+1,n)||!0)&&(e=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new ni(e)),s})}matchArithmeticLogic8Instruction_35(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:xor)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$34(t+1,n)||!0)&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new ei(e,s)),r})}matchArithmeticLogic8Instruction_36(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:cp)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$35(t+1,n)||!0)&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new ii),e})}matchArithmeticLogic8Instruction_37(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:cp)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$36(t+1,n)||!0)&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new si(e)),s})}matchArithmeticLogic8Instruction_38(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:cp)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$37(t+1,n)||!0)&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new ri(e)),s})}matchArithmeticLogic8Instruction_39(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:cp)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$38(t+1,n)||!0)&&(e=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new ui(e)),s})}matchArithmeticLogic8Instruction_40(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:cp)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$39(t+1,n)||!0)&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new ci(e,s)),r})}matchArithmeticLogic8Instruction_$0(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$0"}),e})}matchArithmeticLogic8Instruction_$1(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$1"}),e})}matchArithmeticLogic8Instruction_$2(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$2"}),e})}matchArithmeticLogic8Instruction_$3(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$3"}),e})}matchArithmeticLogic8Instruction_$4(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$4"}),e})}matchArithmeticLogic8Instruction_$5(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$5"}),e})}matchArithmeticLogic8Instruction_$6(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$6"}),e})}matchArithmeticLogic8Instruction_$7(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$7"}),e})}matchArithmeticLogic8Instruction_$8(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$8"}),e})}matchArithmeticLogic8Instruction_$9(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$9"}),e})}matchArithmeticLogic8Instruction_$10(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$10"}),e})}matchArithmeticLogic8Instruction_$11(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$11"}),e})}matchArithmeticLogic8Instruction_$12(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$12"}),e})}matchArithmeticLogic8Instruction_$13(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$13"}),e})}matchArithmeticLogic8Instruction_$14(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$14"}),e})}matchArithmeticLogic8Instruction_$15(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$15"}),e})}matchArithmeticLogic8Instruction_$16(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$16"}),e})}matchArithmeticLogic8Instruction_$17(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$17"}),e})}matchArithmeticLogic8Instruction_$18(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$18"}),e})}matchArithmeticLogic8Instruction_$19(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$19"}),e})}matchArithmeticLogic8Instruction_$20(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$20"}),e})}matchArithmeticLogic8Instruction_$21(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$21"}),e})}matchArithmeticLogic8Instruction_$22(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$22"}),e})}matchArithmeticLogic8Instruction_$23(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$23"}),e})}matchArithmeticLogic8Instruction_$24(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$24"}),e})}matchArithmeticLogic8Instruction_$25(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$25"}),e})}matchArithmeticLogic8Instruction_$26(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$26"}),e})}matchArithmeticLogic8Instruction_$27(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$27"}),e})}matchArithmeticLogic8Instruction_$28(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$28"}),e})}matchArithmeticLogic8Instruction_$29(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$29"}),e})}matchArithmeticLogic8Instruction_$30(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$30"}),e})}matchArithmeticLogic8Instruction_$31(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$31"}),e})}matchArithmeticLogic8Instruction_$32(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$32"}),e})}matchArithmeticLogic8Instruction_$33(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$33"}),e})}matchArithmeticLogic8Instruction_$34(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$34"}),e})}matchArithmeticLogic8Instruction_$35(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$35"}),e})}matchArithmeticLogic8Instruction_$36(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$36"}),e})}matchArithmeticLogic8Instruction_$37(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$37"}),e})}matchArithmeticLogic8Instruction_$38(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$38"}),e})}matchArithmeticLogic8Instruction_$39(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$39"}),e})}matchIncrementDecrement8Instruction(t,n){return this.choice([()=>this.matchIncrementDecrement8Instruction_1(t+1,n),()=>this.matchIncrementDecrement8Instruction_2(t+1,n),()=>this.matchIncrementDecrement8Instruction_3(t+1,n),()=>this.matchIncrementDecrement8Instruction_4(t+1,n),()=>this.matchIncrementDecrement8Instruction_5(t+1,n),()=>this.matchIncrementDecrement8Instruction_6(t+1,n),()=>this.matchIncrementDecrement8Instruction_7(t+1,n),()=>this.matchIncrementDecrement8Instruction_8(t+1,n)])}matchIncrementDecrement8Instruction_1(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:inc)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new li(e)),s})}matchIncrementDecrement8Instruction_2(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:inc)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new oi),e})}matchIncrementDecrement8Instruction_3(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:inc)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new ai(e)),s})}matchIncrementDecrement8Instruction_4(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:inc)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new hi(e)),s})}matchIncrementDecrement8Instruction_5(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:dec)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new mi(e)),s})}matchIncrementDecrement8Instruction_6(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:dec)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new _i),e})}matchIncrementDecrement8Instruction_7(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:dec)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new gi(e)),s})}matchIncrementDecrement8Instruction_8(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:dec)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Ii(e)),s})}matchGeneralPurposeArithmeticInstruction(t,n){return this.choice([()=>this.matchGeneralPurposeArithmeticInstruction_1(t+1,n),()=>this.matchGeneralPurposeArithmeticInstruction_2(t+1,n),()=>this.matchGeneralPurposeArithmeticInstruction_3(t+1,n),()=>this.matchGeneralPurposeArithmeticInstruction_4(t+1,n),()=>this.matchGeneralPurposeArithmeticInstruction_5(t+1,n)])}matchGeneralPurposeArithmeticInstruction_1(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:daa)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new wi),e})}matchGeneralPurposeArithmeticInstruction_2(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:cpl)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new xi),e})}matchGeneralPurposeArithmeticInstruction_3(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:neg)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new fi),e})}matchGeneralPurposeArithmeticInstruction_4(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:ccf)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new Ai),e})}matchGeneralPurposeArithmeticInstruction_5(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:scf)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new Li),e})}matchCpuControlGroupInstruction(t,n){return this.choice([()=>this.matchCpuControlGroupInstruction_1(t+1,n),()=>this.matchCpuControlGroupInstruction_2(t+1,n),()=>this.matchCpuControlGroupInstruction_3(t+1,n),()=>this.matchCpuControlGroupInstruction_4(t+1,n),()=>this.matchCpuControlGroupInstruction_5(t+1,n)])}matchCpuControlGroupInstruction_1(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:nop)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new Si),e})}matchCpuControlGroupInstruction_2(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:halt)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new ki),e})}matchCpuControlGroupInstruction_3(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:di)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new Ei),e})}matchCpuControlGroupInstruction_4(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:ei)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new vi),e})}matchCpuControlGroupInstruction_5(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:im)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.regexAccept(String.raw`(?:[012])`,"",t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Ci(e)),s})}matchArithmeticLogic16Instruction(t,n){return this.choice([()=>this.matchArithmeticLogic16Instruction_1(t+1,n),()=>this.matchArithmeticLogic16Instruction_2(t+1,n),()=>this.matchArithmeticLogic16Instruction_3(t+1,n),()=>this.matchArithmeticLogic16Instruction_4(t+1,n),()=>this.matchArithmeticLogic16Instruction_5(t+1,n),()=>this.matchArithmeticLogic16Instruction_6(t+1,n),()=>this.matchArithmeticLogic16Instruction_7(t+1,n),()=>this.matchArithmeticLogic16Instruction_8(t+1,n),()=>this.matchArithmeticLogic16Instruction_9(t+1,n),()=>this.matchArithmeticLogic16Instruction_10(t+1,n),()=>this.matchArithmeticLogic16Instruction_11(t+1,n)])}matchArithmeticLogic16Instruction_1(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:add)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchss(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new bi(e)),s})}matchArithmeticLogic16Instruction_2(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:adc)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchss(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Di(e)),s})}matchArithmeticLogic16Instruction_3(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:sbc)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchss(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Ri(e)),s})}matchArithmeticLogic16Instruction_4(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:add)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:ix)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchpp(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new qi(e)),s})}matchArithmeticLogic16Instruction_5(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:add)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:iy)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchrr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Bi(e)),s})}matchArithmeticLogic16Instruction_6(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:inc)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchss(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new yi(e)),s})}matchArithmeticLogic16Instruction_7(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:inc)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:ix)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new Oi),e})}matchArithmeticLogic16Instruction_8(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:inc)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:iy)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new Ni),e})}matchArithmeticLogic16Instruction_9(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:dec)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchss(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Pi(e)),s})}matchArithmeticLogic16Instruction_10(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:dec)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:ix)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new Mi),e})}matchArithmeticLogic16Instruction_11(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:dec)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:iy)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new Vi),e})}matchRotateShiftInstruction(t,n){return this.choice([()=>this.matchRotateShiftInstruction_1(t+1,n),()=>this.matchRotateShiftInstruction_2(t+1,n),()=>this.matchRotateShiftInstruction_3(t+1,n),()=>this.matchRotateShiftInstruction_4(t+1,n),()=>this.matchRotateShiftInstruction_5(t+1,n),()=>this.matchRotateShiftInstruction_6(t+1,n),()=>this.matchRotateShiftInstruction_7(t+1,n),()=>this.matchRotateShiftInstruction_8(t+1,n),()=>this.matchRotateShiftInstruction_9(t+1,n),()=>this.matchRotateShiftInstruction_10(t+1,n),()=>this.matchRotateShiftInstruction_11(t+1,n),()=>this.matchRotateShiftInstruction_12(t+1,n),()=>this.matchRotateShiftInstruction_13(t+1,n),()=>this.matchRotateShiftInstruction_14(t+1,n),()=>this.matchRotateShiftInstruction_15(t+1,n),()=>this.matchRotateShiftInstruction_16(t+1,n),()=>this.matchRotateShiftInstruction_17(t+1,n),()=>this.matchRotateShiftInstruction_18(t+1,n),()=>this.matchRotateShiftInstruction_19(t+1,n),()=>this.matchRotateShiftInstruction_20(t+1,n),()=>this.matchRotateShiftInstruction_21(t+1,n),()=>this.matchRotateShiftInstruction_22(t+1,n),()=>this.matchRotateShiftInstruction_23(t+1,n),()=>this.matchRotateShiftInstruction_24(t+1,n),()=>this.matchRotateShiftInstruction_25(t+1,n),()=>this.matchRotateShiftInstruction_26(t+1,n),()=>this.matchRotateShiftInstruction_27(t+1,n),()=>this.matchRotateShiftInstruction_28(t+1,n),()=>this.matchRotateShiftInstruction_29(t+1,n),()=>this.matchRotateShiftInstruction_30(t+1,n),()=>this.matchRotateShiftInstruction_31(t+1,n),()=>this.matchRotateShiftInstruction_32(t+1,n),()=>this.matchRotateShiftInstruction_33(t+1,n),()=>this.matchRotateShiftInstruction_34(t+1,n)])}matchRotateShiftInstruction_1(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:rlca)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new Fi),e})}matchRotateShiftInstruction_2(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:rla)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new pi),e})}matchRotateShiftInstruction_3(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:rrca)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new Gi),e})}matchRotateShiftInstruction_4(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:rra)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new Ji),e})}matchRotateShiftInstruction_5(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:rlc)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Xi(e)),s})}matchRotateShiftInstruction_6(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:rlc)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new ji),e})}matchRotateShiftInstruction_7(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:rlc)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Qi(e)),s})}matchRotateShiftInstruction_8(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:rlc)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Ui(e)),s})}matchRotateShiftInstruction_9(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:rl)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Yi(e)),s})}matchRotateShiftInstruction_10(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:rl)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new zi),e})}matchRotateShiftInstruction_11(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:rl)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Wi(e)),s})}matchRotateShiftInstruction_12(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:rl)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Hi(e)),s})}matchRotateShiftInstruction_13(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:rrc)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Zi(e)),s})}matchRotateShiftInstruction_14(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:rrc)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new Ti),e})}matchRotateShiftInstruction_15(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:rrc)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Ki(e)),s})}matchRotateShiftInstruction_16(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:rrc)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new di(e)),s})}matchRotateShiftInstruction_17(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:rr)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new $i(e)),s})}matchRotateShiftInstruction_18(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:rr)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new ts),e})}matchRotateShiftInstruction_19(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:rr)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new ns(e)),s})}matchRotateShiftInstruction_20(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:rr)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new es(e)),s})}matchRotateShiftInstruction_21(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:sla)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new is(e)),s})}matchRotateShiftInstruction_22(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:sla)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new ss),e})}matchRotateShiftInstruction_23(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:sla)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new rs(e)),s})}matchRotateShiftInstruction_24(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:sla)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new us(e)),s})}matchRotateShiftInstruction_25(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:sra)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new cs(e)),s})}matchRotateShiftInstruction_26(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:sra)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new ls),e})}matchRotateShiftInstruction_27(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:sra)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new os(e)),s})}matchRotateShiftInstruction_28(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:sra)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new as(e)),s})}matchRotateShiftInstruction_29(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:srl)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new hs(e)),s})}matchRotateShiftInstruction_30(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:srl)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new ms),e})}matchRotateShiftInstruction_31(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:srl)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new _s(e)),s})}matchRotateShiftInstruction_32(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:srl)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new gs(e)),s})}matchRotateShiftInstruction_33(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:rld)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new Is),e})}matchRotateShiftInstruction_34(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:rrd)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new ws),e})}matchBitManipulationInstruction(t,n){return this.choice([()=>this.matchBitManipulationInstruction_1(t+1,n),()=>this.matchBitManipulationInstruction_2(t+1,n),()=>this.matchBitManipulationInstruction_3(t+1,n),()=>this.matchBitManipulationInstruction_4(t+1,n),()=>this.matchBitManipulationInstruction_5(t+1,n),()=>this.matchBitManipulationInstruction_6(t+1,n),()=>this.matchBitManipulationInstruction_7(t+1,n),()=>this.matchBitManipulationInstruction_8(t+1,n),()=>this.matchBitManipulationInstruction_9(t+1,n),()=>this.matchBitManipulationInstruction_10(t+1,n),()=>this.matchBitManipulationInstruction_11(t+1,n),()=>this.matchBitManipulationInstruction_12(t+1,n)])}matchBitManipulationInstruction_1(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:bit)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchb(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new xs(e,s)),r})}matchBitManipulationInstruction_2(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:bit)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchb(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new fs(e)),s})}matchBitManipulationInstruction_3(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:bit)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchb(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new As(e,s)),r})}matchBitManipulationInstruction_4(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:bit)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchb(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Ls(e,s)),r})}matchBitManipulationInstruction_5(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:set)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchb(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Ss(e,s)),r})}matchBitManipulationInstruction_6(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:set)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchb(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new ks(e)),s})}matchBitManipulationInstruction_7(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:set)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchb(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Es(e,s)),r})}matchBitManipulationInstruction_8(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:set)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchb(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new vs(e,s)),r})}matchBitManipulationInstruction_9(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:res)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchb(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Cs(e,s)),r})}matchBitManipulationInstruction_10(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:res)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchb(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new bs(e)),s})}matchBitManipulationInstruction_11(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:res)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchb(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Ds(e,s)),r})}matchBitManipulationInstruction_12(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:res)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchb(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Rs(e,s)),r})}matchOffset(t,n){return this.choice([()=>this.matchOffset_1(t+1,n),()=>this.matchOffset_2(t+1,n)])}matchOffset_1(t,n){return this.run(t,()=>{let e,s,r=null;return(e=this.mark())!==null&&(s=this.matchLabel(t+1,n))!==null&&(r=new qs(e,s)),r})}matchOffset_2(t,n){return this.run(t,()=>{let e,s=null;return(e=this.matchExpression(t+1,n))!==null&&(s=new Bs(e)),s})}matchJumpInstruction(t,n){return this.choice([()=>this.matchJumpInstruction_1(t+1,n),()=>this.matchJumpInstruction_2(t+1,n),()=>this.matchJumpInstruction_3(t+1,n),()=>this.matchJumpInstruction_4(t+1,n),()=>this.matchJumpInstruction_5(t+1,n),()=>this.matchJumpInstruction_6(t+1,n),()=>this.matchJumpInstruction_7(t+1,n),()=>this.matchJumpInstruction_8(t+1,n),()=>this.matchJumpInstruction_9(t+1,n),()=>this.matchJumpInstruction_10(t+1,n),()=>this.matchJumpInstruction_11(t+1,n)])}matchJumpInstruction_1(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:jp)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new ys),e})}matchJumpInstruction_2(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:jp)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:ix)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new Os),e})}matchJumpInstruction_3(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:jp)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:iy)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new Ns),e})}matchJumpInstruction_4(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:jp)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Ps(e,s)),r})}matchJumpInstruction_5(t,n){return this.run(t,()=>{let e,s,r,u=null;return this.regexAccept(String.raw`(?:jp)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchcc(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.mark())!==null&&(r=this.matchExpression(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(u=new Ms(e,s,r)),u})}matchJumpInstruction_6(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:jr)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.mark())!==null&&(s=this.matchLabel(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Vs(e,s)),r})}matchJumpInstruction_7(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:jr)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Fs(e,s)),r})}matchJumpInstruction_8(t,n){return this.run(t,()=>{let e,s,r,u=null;return this.regexAccept(String.raw`(?:jr)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchjj(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.mark())!==null&&(r=this.matchLabel(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(u=new ps(e,s,r)),u})}matchJumpInstruction_9(t,n){return this.run(t,()=>{let e,s,r,u=null;return this.regexAccept(String.raw`(?:jr)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchjj(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.mark())!==null&&(r=this.matchExpression(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(u=new Gs(e,s,r)),u})}matchJumpInstruction_10(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:djnz)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.mark())!==null&&(s=this.matchLabel(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Js(e,s)),r})}matchJumpInstruction_11(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:djnz)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Xs(e,s)),r})}matchCallInstruction(t,n){return this.choice([()=>this.matchCallInstruction_1(t+1,n),()=>this.matchCallInstruction_2(t+1,n)])}matchCallInstruction_1(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:call)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new js(e,s)),r})}matchCallInstruction_2(t,n){return this.run(t,()=>{let e,s,r,u=null;return this.regexAccept(String.raw`(?:call)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchcc(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.mark())!==null&&(r=this.matchExpression(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(u=new Qs(e,s,r)),u})}matchReturnInstruction(t,n){return this.choice([()=>this.matchReturnInstruction_1(t+1,n),()=>this.matchReturnInstruction_2(t+1,n),()=>this.matchReturnInstruction_3(t+1,n),()=>this.matchReturnInstruction_4(t+1,n),()=>this.matchReturnInstruction_5(t+1,n)])}matchReturnInstruction_1(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:ret)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new Us),e})}matchReturnInstruction_2(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:ret)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchcc(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Ys(e)),s})}matchReturnInstruction_3(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:reti)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new zs),e})}matchReturnInstruction_4(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:retn)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new Ws),e})}matchReturnInstruction_5(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:rst)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchp(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Hs(e)),s})}matchInputInstruction(t,n){return this.choice([()=>this.matchInputInstruction_1(t+1,n),()=>this.matchInputInstruction_2(t+1,n),()=>this.matchInputInstruction_3(t+1,n),()=>this.matchInputInstruction_4(t+1,n),()=>this.matchInputInstruction_5(t+1,n),()=>this.matchInputInstruction_6(t+1,n)])}matchInputInstruction_1(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:in)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchr(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.regexAccept(String.raw`(?:c)`,"",t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Zs(e)),s})}matchInputInstruction_2(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:in)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Ts(e,s)),r})}matchInputInstruction_3(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:ini)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new Ks),e})}matchInputInstruction_4(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:inir)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new ds),e})}matchInputInstruction_5(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:ind)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new $s),e})}matchInputInstruction_6(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:indr)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new tr),e})}matchOutputInstruction(t,n){return this.choice([()=>this.matchOutputInstruction_1(t+1,n),()=>this.matchOutputInstruction_2(t+1,n),()=>this.matchOutputInstruction_3(t+1,n),()=>this.matchOutputInstruction_4(t+1,n),()=>this.matchOutputInstruction_5(t+1,n),()=>this.matchOutputInstruction_6(t+1,n)])}matchOutputInstruction_1(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:out)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.regexAccept(String.raw`(?:c)`,"",t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new nr(e)),s})}matchOutputInstruction_2(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:out)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new er(e,s)),r})}matchOutputInstruction_3(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:outi)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new ir),e})}matchOutputInstruction_4(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:otir)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new sr),e})}matchOutputInstruction_5(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:outd)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new rr),e})}matchOutputInstruction_6(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:otdr)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new ur),e})}matchByteDirective(t,n){return this.choice([()=>this.matchByteDirective_1(t+1,n),()=>this.matchByteDirective_2(t+1,n),()=>this.matchByteDirective_3(t+1,n),()=>this.matchByteDirective_4(t+1,n),()=>this.matchByteDirective_5(t+1,n)])}matchByteDirective_1(t,n){return this.regexAccept(String.raw`(?:db)`,"",t+1,n)}matchByteDirective_2(t,n){return this.regexAccept(String.raw`(?:dm)`,"",t+1,n)}matchByteDirective_3(t,n){return this.regexAccept(String.raw`(?:\.?byte)`,"",t+1,n)}matchByteDirective_4(t,n){return this.regexAccept(String.raw`(?:defb)`,"",t+1,n)}matchByteDirective_5(t,n){return this.regexAccept(String.raw`(?:defm)`,"",t+1,n)}matchWordDirective(t,n){return this.choice([()=>this.matchWordDirective_1(t+1,n),()=>this.matchWordDirective_2(t+1,n),()=>this.matchWordDirective_3(t+1,n)])}matchWordDirective_1(t,n){return this.regexAccept(String.raw`(?:dw)`,"",t+1,n)}matchWordDirective_2(t,n){return this.regexAccept(String.raw`(?:\.?word)`,"",t+1,n)}matchWordDirective_3(t,n){return this.regexAccept(String.raw`(?:defw)`,"",t+1,n)}matchBlockDirective(t,n){return this.choice([()=>this.matchBlockDirective_1(t+1,n),()=>this.matchBlockDirective_2(t+1,n),()=>this.matchBlockDirective_3(t+1,n)])}matchBlockDirective_1(t,n){return this.regexAccept(String.raw`(?:\.?block)`,"",t+1,n)}matchBlockDirective_2(t,n){return this.regexAccept(String.raw`(?:defs)`,"",t+1,n)}matchBlockDirective_3(t,n){return this.regexAccept(String.raw`(?:ds)`,"",t+1,n)}matchByteValue(t,n){return this.choice([()=>this.matchByteValue_1(t+1,n),()=>this.matchByteValue_2(t+1,n),()=>this.matchByteValue_3(t+1,n)])}matchByteValue_1(t,n){return this.run(t,()=>{let e,s=null;return(e=this.matchQuottedStr(t+1,n))!==null&&(s=new cr(e)),s})}matchByteValue_2(t,n){return this.run(t,()=>{let e,s=null;return(e=this.matchDoubleQuottedStr(t+1,n))!==null&&(s=new lr(e)),s})}matchByteValue_3(t,n){return this.run(t,()=>{let e,s,r=null;return(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&(r=new or(e,s)),r})}matchWordValue(t,n){return this.run(t,()=>{let e,s,r=null;return(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&(r=new ar(e,s)),r})}matchDataDirective(t,n){return this.choice([()=>this.matchDataDirective_1(t+1,n),()=>this.matchDataDirective_2(t+1,n),()=>this.matchDataDirective_3(t+1,n)])}matchDataDirective_1(t,n){return this.run(t,()=>{let e,s,r,u=null;return this.matchByteDirective(t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.mark())!==null&&(s=this.matchByteValue(t+1,n))!==null&&(r=this.loop(()=>this.matchDataDirective_$0(t+1,n),0,-1))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(u=new hr(e,s,r)),u})}matchDataDirective_2(t,n){return this.run(t,()=>{let e,s,r,u=null;return this.matchWordDirective(t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.mark())!==null&&(s=this.matchWordValue(t+1,n))!==null&&(r=this.loop(()=>this.matchDataDirective_$1(t+1,n),0,-1))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(u=new mr(e,s,r)),u})}matchDataDirective_3(t,n){return this.run(t,()=>{let e,s,r,u=null;return this.matchBlockDirective(t+1,n)!==null&&this.match__(t+1,n)!==null&&this.mark()!==null&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&((r=this.matchDataDirective_$2(t+1,n))||!0)&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(u=new _r(e,s,r)),u})}matchDataDirective_$0(t,n){return this.run(t,()=>{let e,s=null;return this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchByteValue(t+1,n))!==null&&(s={kind:"DataDirective_$0",inner:e}),s})}matchDataDirective_$1(t,n){return this.run(t,()=>{let e,s=null;return this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchWordValue(t+1,n))!==null&&(s={kind:"DataDirective_$1",inner:e}),s})}matchDataDirective_$2(t,n){return this.run(t,()=>{let e,s,r=null;return this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&(r={kind:"DataDirective_$2",pos1:e,b:s}),r})}matchEscapeSequence(t,n){return this.choice([()=>this.matchEscapeSequence_1(t+1,n),()=>this.matchEscapeSequence_2(t+1,n),()=>this.matchEscapeSequence_3(t+1,n)])}matchEscapeSequence_1(t,n){return this.matchSimpleEscapeSequence(t+1,n)}matchEscapeSequence_2(t,n){return this.matchOctalEscapeSequence(t+1,n)}matchEscapeSequence_3(t,n){return this.matchHexadecimalEscapeSequence(t+1,n)}matchSimpleEscapeSequence(t,n){return this.run(t,()=>{let e,s,r=null;return(e=this.mark())!==null&&this.regexAccept(String.raw`(?:\\)`,"",t+1,n)!==null&&(s=this.matchSimpleEscapeSequence_$0(t+1,n))!==null&&(r=new gr(e,s)),r})}matchSimpleEscapeSequence_$0(t,n){return this.choice([()=>this.matchSimpleEscapeSequence_$0_1(t+1,n),()=>this.matchSimpleEscapeSequence_$0_2(t+1,n)])}matchSimpleEscapeSequence_$0_1(t,n){return this.regexAccept(String.raw`(?:")`,"",t+1,n)}matchSimpleEscapeSequence_$0_2(t,n){return this.regexAccept(String.raw`(?:n)`,"",t+1,n)}matchOctalEscapeSequence(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:\\)`,"",t+1,n)!==null&&(e=this.mark())!==null&&(s=this.regexAccept(String.raw`(?:[0-7]{1,3})`,"",t+1,n))!==null&&(r=new Ir(e,s)),r})}matchHexadecimalEscapeSequence(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:\\x)`,"",t+1,n)!==null&&(e=this.mark())!==null&&(s=this.regexAccept(String.raw`(?:[0-9a-f]{1,2})`,"",t+1,n))!==null&&(r=new wr(e,s)),r})}matchNoQuoteChar(t,n){return this.run(t,()=>{let e,s,r=null;return(e=this.mark())!==null&&(s=this.regexAccept(String.raw`(?:[^\'\\\n])`,"",t+1,n))!==null&&(r=new xr(e,s)),r})}matchNoDoubleQuoteChar(t,n){return this.run(t,()=>{let e,s,r=null;return(e=this.mark())!==null&&(s=this.regexAccept(String.raw`(?:[^\"\\\n])`,"",t+1,n))!==null&&(r=new fr(e,s)),r})}matchQuottedStr(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:\')`,"",t+1,n)!==null&&(e=this.mark())!==null&&(s=this.loopPlus(()=>this.matchQuottedStr_$0(t+1,n)))!==null&&this.regexAccept(String.raw`(?:\')`,"",t+1,n)!==null&&(r=new Ar(e,s)),r})}matchQuottedStr_$0(t,n){return this.choice([()=>this.matchQuottedStr_$0_1(t+1,n),()=>this.matchQuottedStr_$0_2(t+1,n)])}matchQuottedStr_$0_1(t,n){return this.matchNoQuoteChar(t+1,n)}matchQuottedStr_$0_2(t,n){return this.matchEscapeSequence(t+1,n)}matchDoubleQuottedStr(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:\")`,"",t+1,n)!==null&&(e=this.mark())!==null&&(s=this.loopPlus(()=>this.matchDoubleQuottedStr_$0(t+1,n)))!==null&&this.regexAccept(String.raw`(?:\")`,"",t+1,n)!==null&&(r=new Lr(e,s)),r})}matchDoubleQuottedStr_$0(t,n){return this.choice([()=>this.matchDoubleQuottedStr_$0_1(t+1,n),()=>this.matchDoubleQuottedStr_$0_2(t+1,n)])}matchDoubleQuottedStr_$0_1(t,n){return this.matchNoDoubleQuoteChar(t+1,n)}matchDoubleQuottedStr_$0_2(t,n){return this.matchEscapeSequence(t+1,n)}matchComment(t,n){return this.regexAccept(String.raw`(?:(//|;)[^\r\n]*)`,"",t+1,n)}matchOriginDirective(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:\.?org)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchnn(t+1,n))!==null&&(s={kind:"OriginDirective",address:e}),s})}matchFilename(t,n){return this.choice([()=>this.matchFilename_1(t+1,n),()=>this.matchFilename_2(t+1,n)])}matchFilename_1(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:")`,"",t+1,n)!==null&&(e=this.regexAccept(String.raw`(?:[^"\\:\*\?<>\|%#\$,]+)`,"",t+1,n))!==null&&this.regexAccept(String.raw`(?:")`,"",t+1,n)!==null&&(s={kind:"Filename_1",raw:e}),s})}matchFilename_2(t,n){return this.run(t,()=>{let e,s=null;return(e=this.regexAccept(String.raw`(?:[^ \t\r\n"\\:\*\?<>\|%#\$,]+)`,"",t+1,n))!==null&&(s={kind:"Filename_2",raw:e}),s})}matchIncludeDirective(t,n){return this.run(t,()=>{let e,s,r=null;return(e=this.mark())!==null&&this.regexAccept(String.raw`(?:\.?include)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(s=this.matchFilename(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Sr(e,s)),r})}matchOutputDirective(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:\.?output)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchFilename(t+1,n))!==null&&((s=this.matchOutputDirective_$0(t+1,n))||!0)&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new kr(e,s)),r})}matchOutputDirective_$0(t,n){return this.run(t,()=>{let e,s=null;return this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:sld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchFilename(t+1,n))!==null&&(s={kind:"OutputDirective_$0",name:e}),s})}matchDeviceDirective(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:\.?device)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.regexAccept(String.raw`(?:[a-zA-Z][0-9a-zA-Z]*)`,"",t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Er(e)),s})}matchEndDirective(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:\.?end)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&this.regexAccept(String.raw`(?:.*)`,"",t+1,n)!==null&&(e={kind:"EndDirective"}),e})}test(){const t=this.mark(),e=this.matchstart(0)!==null;return this.reset(t),e}parse(){const t=this.mark(),n=this.matchstart(0);if(n)return{ast:n,errs:[]};this.reset(t);const e=new Cr;this.clearMemos(),this.matchstart(0,e);const s=e.getErr();return{ast:n,errs:s!==null?[s]:[]}}mark(){return this.pos}loopPlus(t){return this.loop(t,1,-1)}loop(t,n,e){const s=this.mark(),r=[];for(;e===-1||r.length<e;){const u=this.mark(),l=t();if(l===null||this.pos.overallPos===u.overallPos)break;r.push(l)}return r.length>=n?r:(this.reset(s),null)}run(t,n){const e=this.mark(),s=n();return s!==null?s:(this.reset(e),null)}choice(t){for(const n of t){const e=n();if(e!==null)return e}return null}regexAccept(t,n,e,s){return this.run(e,()=>{const r=new RegExp(t,"yi"+n),u=this.mark();r.lastIndex=u.overallPos;const l=this.tryConsume(r);return s&&s.record(u,l,{kind:"RegexMatch",literal:t.substring(3,t.length-1),negated:this.negating}),l})}tryConsume(t){const n=t.exec(this.input);if(n){let e=0,s=-1;for(let r=0;r<n[0].length;++r)n[0][r]===`
312
- `&&(++e,s=r);return this.pos={overallPos:t.lastIndex,line:this.pos.line+e,offset:s===-1?this.pos.offset+n[0].length:n[0].length-s-1},n[0]}return null}noConsume(t){const n=this.mark(),e=t();return this.reset(n),e}negate(t){const n=this.mark(),e=this.negating;this.negating=!e;const s=t();return this.negating=e,this.reset(n),s===null?!0:null}memoise(t,n){const e=this.mark(),s=n.get(e.overallPos);if(this.memoSafe&&s!==void 0)return this.reset(s[1]),s[0];const r=t();return this.memoSafe&&n.set(e.overallPos,[r,this.mark()]),r}match$EOF(t){const n=this.finished()?{kind:"$EOF"}:null;return t&&t.record(this.mark(),n,{kind:"EOF",negated:this.negating}),n}}class T{constructor(t,n){this.pos=t,this.expmatches=[...n]}toString(){return`Syntax Error at line ${this.pos.line}:${this.pos.offset}. Expected one of ${this.expmatches.map(t=>t.kind==="EOF"?" EOF":` ${t.negated?"not ":""}'${t.literal}'`)}`}}class Cr{constructor(){this.mxpos={overallPos:-1,line:-1,offset:-1},this.regexset=new Set,this.pmatches=[]}record(t,n,e){n===null!==e.negated&&(t.overallPos>this.mxpos.overallPos&&(this.mxpos=t,this.pmatches=[],this.regexset.clear()),this.mxpos.overallPos===t.overallPos&&(e.kind==="RegexMatch"?(this.regexset.has(e.literal)||this.pmatches.push(e),this.regexset.add(e.literal)):this.pmatches.push(e)))}getErr(){return this.mxpos.overallPos!==-1?new T(this.mxpos,this.pmatches):null}}class o extends Error{constructor(t,n){super(n),this.position=t}toString(){return`File '${this.position.filename}', Line ${this.position.pos.line}:${this.position.pos.offset+1} - ${this.message}`}static formatMatch(t){if(t.kind==="EOF")return" end of code";const n=t.negated?"not ":"",e=t.literal.replace(/\\([^\\])/g,"$1").replace(/\\\\/g,"\\");return` ${n}${e}`}static formatError(t){if(t.expmatches.length===1){const n=t.expmatches[0],e=n.kind==="EOF"?"the end of the code":n.literal;return`${n.negated?"Does not expect ":"Expect "}${e}`}return`Syntax error, expected one of: ${t.expmatches.map(n=>o.formatMatch(n))}`}static fromSyntaxErr(t,n){return new o({filename:t,pos:n.pos},this.formatError(n))}static fromAny(t,n){return n instanceof o?n:n instanceof T?this.fromSyntaxErr(t,n):new o({filename:t,pos:{line:1,offset:0,overallPos:0}},n.toString())}static is(t){return t.position!==void 0}static isArray(t){const n=t;return n.length!==void 0&&(n.length===0||n[0].position!==void 0)}}function br(i,t){let n=[],e=0;for(;e<i.length;){const s=i.slice(e,e+t);n=n.concat({address:e.toString(16).padStart(4,"0"),bytes:s.map(r=>r.toString(16).padStart(2,"0")).join(" ")}),e+=t}return n}exports.CompilationError=o;exports.compile=Jt;exports.computeLabels=O;exports.formatBytes=br;exports.generate=U;exports.includeFile=H;exports.parseData=h;exports.setDevice=W;exports.setOutputName=z;
311
+ `);const s=new Cl(t).parse();if(a.fileName=n,s.errs.length>0)throw h.fromSyntaxErr(i,s.errs[0]);return{lines:s.ast?.lines??[],filename:i}}function Ht(i){let t=i.lastIndexOf("/");return t===-1&&(t=i.lastIndexOf("\\")),t===-1?"":i.substring(0,t+1)}function Zt(i,t,n){a.outputName=i.replace(/\..*$/,"")+".P",a.sldName=a.outputName.replace(/\.P$/,".sld"),a.basePath=Ht(i),a.fileName=i,a.getFileCode=n;try{ut();const e=pt(k(i,t));V(0,e);const s=p(i,0,e);return{outputName:a.outputName,bytes:s.bytes,sld:s.sld,errs:[]}}catch(e){return{outputName:a.outputName,bytes:[],sld:"",errs:[h.fromAny(a.fileName,e)]}}}function pt(i){return a.deviceName!==F.ZX81?[i]:[k("@internal/characters.zx81",Jt),k("@internal/system-variables.zx81",Yt),k("@internal/basic-line1.zx81",jt),i,k("@internal/basic-line2.zx81",Qt),k("@internal/display.zx81",Ut),k("@internal/basic-end.zx81",zt)]}function C(i,t,n,e){let s=parseInt(t,n);if(isNaN(s))throw new h({filename:a.fileName,pos:i},`Number '${t}' is invalid in base ${n}.`);switch(e){case 1:if(s>255||s<-256)throw new h({filename:a.fileName,pos:i},`Number '${t}' does not fit into a byte.`);s<0&&(s=256+s);break;case 2:if(s>65535||s<-65536)throw new h({filename:a.fileName,pos:i},`Number '${t}' does not fit into a word.`);s<0&&(s=65536+s);break;default:throw new h({filename:a.fileName,pos:i},`Invalid number of bytes (${e})`)}return s}function Tt(i,t){switch(t){case"n":return[11];case'"':return[11];default:throw new h({filename:a.fileName,pos:i},`Invalid escape: \\${t}`)}}function Kt(i,t){const n=parseInt(t,8);if(n>255)throw new h({filename:a.fileName,pos:i},`Number '${t}' in octal escape sequence does not fit into a byte.`);return[n]}function dt(i,t){const n=parseInt(t,16);if(n>255)throw new h({filename:a.fileName,pos:i},`Number '${t}' in hexadecimal escape sequence does not fit into a byte.`);return[n]}function tt(i,t){return a.deviceName===F.ZX81||a.deviceName===F.ZX81Raw?tn(i,t):$t(i,t)}function $t(i,t){const n=t.charCodeAt(0);if(n>127)throw new h({filename:a.fileName,pos:i},`Unsupported ASCII character: ${t}`);return[n]}const J=new Map([[" ",0],['"',11],["£",12],["$",13],[":",14],["?",15],["(",16],[")",17],[">",18],["<",19],["=",20],["+",21],["-",22],["*",23],["/",24],[";",25],[",",26],[".",27],["_",128]]);function tn(i,t){if(t>="A"&&t<="Z")return[t.charCodeAt(0)-65+38];if(t>="a"&&t<="z")return[t.charCodeAt(0)-97+166];if(t>="0"&&t<="9")return[t.charCodeAt(0)-48+28];if(!J.has(t))throw new h({filename:a.fileName,pos:i},`Invalid ZX81 character: ${t}`);return[J.get(t)]}var f=(i=>(i.start="start",i.r_1="r_1",i.r_2="r_2",i.r_3="r_3",i.r_4="r_4",i.r_5="r_5",i.r_6="r_6",i.r_7="r_7",i.dd_1="dd_1",i.dd_2="dd_2",i.dd_3="dd_3",i.dd_4="dd_4",i.ss="ss",i.qq_1="qq_1",i.qq_2="qq_2",i.qq_3="qq_3",i.qq_4="qq_4",i.pp_1="pp_1",i.pp_2="pp_2",i.pp_3="pp_3",i.pp_4="pp_4",i.rr_1="rr_1",i.rr_2="rr_2",i.rr_3="rr_3",i.rr_4="rr_4",i.rx_1="rx_1",i.rx_2="rx_2",i.rx_3="rx_3",i.rx_4="rx_4",i.rx_5="rx_5",i.rx_6="rx_6",i.rx_7="rx_7",i.rx_8="rx_8",i.rx_9="rx_9",i.ry_1="ry_1",i.ry_2="ry_2",i.ry_3="ry_3",i.ry_4="ry_4",i.ry_5="ry_5",i.ry_6="ry_6",i.ry_7="ry_7",i.ry_8="ry_8",i.ry_9="ry_9",i.ixy8_1="ixy8_1",i.ixy8_2="ixy8_2",i.ixy8_3="ixy8_3",i.ixy8_4="ixy8_4",i.ixy8_5="ixy8_5",i.ixy8_6="ixy8_6",i.ixy8_7="ixy8_7",i.ixy8_8="ixy8_8",i.n_1="n_1",i.n_2="n_2",i.n_3="n_3",i.n_4="n_4",i.nn_1="nn_1",i.nn_2="nn_2",i.nn_3="nn_3",i.nn_4="nn_4",i.decimal="decimal",i.binary_1="binary_1",i.binary_2="binary_2",i.binary_$0_1="binary_$0_1",i.binary_$0_2="binary_$0_2",i.octal_1="octal_1",i.octal_2="octal_2",i.octal_$0_1="octal_$0_1",i.octal_$0_2="octal_$0_2",i.octal_$0_3="octal_$0_3",i.octal_$1_1="octal_$1_1",i.octal_$1_2="octal_$1_2",i.hexadecimal_1="hexadecimal_1",i.hexadecimal_2="hexadecimal_2",i.hexadecimal_$0_1="hexadecimal_$0_1",i.hexadecimal_$0_2="hexadecimal_$0_2",i.hexadecimal_$0_3="hexadecimal_$0_3",i.d="d",i.e="e",i.p="p",i.b="b",i.cc_1="cc_1",i.cc_2="cc_2",i.cc_3="cc_3",i.cc_4="cc_4",i.cc_5="cc_5",i.cc_6="cc_6",i.cc_7="cc_7",i.cc_8="cc_8",i.cc_9="cc_9",i.jj_1="jj_1",i.jj_2="jj_2",i.jj_3="jj_3",i.jj_4="jj_4",i.__="__",i._="_",i.eos="eos",i.eol="eol",i.Lines="Lines",i.Line_1="Line_1",i.Line_2="Line_2",i.LineEqual="LineEqual",i.LineStatement="LineStatement",i.Statement_1="Statement_1",i.Statement_2="Statement_2",i.Statement_3="Statement_3",i.EqualDirective="EqualDirective",i.Directive_1="Directive_1",i.Directive_2="Directive_2",i.Directive_3="Directive_3",i.Directive_4="Directive_4",i.Directive_5="Directive_5",i.ForbiddenNames_1="ForbiddenNames_1",i.ForbiddenNames_2="ForbiddenNames_2",i.ForbiddenNames_3="ForbiddenNames_3",i.ForbiddenNames_4="ForbiddenNames_4",i.ForbiddenNames_5="ForbiddenNames_5",i.ForbiddenLabel="ForbiddenLabel",i.Label="Label",i.LabelDeclaration="LabelDeclaration",i.Expression="Expression",i.BitwiseOrExpression="BitwiseOrExpression",i.BitwiseOrExpression_$0="BitwiseOrExpression_$0",i.BitwiseXOrExpression="BitwiseXOrExpression",i.BitwiseXOrExpression_$0="BitwiseXOrExpression_$0",i.BitwiseAndExpression="BitwiseAndExpression",i.BitwiseAndExpression_$0="BitwiseAndExpression_$0",i.ShiftExpression="ShiftExpression",i.ShiftExpression_$0="ShiftExpression_$0",i.ShiftExpression_$0_$0_1="ShiftExpression_$0_$0_1",i.ShiftExpression_$0_$0_2="ShiftExpression_$0_$0_2",i.AdditiveExpression="AdditiveExpression",i.AdditiveExpression_$0="AdditiveExpression_$0",i.AdditiveExpression_$0_$0_1="AdditiveExpression_$0_$0_1",i.AdditiveExpression_$0_$0_2="AdditiveExpression_$0_$0_2",i.MultiplicativeExpression="MultiplicativeExpression",i.MultiplicativeExpression_$0="MultiplicativeExpression_$0",i.MultiplicativeExpression_$0_$0_1="MultiplicativeExpression_$0_$0_1",i.MultiplicativeExpression_$0_$0_2="MultiplicativeExpression_$0_$0_2",i.MultiplicativeExpression_$0_$0_3="MultiplicativeExpression_$0_$0_3",i.UnaryExpression_1="UnaryExpression_1",i.UnaryExpression_2="UnaryExpression_2",i.UnaryExpression_$0_1="UnaryExpression_$0_1",i.UnaryExpression_$0_2="UnaryExpression_$0_2",i.UnaryExpression_$0_3="UnaryExpression_$0_3",i.PrimaryExpression_1="PrimaryExpression_1",i.PrimaryExpression_2="PrimaryExpression_2",i.PrimaryExpression_3="PrimaryExpression_3",i.Reg8="Reg8",i.Reg16="Reg16",i.RegX8="RegX8",i.RegY8="RegY8",i.IX="IX",i.IX_$0="IX_$0",i.IX_$0_$0_1="IX_$0_$0_1",i.IX_$0_$0_2="IX_$0_$0_2",i.IY="IY",i.IY_$0="IY_$0",i.IY_$0_$0_1="IY_$0_$0_1",i.IY_$0_$0_2="IY_$0_$0_2",i.Instruction_1="Instruction_1",i.Instruction_2="Instruction_2",i.Instruction_3="Instruction_3",i.Instruction_4="Instruction_4",i.Instruction_5="Instruction_5",i.Instruction_6="Instruction_6",i.Instruction_7="Instruction_7",i.Instruction_8="Instruction_8",i.Instruction_9="Instruction_9",i.Instruction_10="Instruction_10",i.Instruction_11="Instruction_11",i.Instruction_12="Instruction_12",i.Instruction_13="Instruction_13",i.Instruction_14="Instruction_14",i.Instruction_15="Instruction_15",i.Instruction_16="Instruction_16",i.Instruction_17="Instruction_17",i.Instruction_18="Instruction_18",i.Instruction_19="Instruction_19",i.Instruction_20="Instruction_20",i.Instruction_21="Instruction_21",i.Instruction_22="Instruction_22",i.Load8Instruction_1="Load8Instruction_1",i.Load8Instruction_2="Load8Instruction_2",i.Load8Instruction_3="Load8Instruction_3",i.Load8Instruction_4="Load8Instruction_4",i.Load8Instruction_5="Load8Instruction_5",i.Load8Instruction_6="Load8Instruction_6",i.Load8Instruction_7="Load8Instruction_7",i.Load8Instruction_8="Load8Instruction_8",i.Load8Instruction_9="Load8Instruction_9",i.Load8Instruction_10="Load8Instruction_10",i.Load8Instruction_11="Load8Instruction_11",i.Load8Instruction_12="Load8Instruction_12",i.Load8Instruction_13="Load8Instruction_13",i.Load8Instruction_14="Load8Instruction_14",i.Load8Instruction_15="Load8Instruction_15",i.Load8Instruction_16="Load8Instruction_16",i.Load8Instruction_17="Load8Instruction_17",i.Load8Instruction_18="Load8Instruction_18",i.Load8Instruction_19="Load8Instruction_19",i.Load8Instruction_20="Load8Instruction_20",i.Load8Instruction_21="Load8Instruction_21",i.Load8Instruction_22="Load8Instruction_22",i.Load8Instruction_23="Load8Instruction_23",i.Load8Instruction_24="Load8Instruction_24",i.Load8Instruction_25="Load8Instruction_25",i.Load8Instruction_26="Load8Instruction_26",i.Load8Instruction_27="Load8Instruction_27",i.Load8Instruction_28="Load8Instruction_28",i.Load8Instruction_29="Load8Instruction_29",i.Load8Instruction_30="Load8Instruction_30",i.Load8Instruction_31="Load8Instruction_31",i.Load8Instruction_32="Load8Instruction_32",i.Load8Instruction_33="Load8Instruction_33",i.Load16Instruction_1="Load16Instruction_1",i.Load16Instruction_2="Load16Instruction_2",i.Load16Instruction_3="Load16Instruction_3",i.Load16Instruction_4="Load16Instruction_4",i.Load16Instruction_5="Load16Instruction_5",i.Load16Instruction_6="Load16Instruction_6",i.Load16Instruction_7="Load16Instruction_7",i.Load16Instruction_8="Load16Instruction_8",i.Load16Instruction_9="Load16Instruction_9",i.Load16Instruction_10="Load16Instruction_10",i.Load16Instruction_11="Load16Instruction_11",i.Load16Instruction_12="Load16Instruction_12",i.Load16Instruction_13="Load16Instruction_13",i.Load16Instruction_14="Load16Instruction_14",i.Load16Instruction_15="Load16Instruction_15",i.Load16Instruction_16="Load16Instruction_16",i.Load16Instruction_17="Load16Instruction_17",i.Load16Instruction_18="Load16Instruction_18",i.Load16Instruction_19="Load16Instruction_19",i.Load16Instruction_20="Load16Instruction_20",i.FakeLoad16Instruction_1="FakeLoad16Instruction_1",i.FakeLoad16Instruction_2="FakeLoad16Instruction_2",i.FakeLoad16Instruction_3="FakeLoad16Instruction_3",i.FakeLoad16Instruction_4="FakeLoad16Instruction_4",i.FakeLoad16Instruction_5="FakeLoad16Instruction_5",i.FakeLoad16Instruction_6="FakeLoad16Instruction_6",i.FakeLoad16Instruction_7="FakeLoad16Instruction_7",i.FakeLoad16Instruction_8="FakeLoad16Instruction_8",i.FakeLoad16Instruction_9="FakeLoad16Instruction_9",i.FakeLoad16Instruction_10="FakeLoad16Instruction_10",i.FakeLoad16Instruction_11="FakeLoad16Instruction_11",i.FakeLoad16Instruction_12="FakeLoad16Instruction_12",i.FakeLoad16Instruction_13="FakeLoad16Instruction_13",i.ExchangeInstruction_1="ExchangeInstruction_1",i.ExchangeInstruction_2="ExchangeInstruction_2",i.ExchangeInstruction_3="ExchangeInstruction_3",i.ExchangeInstruction_4="ExchangeInstruction_4",i.ExchangeInstruction_5="ExchangeInstruction_5",i.ExchangeInstruction_6="ExchangeInstruction_6",i.BlockInstruction_1="BlockInstruction_1",i.BlockInstruction_2="BlockInstruction_2",i.BlockInstruction_3="BlockInstruction_3",i.BlockInstruction_4="BlockInstruction_4",i.BlockInstruction_5="BlockInstruction_5",i.BlockInstruction_6="BlockInstruction_6",i.BlockInstruction_7="BlockInstruction_7",i.BlockInstruction_8="BlockInstruction_8",i.ArithmeticLogic8Instruction_1="ArithmeticLogic8Instruction_1",i.ArithmeticLogic8Instruction_2="ArithmeticLogic8Instruction_2",i.ArithmeticLogic8Instruction_3="ArithmeticLogic8Instruction_3",i.ArithmeticLogic8Instruction_4="ArithmeticLogic8Instruction_4",i.ArithmeticLogic8Instruction_5="ArithmeticLogic8Instruction_5",i.ArithmeticLogic8Instruction_6="ArithmeticLogic8Instruction_6",i.ArithmeticLogic8Instruction_7="ArithmeticLogic8Instruction_7",i.ArithmeticLogic8Instruction_8="ArithmeticLogic8Instruction_8",i.ArithmeticLogic8Instruction_9="ArithmeticLogic8Instruction_9",i.ArithmeticLogic8Instruction_10="ArithmeticLogic8Instruction_10",i.ArithmeticLogic8Instruction_11="ArithmeticLogic8Instruction_11",i.ArithmeticLogic8Instruction_12="ArithmeticLogic8Instruction_12",i.ArithmeticLogic8Instruction_13="ArithmeticLogic8Instruction_13",i.ArithmeticLogic8Instruction_14="ArithmeticLogic8Instruction_14",i.ArithmeticLogic8Instruction_15="ArithmeticLogic8Instruction_15",i.ArithmeticLogic8Instruction_16="ArithmeticLogic8Instruction_16",i.ArithmeticLogic8Instruction_17="ArithmeticLogic8Instruction_17",i.ArithmeticLogic8Instruction_18="ArithmeticLogic8Instruction_18",i.ArithmeticLogic8Instruction_19="ArithmeticLogic8Instruction_19",i.ArithmeticLogic8Instruction_20="ArithmeticLogic8Instruction_20",i.ArithmeticLogic8Instruction_21="ArithmeticLogic8Instruction_21",i.ArithmeticLogic8Instruction_22="ArithmeticLogic8Instruction_22",i.ArithmeticLogic8Instruction_23="ArithmeticLogic8Instruction_23",i.ArithmeticLogic8Instruction_24="ArithmeticLogic8Instruction_24",i.ArithmeticLogic8Instruction_25="ArithmeticLogic8Instruction_25",i.ArithmeticLogic8Instruction_26="ArithmeticLogic8Instruction_26",i.ArithmeticLogic8Instruction_27="ArithmeticLogic8Instruction_27",i.ArithmeticLogic8Instruction_28="ArithmeticLogic8Instruction_28",i.ArithmeticLogic8Instruction_29="ArithmeticLogic8Instruction_29",i.ArithmeticLogic8Instruction_30="ArithmeticLogic8Instruction_30",i.ArithmeticLogic8Instruction_31="ArithmeticLogic8Instruction_31",i.ArithmeticLogic8Instruction_32="ArithmeticLogic8Instruction_32",i.ArithmeticLogic8Instruction_33="ArithmeticLogic8Instruction_33",i.ArithmeticLogic8Instruction_34="ArithmeticLogic8Instruction_34",i.ArithmeticLogic8Instruction_35="ArithmeticLogic8Instruction_35",i.ArithmeticLogic8Instruction_36="ArithmeticLogic8Instruction_36",i.ArithmeticLogic8Instruction_37="ArithmeticLogic8Instruction_37",i.ArithmeticLogic8Instruction_38="ArithmeticLogic8Instruction_38",i.ArithmeticLogic8Instruction_39="ArithmeticLogic8Instruction_39",i.ArithmeticLogic8Instruction_40="ArithmeticLogic8Instruction_40",i.ArithmeticLogic8Instruction_41="ArithmeticLogic8Instruction_41",i.ArithmeticLogic8Instruction_42="ArithmeticLogic8Instruction_42",i.ArithmeticLogic8Instruction_43="ArithmeticLogic8Instruction_43",i.ArithmeticLogic8Instruction_44="ArithmeticLogic8Instruction_44",i.ArithmeticLogic8Instruction_45="ArithmeticLogic8Instruction_45",i.ArithmeticLogic8Instruction_46="ArithmeticLogic8Instruction_46",i.ArithmeticLogic8Instruction_47="ArithmeticLogic8Instruction_47",i.ArithmeticLogic8Instruction_48="ArithmeticLogic8Instruction_48",i.ArithmeticLogic8Instruction_$0="ArithmeticLogic8Instruction_$0",i.ArithmeticLogic8Instruction_$1="ArithmeticLogic8Instruction_$1",i.ArithmeticLogic8Instruction_$2="ArithmeticLogic8Instruction_$2",i.ArithmeticLogic8Instruction_$3="ArithmeticLogic8Instruction_$3",i.ArithmeticLogic8Instruction_$4="ArithmeticLogic8Instruction_$4",i.ArithmeticLogic8Instruction_$5="ArithmeticLogic8Instruction_$5",i.ArithmeticLogic8Instruction_$6="ArithmeticLogic8Instruction_$6",i.ArithmeticLogic8Instruction_$7="ArithmeticLogic8Instruction_$7",i.ArithmeticLogic8Instruction_$8="ArithmeticLogic8Instruction_$8",i.ArithmeticLogic8Instruction_$9="ArithmeticLogic8Instruction_$9",i.ArithmeticLogic8Instruction_$10="ArithmeticLogic8Instruction_$10",i.ArithmeticLogic8Instruction_$11="ArithmeticLogic8Instruction_$11",i.ArithmeticLogic8Instruction_$12="ArithmeticLogic8Instruction_$12",i.ArithmeticLogic8Instruction_$13="ArithmeticLogic8Instruction_$13",i.ArithmeticLogic8Instruction_$14="ArithmeticLogic8Instruction_$14",i.ArithmeticLogic8Instruction_$15="ArithmeticLogic8Instruction_$15",i.ArithmeticLogic8Instruction_$16="ArithmeticLogic8Instruction_$16",i.ArithmeticLogic8Instruction_$17="ArithmeticLogic8Instruction_$17",i.ArithmeticLogic8Instruction_$18="ArithmeticLogic8Instruction_$18",i.ArithmeticLogic8Instruction_$19="ArithmeticLogic8Instruction_$19",i.ArithmeticLogic8Instruction_$20="ArithmeticLogic8Instruction_$20",i.ArithmeticLogic8Instruction_$21="ArithmeticLogic8Instruction_$21",i.ArithmeticLogic8Instruction_$22="ArithmeticLogic8Instruction_$22",i.ArithmeticLogic8Instruction_$23="ArithmeticLogic8Instruction_$23",i.ArithmeticLogic8Instruction_$24="ArithmeticLogic8Instruction_$24",i.ArithmeticLogic8Instruction_$25="ArithmeticLogic8Instruction_$25",i.ArithmeticLogic8Instruction_$26="ArithmeticLogic8Instruction_$26",i.ArithmeticLogic8Instruction_$27="ArithmeticLogic8Instruction_$27",i.ArithmeticLogic8Instruction_$28="ArithmeticLogic8Instruction_$28",i.ArithmeticLogic8Instruction_$29="ArithmeticLogic8Instruction_$29",i.ArithmeticLogic8Instruction_$30="ArithmeticLogic8Instruction_$30",i.ArithmeticLogic8Instruction_$31="ArithmeticLogic8Instruction_$31",i.ArithmeticLogic8Instruction_$32="ArithmeticLogic8Instruction_$32",i.ArithmeticLogic8Instruction_$33="ArithmeticLogic8Instruction_$33",i.ArithmeticLogic8Instruction_$34="ArithmeticLogic8Instruction_$34",i.ArithmeticLogic8Instruction_$35="ArithmeticLogic8Instruction_$35",i.ArithmeticLogic8Instruction_$36="ArithmeticLogic8Instruction_$36",i.ArithmeticLogic8Instruction_$37="ArithmeticLogic8Instruction_$37",i.ArithmeticLogic8Instruction_$38="ArithmeticLogic8Instruction_$38",i.ArithmeticLogic8Instruction_$39="ArithmeticLogic8Instruction_$39",i.ArithmeticLogic8Instruction_$40="ArithmeticLogic8Instruction_$40",i.ArithmeticLogic8Instruction_$41="ArithmeticLogic8Instruction_$41",i.ArithmeticLogic8Instruction_$42="ArithmeticLogic8Instruction_$42",i.ArithmeticLogic8Instruction_$43="ArithmeticLogic8Instruction_$43",i.ArithmeticLogic8Instruction_$44="ArithmeticLogic8Instruction_$44",i.ArithmeticLogic8Instruction_$45="ArithmeticLogic8Instruction_$45",i.ArithmeticLogic8Instruction_$46="ArithmeticLogic8Instruction_$46",i.ArithmeticLogic8Instruction_$47="ArithmeticLogic8Instruction_$47",i.IncrementDecrement8Instruction_1="IncrementDecrement8Instruction_1",i.IncrementDecrement8Instruction_2="IncrementDecrement8Instruction_2",i.IncrementDecrement8Instruction_3="IncrementDecrement8Instruction_3",i.IncrementDecrement8Instruction_4="IncrementDecrement8Instruction_4",i.IncrementDecrement8Instruction_5="IncrementDecrement8Instruction_5",i.IncrementDecrement8Instruction_6="IncrementDecrement8Instruction_6",i.IncrementDecrement8Instruction_7="IncrementDecrement8Instruction_7",i.IncrementDecrement8Instruction_8="IncrementDecrement8Instruction_8",i.IncrementDecrement8Instruction_9="IncrementDecrement8Instruction_9",i.IncrementDecrement8Instruction_10="IncrementDecrement8Instruction_10",i.IncrementDecrement8Instruction_$0="IncrementDecrement8Instruction_$0",i.IncrementDecrement8Instruction_$1="IncrementDecrement8Instruction_$1",i.GeneralPurposeArithmeticInstruction_1="GeneralPurposeArithmeticInstruction_1",i.GeneralPurposeArithmeticInstruction_2="GeneralPurposeArithmeticInstruction_2",i.GeneralPurposeArithmeticInstruction_3="GeneralPurposeArithmeticInstruction_3",i.GeneralPurposeArithmeticInstruction_4="GeneralPurposeArithmeticInstruction_4",i.GeneralPurposeArithmeticInstruction_5="GeneralPurposeArithmeticInstruction_5",i.CpuControlGroupInstruction_1="CpuControlGroupInstruction_1",i.CpuControlGroupInstruction_2="CpuControlGroupInstruction_2",i.CpuControlGroupInstruction_3="CpuControlGroupInstruction_3",i.CpuControlGroupInstruction_4="CpuControlGroupInstruction_4",i.CpuControlGroupInstruction_5="CpuControlGroupInstruction_5",i.ArithmeticLogic16Instruction_1="ArithmeticLogic16Instruction_1",i.ArithmeticLogic16Instruction_2="ArithmeticLogic16Instruction_2",i.ArithmeticLogic16Instruction_3="ArithmeticLogic16Instruction_3",i.ArithmeticLogic16Instruction_4="ArithmeticLogic16Instruction_4",i.ArithmeticLogic16Instruction_5="ArithmeticLogic16Instruction_5",i.ArithmeticLogic16Instruction_6="ArithmeticLogic16Instruction_6",i.ArithmeticLogic16Instruction_7="ArithmeticLogic16Instruction_7",i.ArithmeticLogic16Instruction_8="ArithmeticLogic16Instruction_8",i.ArithmeticLogic16Instruction_9="ArithmeticLogic16Instruction_9",i.ArithmeticLogic16Instruction_10="ArithmeticLogic16Instruction_10",i.ArithmeticLogic16Instruction_11="ArithmeticLogic16Instruction_11",i.FakeArithmetic16Instruction_1="FakeArithmetic16Instruction_1",i.FakeArithmetic16Instruction_2="FakeArithmetic16Instruction_2",i.FakeArithmetic16Instruction_3="FakeArithmetic16Instruction_3",i.FakeArithmetic16Instruction_4="FakeArithmetic16Instruction_4",i.FakeArithmetic16Instruction_5="FakeArithmetic16Instruction_5",i.FakeLoadIncrement16Instruction_1="FakeLoadIncrement16Instruction_1",i.FakeLoadIncrement16Instruction_2="FakeLoadIncrement16Instruction_2",i.FakeLoadIncrement16Instruction_3="FakeLoadIncrement16Instruction_3",i.FakeLoadIncrement16Instruction_4="FakeLoadIncrement16Instruction_4",i.FakeLoadIncrement16Instruction_5="FakeLoadIncrement16Instruction_5",i.FakeLoadIncrement16Instruction_6="FakeLoadIncrement16Instruction_6",i.FakeLoadIncrement8Instruction_1="FakeLoadIncrement8Instruction_1",i.FakeLoadIncrement8Instruction_2="FakeLoadIncrement8Instruction_2",i.FakeLoadIncrement8Instruction_3="FakeLoadIncrement8Instruction_3",i.FakeLoadIncrement8Instruction_4="FakeLoadIncrement8Instruction_4",i.FakeLoadIncrement8Instruction_5="FakeLoadIncrement8Instruction_5",i.FakeLoadIncrement8Instruction_6="FakeLoadIncrement8Instruction_6",i.FakeLoadIncrement8Instruction_7="FakeLoadIncrement8Instruction_7",i.FakeLoadIncrement8Instruction_8="FakeLoadIncrement8Instruction_8",i.FakeLoadIncrement8Instruction_9="FakeLoadIncrement8Instruction_9",i.FakeLoadIncrement8Instruction_10="FakeLoadIncrement8Instruction_10",i.FakeLoadIncrement8Instruction_11="FakeLoadIncrement8Instruction_11",i.FakeLoadIncrement8Instruction_12="FakeLoadIncrement8Instruction_12",i.FakeLoadIncrement8Instruction_13="FakeLoadIncrement8Instruction_13",i.FakeLoadDecrement8Instruction_1="FakeLoadDecrement8Instruction_1",i.FakeLoadDecrement8Instruction_2="FakeLoadDecrement8Instruction_2",i.FakeLoadDecrement8Instruction_3="FakeLoadDecrement8Instruction_3",i.FakeLoadDecrement8Instruction_4="FakeLoadDecrement8Instruction_4",i.FakeLoadDecrement8Instruction_5="FakeLoadDecrement8Instruction_5",i.FakeLoadDecrement8Instruction_6="FakeLoadDecrement8Instruction_6",i.FakeLoadDecrement8Instruction_7="FakeLoadDecrement8Instruction_7",i.FakeLoadDecrement8Instruction_8="FakeLoadDecrement8Instruction_8",i.FakeLoadDecrement8Instruction_9="FakeLoadDecrement8Instruction_9",i.FakeLoadDecrement8Instruction_10="FakeLoadDecrement8Instruction_10",i.FakeLoadDecrement8Instruction_11="FakeLoadDecrement8Instruction_11",i.FakeLoadDecrement8Instruction_12="FakeLoadDecrement8Instruction_12",i.FakeLoadDecrement8Instruction_13="FakeLoadDecrement8Instruction_13",i.RotateShiftInstruction_1="RotateShiftInstruction_1",i.RotateShiftInstruction_2="RotateShiftInstruction_2",i.RotateShiftInstruction_3="RotateShiftInstruction_3",i.RotateShiftInstruction_4="RotateShiftInstruction_4",i.RotateShiftInstruction_5="RotateShiftInstruction_5",i.RotateShiftInstruction_6="RotateShiftInstruction_6",i.RotateShiftInstruction_7="RotateShiftInstruction_7",i.RotateShiftInstruction_8="RotateShiftInstruction_8",i.RotateShiftInstruction_9="RotateShiftInstruction_9",i.RotateShiftInstruction_10="RotateShiftInstruction_10",i.RotateShiftInstruction_11="RotateShiftInstruction_11",i.RotateShiftInstruction_12="RotateShiftInstruction_12",i.RotateShiftInstruction_13="RotateShiftInstruction_13",i.RotateShiftInstruction_14="RotateShiftInstruction_14",i.RotateShiftInstruction_15="RotateShiftInstruction_15",i.RotateShiftInstruction_16="RotateShiftInstruction_16",i.RotateShiftInstruction_17="RotateShiftInstruction_17",i.RotateShiftInstruction_18="RotateShiftInstruction_18",i.RotateShiftInstruction_19="RotateShiftInstruction_19",i.RotateShiftInstruction_20="RotateShiftInstruction_20",i.RotateShiftInstruction_21="RotateShiftInstruction_21",i.RotateShiftInstruction_22="RotateShiftInstruction_22",i.RotateShiftInstruction_23="RotateShiftInstruction_23",i.RotateShiftInstruction_24="RotateShiftInstruction_24",i.RotateShiftInstruction_25="RotateShiftInstruction_25",i.RotateShiftInstruction_26="RotateShiftInstruction_26",i.RotateShiftInstruction_27="RotateShiftInstruction_27",i.RotateShiftInstruction_28="RotateShiftInstruction_28",i.RotateShiftInstruction_29="RotateShiftInstruction_29",i.RotateShiftInstruction_30="RotateShiftInstruction_30",i.RotateShiftInstruction_31="RotateShiftInstruction_31",i.RotateShiftInstruction_32="RotateShiftInstruction_32",i.RotateShiftInstruction_33="RotateShiftInstruction_33",i.RotateShiftInstruction_34="RotateShiftInstruction_34",i.RotateShiftInstruction_35="RotateShiftInstruction_35",i.RotateShiftInstruction_36="RotateShiftInstruction_36",i.RotateShiftInstruction_37="RotateShiftInstruction_37",i.RotateShiftInstruction_38="RotateShiftInstruction_38",i.RotateShiftInstruction_39="RotateShiftInstruction_39",i.RotateShiftInstruction_40="RotateShiftInstruction_40",i.RotateShiftInstruction_41="RotateShiftInstruction_41",i.RotateShiftInstruction_42="RotateShiftInstruction_42",i.RotateShiftInstruction_43="RotateShiftInstruction_43",i.RotateShiftInstruction_44="RotateShiftInstruction_44",i.RotateShiftInstruction_45="RotateShiftInstruction_45",i.RotateShiftInstruction_46="RotateShiftInstruction_46",i.RotateShiftInstruction_47="RotateShiftInstruction_47",i.RotateShiftInstruction_48="RotateShiftInstruction_48",i.RotateShiftInstruction_49="RotateShiftInstruction_49",i.RotateShiftInstruction_50="RotateShiftInstruction_50",i.RotateShiftInstruction_51="RotateShiftInstruction_51",i.RotateShiftInstruction_52="RotateShiftInstruction_52",i.RotateShiftInstruction_$0_1="RotateShiftInstruction_$0_1",i.RotateShiftInstruction_$0_2="RotateShiftInstruction_$0_2",i.RotateShiftInstruction_$1_1="RotateShiftInstruction_$1_1",i.RotateShiftInstruction_$1_2="RotateShiftInstruction_$1_2",i.RotateShiftInstruction_$2_1="RotateShiftInstruction_$2_1",i.RotateShiftInstruction_$2_2="RotateShiftInstruction_$2_2",i.RotateShiftInstruction_$3_1="RotateShiftInstruction_$3_1",i.RotateShiftInstruction_$3_2="RotateShiftInstruction_$3_2",i.RotateShiftInstruction_$4_1="RotateShiftInstruction_$4_1",i.RotateShiftInstruction_$4_2="RotateShiftInstruction_$4_2",i.RotateShiftInstruction_$5_1="RotateShiftInstruction_$5_1",i.RotateShiftInstruction_$5_2="RotateShiftInstruction_$5_2",i.FakeRotateShiftInstruction16_1="FakeRotateShiftInstruction16_1",i.FakeRotateShiftInstruction16_2="FakeRotateShiftInstruction16_2",i.FakeRotateShiftInstruction16_3="FakeRotateShiftInstruction16_3",i.FakeRotateShiftInstruction16_4="FakeRotateShiftInstruction16_4",i.FakeRotateShiftInstruction16_5="FakeRotateShiftInstruction16_5",i.FakeRotateShiftInstruction16_6="FakeRotateShiftInstruction16_6",i.FakeRotateShiftInstruction16_$0_1="FakeRotateShiftInstruction16_$0_1",i.FakeRotateShiftInstruction16_$0_2="FakeRotateShiftInstruction16_$0_2",i.BitManipulationInstruction_1="BitManipulationInstruction_1",i.BitManipulationInstruction_2="BitManipulationInstruction_2",i.BitManipulationInstruction_3="BitManipulationInstruction_3",i.BitManipulationInstruction_4="BitManipulationInstruction_4",i.BitManipulationInstruction_5="BitManipulationInstruction_5",i.BitManipulationInstruction_6="BitManipulationInstruction_6",i.BitManipulationInstruction_7="BitManipulationInstruction_7",i.BitManipulationInstruction_8="BitManipulationInstruction_8",i.BitManipulationInstruction_9="BitManipulationInstruction_9",i.BitManipulationInstruction_10="BitManipulationInstruction_10",i.BitManipulationInstruction_11="BitManipulationInstruction_11",i.BitManipulationInstruction_12="BitManipulationInstruction_12",i.Offset_1="Offset_1",i.Offset_2="Offset_2",i.JumpInstruction_1="JumpInstruction_1",i.JumpInstruction_2="JumpInstruction_2",i.JumpInstruction_3="JumpInstruction_3",i.JumpInstruction_4="JumpInstruction_4",i.JumpInstruction_5="JumpInstruction_5",i.JumpInstruction_6="JumpInstruction_6",i.JumpInstruction_7="JumpInstruction_7",i.JumpInstruction_8="JumpInstruction_8",i.JumpInstruction_9="JumpInstruction_9",i.JumpInstruction_10="JumpInstruction_10",i.JumpInstruction_11="JumpInstruction_11",i.CallInstruction_1="CallInstruction_1",i.CallInstruction_2="CallInstruction_2",i.ReturnInstruction_1="ReturnInstruction_1",i.ReturnInstruction_2="ReturnInstruction_2",i.ReturnInstruction_3="ReturnInstruction_3",i.ReturnInstruction_4="ReturnInstruction_4",i.ReturnInstruction_5="ReturnInstruction_5",i.InputInstruction_1="InputInstruction_1",i.InputInstruction_2="InputInstruction_2",i.InputInstruction_3="InputInstruction_3",i.InputInstruction_4="InputInstruction_4",i.InputInstruction_5="InputInstruction_5",i.InputInstruction_6="InputInstruction_6",i.InputInstruction_7="InputInstruction_7",i.OutputInstruction_1="OutputInstruction_1",i.OutputInstruction_2="OutputInstruction_2",i.OutputInstruction_3="OutputInstruction_3",i.OutputInstruction_4="OutputInstruction_4",i.OutputInstruction_5="OutputInstruction_5",i.OutputInstruction_6="OutputInstruction_6",i.OutputInstruction_7="OutputInstruction_7",i.ByteDirective_1="ByteDirective_1",i.ByteDirective_2="ByteDirective_2",i.ByteDirective_3="ByteDirective_3",i.ByteDirective_4="ByteDirective_4",i.ByteDirective_5="ByteDirective_5",i.WordDirective_1="WordDirective_1",i.WordDirective_2="WordDirective_2",i.WordDirective_3="WordDirective_3",i.BlockDirective_1="BlockDirective_1",i.BlockDirective_2="BlockDirective_2",i.BlockDirective_3="BlockDirective_3",i.ByteValue_1="ByteValue_1",i.ByteValue_2="ByteValue_2",i.ByteValue_3="ByteValue_3",i.WordValue="WordValue",i.DataDirective_1="DataDirective_1",i.DataDirective_2="DataDirective_2",i.DataDirective_3="DataDirective_3",i.DataDirective_$0="DataDirective_$0",i.DataDirective_$1="DataDirective_$1",i.DataDirective_$2="DataDirective_$2",i.EscapeSequence_1="EscapeSequence_1",i.EscapeSequence_2="EscapeSequence_2",i.EscapeSequence_3="EscapeSequence_3",i.SimpleEscapeSequence="SimpleEscapeSequence",i.SimpleEscapeSequence_$0_1="SimpleEscapeSequence_$0_1",i.SimpleEscapeSequence_$0_2="SimpleEscapeSequence_$0_2",i.OctalEscapeSequence="OctalEscapeSequence",i.HexadecimalEscapeSequence="HexadecimalEscapeSequence",i.NoQuoteChar="NoQuoteChar",i.NoDoubleQuoteChar="NoDoubleQuoteChar",i.QuottedStr="QuottedStr",i.QuottedStr_$0_1="QuottedStr_$0_1",i.QuottedStr_$0_2="QuottedStr_$0_2",i.DoubleQuottedStr="DoubleQuottedStr",i.DoubleQuottedStr_$0_1="DoubleQuottedStr_$0_1",i.DoubleQuottedStr_$0_2="DoubleQuottedStr_$0_2",i.Comment="Comment",i.OriginDirective="OriginDirective",i.Filename_1="Filename_1",i.Filename_2="Filename_2",i.IncludeDirective="IncludeDirective",i.OutputDirective="OutputDirective",i.OutputDirective_$0="OutputDirective_$0",i.DeviceDirective="DeviceDirective",i.EndDirective="EndDirective",i.$EOF="$EOF",i))(f||{});class nn{constructor(t,n){this.kind="n_1",this.pos=t,this.binary=n,this.value=(()=>C(t,n.raw,2,1))()}}class en{constructor(t,n){this.kind="n_2",this.pos=t,this.hexadecimal=n,this.value=(()=>C(t,n.raw,16,1))()}}class sn{constructor(t,n){this.kind="n_3",this.pos=t,this.octal=n,this.value=(()=>C(t,n.raw,8,1))()}}class rn{constructor(t,n){this.kind="n_4",this.pos=t,this.decimal=n,this.value=(()=>C(t,n.raw,10,1))()}}class un{constructor(t,n){this.kind="nn_1",this.pos=t,this.binary=n,this.value=(()=>C(t,n.raw,2,2))()}}class ln{constructor(t,n){this.kind="nn_2",this.pos=t,this.hexadecimal=n,this.value=(()=>C(t,n.raw,16,2))()}}class cn{constructor(t,n){this.kind="nn_3",this.pos=t,this.octal=n,this.value=(()=>C(t,n.raw,8,2))()}}class on{constructor(t,n){this.kind="nn_4",this.pos=t,this.decimal=n,this.value=(()=>C(t,n.raw,10,2))()}}class an{constructor(t){this.kind="b",this.raw=t,this.value=(()=>parseInt(t))()}}class hn{constructor(t){this.kind="Statement_1",this.inc=t,this.info=(()=>t.info)()}}class mn{constructor(t){this.kind="Statement_2",this.ins=t,this.elements=(()=>t.elements)()}}class _n{constructor(t){this.kind="Statement_3",this.dir=t,this.elements=(()=>t.elements)(),this.address=(()=>t.address)()}}class gn{constructor(t){this.kind="Directive_1",this.data=t,this.elements=(()=>t.elements)(),this.address=(()=>null)()}}class In{constructor(t){this.kind="Directive_2",this.origin=t,this.elements=(()=>[])(),this.address=(()=>t.address.value)()}}class wn{constructor(t){this.kind="Directive_3",this.directive=t,this.elements=(()=>[])(),this.address=(()=>null)()}}class xn{constructor(t){this.kind="Directive_4",this.directive=t,this.elements=(()=>[])(),this.address=(()=>null)()}}class fn{constructor(t){this.kind="Directive_5",this.directive=t,this.elements=(()=>[])(),this.address=(()=>null)()}}class Ln{constructor(t){this.kind="Expression",this.e1=t,this.eval=(()=>t.eval)()}}class An{constructor(t,n){this.kind="BitwiseOrExpression",this.left=t,this.right=n,this.eval=(()=>O(t,n,Lt))()}}class Sn{constructor(t,n){this.kind="BitwiseXOrExpression",this.left=t,this.right=n,this.eval=(()=>O(t,n,At))()}}class kn{constructor(t,n){this.kind="BitwiseAndExpression",this.left=t,this.right=n,this.eval=(()=>O(t,n,St))()}}class Rn{constructor(t,n){this.kind="ShiftExpression",this.left=t,this.right=n,this.eval=(()=>N(t,n,{"<<":kt,">>":Rt}))()}}class Cn{constructor(t,n){this.kind="AdditiveExpression",this.left=t,this.right=n,this.eval=(()=>N(t,n,{"+":Ct,"-":Ft}))()}}class Fn{constructor(t,n){this.kind="MultiplicativeExpression",this.left=t,this.right=n,this.eval=(()=>N(t,n,{"*":Dt,"/":Et,"%":vt}))()}}class Dn{constructor(t,n){this.kind="UnaryExpression_1",this.op=t,this.e=n,this.eval=(()=>ft(n,t,{"~":yt,"+":bt,"-":qt}))()}}class En{constructor(t){this.kind="UnaryExpression_2",this.e=t,this.eval=(()=>U(t,z))()}}class vn{constructor(t){this.kind="PrimaryExpression_1",this.nn=t,this.eval=(()=>Pt(t.value))()}}class bn{constructor(t,n){this.kind="PrimaryExpression_2",this.pos=t,this.label=n,this.eval=(()=>W(t,n.name))()}}class qn{constructor(t){this.kind="PrimaryExpression_3",this.e=t,this.eval=(()=>U(t,z))()}}class yn{constructor(t,n){this.kind="Load8Instruction_1",this.r0=t,this.r1=n,this.elements=(()=>[64|u(t.reg,3)|u(n.reg)])()}}class Bn{constructor(t){this.kind="Load8Instruction_2",this.r0=t,this.elements=(()=>[221,64|u(t.reg,3)|4])()}}class On{constructor(t){this.kind="Load8Instruction_3",this.r0=t,this.elements=(()=>[221,64|u(t.reg,3)|5])()}}class Nn{constructor(t){this.kind="Load8Instruction_4",this.r0=t,this.elements=(()=>[253,64|u(t.reg,3)|4])()}}class Pn{constructor(t){this.kind="Load8Instruction_5",this.r0=t,this.elements=(()=>[253,64|u(t.reg,3)|5])()}}class Mn{constructor(t){this.kind="Load8Instruction_6",this.r1=t,this.elements=(()=>[221,96|u(t.reg)])()}}class Vn{constructor(t){this.kind="Load8Instruction_7",this.r1=t,this.elements=(()=>[221,104|u(t.reg)])()}}class Xn{constructor(t){this.kind="Load8Instruction_8",this.r1=t,this.elements=(()=>[253,96|u(t.reg)])()}}class Gn{constructor(t){this.kind="Load8Instruction_9",this.r1=t,this.elements=(()=>[253,104|u(t.reg)])()}}class Jn{constructor(t,n){this.kind="Load8Instruction_10",this.pos=t,this.n=n,this.elements=(()=>[221,38,I(t,n)])()}}class Yn{constructor(t,n){this.kind="Load8Instruction_11",this.pos=t,this.n=n,this.elements=(()=>[221,46,I(t,n)])()}}class jn{constructor(t,n){this.kind="Load8Instruction_12",this.pos=t,this.n=n,this.elements=(()=>[253,38,I(t,n)])()}}class Qn{constructor(t,n){this.kind="Load8Instruction_13",this.pos=t,this.n=n,this.elements=(()=>[253,46,I(t,n)])()}}class Un{constructor(t){this.kind="Load8Instruction_14",this.r=t,this.elements=(()=>[70|u(t,3)])()}}class zn{constructor(t,n){this.kind="Load8Instruction_15",this.r=t,this.i=n,this.elements=(()=>[221,70|u(t,3),c(n.offset)])()}}class Wn{constructor(t,n){this.kind="Load8Instruction_16",this.r=t,this.i=n,this.elements=(()=>[253,70|u(t,3),c(n.offset)])()}}class Hn{constructor(t){this.kind="Load8Instruction_17",this.r=t,this.elements=(()=>[112|u(t)])()}}class Zn{constructor(t,n){this.kind="Load8Instruction_18",this.i=t,this.r=n,this.elements=(()=>[221,112|u(n),c(t.offset)])()}}class pn{constructor(t,n){this.kind="Load8Instruction_19",this.i=t,this.r=n,this.elements=(()=>[253,112|u(n),c(t.offset)])()}}class Tn{constructor(t,n){this.kind="Load8Instruction_20",this.pos=t,this.n=n,this.elements=(()=>[54,I(t,n)])()}}class Kn{constructor(t,n,e){this.kind="Load8Instruction_21",this.i=t,this.pos=n,this.n=e,this.elements=(()=>[221,54,c(t.offset),I(n,e)])()}}class dn{constructor(t,n,e){this.kind="Load8Instruction_22",this.i=t,this.pos=n,this.n=e,this.elements=(()=>[253,54,c(t.offset),I(n,e)])()}}class $n{constructor(){this.kind="Load8Instruction_23",this.elements=(()=>[10])()}}class te{constructor(){this.kind="Load8Instruction_24",this.elements=(()=>[26])()}}class ne{constructor(t,n){this.kind="Load8Instruction_25",this.pos=t,this.ee=n,this.elements=(()=>[58,w(t,n)])()}}class ee{constructor(){this.kind="Load8Instruction_26",this.elements=(()=>[2])()}}class ie{constructor(){this.kind="Load8Instruction_27",this.elements=(()=>[18])()}}class se{constructor(t,n){this.kind="Load8Instruction_28",this.pos=t,this.ee=n,this.elements=(()=>[50,w(t,n)])()}}class re{constructor(){this.kind="Load8Instruction_29",this.elements=(()=>[237,87])()}}class ue{constructor(){this.kind="Load8Instruction_30",this.elements=(()=>[237,95])()}}class le{constructor(){this.kind="Load8Instruction_31",this.elements=(()=>[237,71])()}}class ce{constructor(){this.kind="Load8Instruction_32",this.elements=(()=>[237,79])()}}class oe{constructor(t,n,e){this.kind="Load8Instruction_33",this.r=t,this.pos=n,this.n=e,this.elements=(()=>[6|u(t.reg,3),I(n,e)])()}}class ae{constructor(t,n){this.kind="Load16Instruction_1",this.pos=t,this.ee=n,this.elements=(()=>[221,42,w(t,n)])()}}class he{constructor(t,n){this.kind="Load16Instruction_2",this.pos=t,this.ee=n,this.elements=(()=>[253,42,w(t,n)])()}}class me{constructor(t,n){this.kind="Load16Instruction_3",this.pos=t,this.ee=n,this.elements=(()=>[221,33,w(t,n)])()}}class _e{constructor(t,n){this.kind="Load16Instruction_4",this.pos=t,this.ee=n,this.elements=(()=>[253,33,w(t,n)])()}}class ge{constructor(t,n){this.kind="Load16Instruction_5",this.pos=t,this.ee=n,this.elements=(()=>[42,w(t,n)])()}}class Ie{constructor(t,n,e){this.kind="Load16Instruction_6",this.dd=t,this.pos=n,this.ee=e,this.elements=(()=>[237,75|q(t,4),w(n,e)])()}}class we{constructor(t,n){this.kind="Load16Instruction_7",this.pos=t,this.ee=n,this.elements=(()=>[34,w(t,n)])()}}class xe{constructor(t,n,e){this.kind="Load16Instruction_8",this.pos=t,this.ee=n,this.dd=e,this.elements=(()=>[237,67|q(e,4),w(t,n)])()}}class fe{constructor(t,n){this.kind="Load16Instruction_9",this.pos=t,this.ee=n,this.elements=(()=>[221,34,w(t,n)])()}}class Le{constructor(t,n){this.kind="Load16Instruction_10",this.pos=t,this.ee=n,this.elements=(()=>[253,34,w(t,n)])()}}class Ae{constructor(){this.kind="Load16Instruction_11",this.elements=(()=>[249])()}}class Se{constructor(){this.kind="Load16Instruction_12",this.elements=(()=>[221,249])()}}class ke{constructor(){this.kind="Load16Instruction_13",this.elements=(()=>[253,249])()}}class Re{constructor(t,n,e){this.kind="Load16Instruction_14",this.dd=t,this.pos=n,this.ee=e,this.elements=(()=>[1|q(t,4),w(n,e)])()}}class Ce{constructor(t){this.kind="Load16Instruction_15",this.qq=t,this.elements=(()=>[197|Y(t,4)])()}}class Fe{constructor(){this.kind="Load16Instruction_16",this.elements=(()=>[221,229])()}}class De{constructor(){this.kind="Load16Instruction_17",this.elements=(()=>[253,229])()}}class Ee{constructor(t){this.kind="Load16Instruction_18",this.qq=t,this.elements=(()=>[193|Y(t,4)])()}}class ve{constructor(){this.kind="Load16Instruction_19",this.elements=(()=>[221,225])()}}class be{constructor(){this.kind="Load16Instruction_20",this.elements=(()=>[253,225])()}}class qe{constructor(t,n){this.kind="FakeLoad16Instruction_1",this.r0=t,this.r1=n,this.elements=(()=>[64|u(t.reg[0],3)|u(n.reg[0]),64|u(t.reg[1],3)|u(n.reg[1])])()}}class ye{constructor(t){this.kind="FakeLoad16Instruction_2",this.r0=t,this.elements=(()=>[221,64|u(t.reg[0],3)|4,221,64|u(t.reg[1],3)|5])()}}class Be{constructor(t){this.kind="FakeLoad16Instruction_3",this.r0=t,this.elements=(()=>[253,64|u(t.reg[0],3)|4,253,64|u(t.reg[1],3)|5])()}}class Oe{constructor(t){this.kind="FakeLoad16Instruction_4",this.qq=t,this.elements=(()=>[70|u(t[1],3),35,70|u(t[0],3),43])()}}class Ne{constructor(t,n){this.kind="FakeLoad16Instruction_5",this.qq=t,this.i=n,this.elements=(()=>[221,70|u(t[1],3),c(n.offset),221,70|u(t[0],3),b(n.offset)])()}}class Pe{constructor(t,n){this.kind="FakeLoad16Instruction_6",this.qq=t,this.i=n,this.elements=(()=>[253,70|u(t[1],3),c(n.offset),253,70|u(t[0],3),b(n.offset)])()}}class Me{constructor(t){this.kind="FakeLoad16Instruction_7",this.qq=t,this.elements=(()=>[221,96|u(t[0]),221,104|u(t[1])])()}}class Ve{constructor(t){this.kind="FakeLoad16Instruction_8",this.qq=t,this.elements=(()=>[253,96|u(t[0]),253,104|u(t[1])])()}}class Xe{constructor(){this.kind="FakeLoad16Instruction_9",this.elements=(()=>[253,229,221,225])()}}class Ge{constructor(){this.kind="FakeLoad16Instruction_10",this.elements=(()=>[221,229,253,225])()}}class Je{constructor(t){this.kind="FakeLoad16Instruction_11",this.qq=t,this.elements=(()=>[112|u(t[1]),35,112|u(t[0]),43])()}}class Ye{constructor(t,n){this.kind="FakeLoad16Instruction_12",this.i=t,this.qq=n,this.elements=(()=>[221,112|u(n[1]),c(t.offset),221,112|u(n[0]),b(t.offset)])()}}class je{constructor(t,n){this.kind="FakeLoad16Instruction_13",this.i=t,this.qq=n,this.elements=(()=>[253,112|u(n[1]),c(t.offset),253,112|u(n[0]),b(t.offset)])()}}class Qe{constructor(){this.kind="ExchangeInstruction_1",this.elements=(()=>[235])()}}class Ue{constructor(){this.kind="ExchangeInstruction_2",this.elements=(()=>[8])()}}class ze{constructor(){this.kind="ExchangeInstruction_3",this.elements=(()=>[217])()}}class We{constructor(){this.kind="ExchangeInstruction_4",this.elements=(()=>[227])()}}class He{constructor(){this.kind="ExchangeInstruction_5",this.elements=(()=>[221,227])()}}class Ze{constructor(){this.kind="ExchangeInstruction_6",this.elements=(()=>[253,227])()}}class pe{constructor(){this.kind="BlockInstruction_1",this.elements=(()=>[237,176])()}}class Te{constructor(){this.kind="BlockInstruction_2",this.elements=(()=>[237,160])()}}class Ke{constructor(){this.kind="BlockInstruction_3",this.elements=(()=>[237,184])()}}class de{constructor(){this.kind="BlockInstruction_4",this.elements=(()=>[237,168])()}}class $e{constructor(){this.kind="BlockInstruction_5",this.elements=(()=>[237,177])()}}class ti{constructor(){this.kind="BlockInstruction_6",this.elements=(()=>[237,161])()}}class ni{constructor(){this.kind="BlockInstruction_7",this.elements=(()=>[237,185])()}}class ei{constructor(){this.kind="BlockInstruction_8",this.elements=(()=>[237,169])()}}class ii{constructor(){this.kind="ArithmeticLogic8Instruction_1",this.elements=(()=>[134])()}}class si{constructor(t){this.kind="ArithmeticLogic8Instruction_2",this.i=t,this.elements=(()=>[221,134,c(t.offset)])()}}class ri{constructor(t){this.kind="ArithmeticLogic8Instruction_3",this.i=t,this.elements=(()=>[253,134,c(t.offset)])()}}class ui{constructor(t){this.kind="ArithmeticLogic8Instruction_4",this.r=t,this.elements=(()=>[128|u(t)])()}}class li{constructor(t){this.kind="ArithmeticLogic8Instruction_5",this.r=t,this.elements=(()=>[A(t),S(t,132)])()}}class ci{constructor(t,n){this.kind="ArithmeticLogic8Instruction_6",this.pos=t,this.n=n,this.elements=(()=>[198,I(t,n)])()}}class oi{constructor(){this.kind="ArithmeticLogic8Instruction_7",this.elements=(()=>[142])()}}class ai{constructor(t){this.kind="ArithmeticLogic8Instruction_8",this.i=t,this.elements=(()=>[221,142,c(t.offset)])()}}class hi{constructor(t){this.kind="ArithmeticLogic8Instruction_9",this.i=t,this.elements=(()=>[253,142,c(t.offset)])()}}class mi{constructor(t){this.kind="ArithmeticLogic8Instruction_10",this.r=t,this.elements=(()=>[136|u(t)])()}}class _i{constructor(t){this.kind="ArithmeticLogic8Instruction_11",this.r=t,this.elements=(()=>[A(t),S(t,140)])()}}class gi{constructor(t,n){this.kind="ArithmeticLogic8Instruction_12",this.pos=t,this.n=n,this.elements=(()=>[206,I(t,n)])()}}class Ii{constructor(){this.kind="ArithmeticLogic8Instruction_13",this.elements=(()=>[150])()}}class wi{constructor(t){this.kind="ArithmeticLogic8Instruction_14",this.i=t,this.elements=(()=>[221,150,c(t.offset)])()}}class xi{constructor(t){this.kind="ArithmeticLogic8Instruction_15",this.i=t,this.elements=(()=>[253,150,c(t.offset)])()}}class fi{constructor(t){this.kind="ArithmeticLogic8Instruction_16",this.r=t,this.elements=(()=>[144|u(t)])()}}class Li{constructor(t){this.kind="ArithmeticLogic8Instruction_17",this.r=t,this.elements=(()=>[A(t),S(t,148)])()}}class Ai{constructor(t,n){this.kind="ArithmeticLogic8Instruction_18",this.pos=t,this.n=n,this.elements=(()=>[214,I(t,n)])()}}class Si{constructor(){this.kind="ArithmeticLogic8Instruction_19",this.elements=(()=>[158])()}}class ki{constructor(t){this.kind="ArithmeticLogic8Instruction_20",this.i=t,this.elements=(()=>[221,158,c(t.offset)])()}}class Ri{constructor(t){this.kind="ArithmeticLogic8Instruction_21",this.i=t,this.elements=(()=>[253,158,c(t.offset)])()}}class Ci{constructor(t){this.kind="ArithmeticLogic8Instruction_22",this.r=t,this.elements=(()=>[152|u(t)])()}}class Fi{constructor(t){this.kind="ArithmeticLogic8Instruction_23",this.r=t,this.elements=(()=>[A(t),S(t,156)])()}}class Di{constructor(t,n){this.kind="ArithmeticLogic8Instruction_24",this.pos=t,this.n=n,this.elements=(()=>[222,I(t,n)])()}}class Ei{constructor(){this.kind="ArithmeticLogic8Instruction_25",this.elements=(()=>[166])()}}class vi{constructor(t){this.kind="ArithmeticLogic8Instruction_26",this.i=t,this.elements=(()=>[221,166,c(t.offset)])()}}class bi{constructor(t){this.kind="ArithmeticLogic8Instruction_27",this.i=t,this.elements=(()=>[253,166,c(t.offset)])()}}class qi{constructor(t){this.kind="ArithmeticLogic8Instruction_28",this.r=t,this.elements=(()=>[160|u(t)])()}}class yi{constructor(t){this.kind="ArithmeticLogic8Instruction_29",this.r=t,this.elements=(()=>[A(t),S(t,164)])()}}class Bi{constructor(t,n){this.kind="ArithmeticLogic8Instruction_30",this.pos=t,this.n=n,this.elements=(()=>[230,I(t,n)])()}}class Oi{constructor(){this.kind="ArithmeticLogic8Instruction_31",this.elements=(()=>[182])()}}class Ni{constructor(t){this.kind="ArithmeticLogic8Instruction_32",this.i=t,this.elements=(()=>[221,182,c(t.offset)])()}}class Pi{constructor(t){this.kind="ArithmeticLogic8Instruction_33",this.i=t,this.elements=(()=>[253,182,c(t.offset)])()}}class Mi{constructor(t){this.kind="ArithmeticLogic8Instruction_34",this.r=t,this.elements=(()=>[176|u(t)])()}}class Vi{constructor(t){this.kind="ArithmeticLogic8Instruction_35",this.r=t,this.elements=(()=>[A(t),S(t,180)])()}}class Xi{constructor(t,n){this.kind="ArithmeticLogic8Instruction_36",this.pos=t,this.n=n,this.elements=(()=>[246,I(t,n)])()}}class Gi{constructor(){this.kind="ArithmeticLogic8Instruction_37",this.elements=(()=>[174])()}}class Ji{constructor(t){this.kind="ArithmeticLogic8Instruction_38",this.i=t,this.elements=(()=>[221,174,c(t.offset)])()}}class Yi{constructor(t){this.kind="ArithmeticLogic8Instruction_39",this.i=t,this.elements=(()=>[253,174,c(t.offset)])()}}class ji{constructor(t){this.kind="ArithmeticLogic8Instruction_40",this.r=t,this.elements=(()=>[168|u(t)])()}}class Qi{constructor(t){this.kind="ArithmeticLogic8Instruction_41",this.r=t,this.elements=(()=>[A(t),S(t,172)])()}}class Ui{constructor(t,n){this.kind="ArithmeticLogic8Instruction_42",this.pos=t,this.n=n,this.elements=(()=>[238,I(t,n)])()}}class zi{constructor(){this.kind="ArithmeticLogic8Instruction_43",this.elements=(()=>[190])()}}class Wi{constructor(t){this.kind="ArithmeticLogic8Instruction_44",this.i=t,this.elements=(()=>[221,190,c(t.offset)])()}}class Hi{constructor(t){this.kind="ArithmeticLogic8Instruction_45",this.i=t,this.elements=(()=>[253,190,c(t.offset)])()}}class Zi{constructor(t){this.kind="ArithmeticLogic8Instruction_46",this.r=t,this.elements=(()=>[184|u(t)])()}}class pi{constructor(t){this.kind="ArithmeticLogic8Instruction_47",this.r=t,this.elements=(()=>[A(t),S(t,188)])()}}class Ti{constructor(t,n){this.kind="ArithmeticLogic8Instruction_48",this.pos=t,this.n=n,this.elements=(()=>[254,I(t,n)])()}}class Ki{constructor(t){this.kind="IncrementDecrement8Instruction_1",this.r=t,this.elements=(()=>[4|u(t,3)])()}}class di{constructor(t){this.kind="IncrementDecrement8Instruction_2",this.r=t,this.elements=(()=>[A(t),S(t,36,8)])()}}class $i{constructor(){this.kind="IncrementDecrement8Instruction_3",this.elements=(()=>[52])()}}class ts{constructor(t){this.kind="IncrementDecrement8Instruction_4",this.i=t,this.elements=(()=>[221,52,c(t.offset)])()}}class ns{constructor(t){this.kind="IncrementDecrement8Instruction_5",this.i=t,this.elements=(()=>[253,52,c(t.offset)])()}}class es{constructor(t){this.kind="IncrementDecrement8Instruction_6",this.r=t,this.elements=(()=>[5|u(t,3)])()}}class is{constructor(t){this.kind="IncrementDecrement8Instruction_7",this.r=t,this.elements=(()=>[A(t),S(t,37,8)])()}}class ss{constructor(){this.kind="IncrementDecrement8Instruction_8",this.elements=(()=>[53])()}}class rs{constructor(t){this.kind="IncrementDecrement8Instruction_9",this.i=t,this.elements=(()=>[221,53,c(t.offset)])()}}class us{constructor(t){this.kind="IncrementDecrement8Instruction_10",this.i=t,this.elements=(()=>[253,53,c(t.offset)])()}}class ls{constructor(){this.kind="GeneralPurposeArithmeticInstruction_1",this.elements=(()=>[39])()}}class cs{constructor(){this.kind="GeneralPurposeArithmeticInstruction_2",this.elements=(()=>[47])()}}class os{constructor(){this.kind="GeneralPurposeArithmeticInstruction_3",this.elements=(()=>[237,68])()}}class as{constructor(){this.kind="GeneralPurposeArithmeticInstruction_4",this.elements=(()=>[63])()}}class hs{constructor(){this.kind="GeneralPurposeArithmeticInstruction_5",this.elements=(()=>[55])()}}class ms{constructor(){this.kind="CpuControlGroupInstruction_1",this.elements=(()=>[0])()}}class _s{constructor(){this.kind="CpuControlGroupInstruction_2",this.elements=(()=>[118])()}}class gs{constructor(){this.kind="CpuControlGroupInstruction_3",this.elements=(()=>[243])()}}class Is{constructor(){this.kind="CpuControlGroupInstruction_4",this.elements=(()=>[251])()}}class ws{constructor(t){this.kind="CpuControlGroupInstruction_5",this.m=t,this.elements=(()=>[237,rt(t)])()}}class xs{constructor(t){this.kind="ArithmeticLogic16Instruction_1",this.ss=t,this.elements=(()=>[9|L(t,4)])()}}class fs{constructor(t){this.kind="ArithmeticLogic16Instruction_2",this.ss=t,this.elements=(()=>[237,74|L(t,4)])()}}class Ls{constructor(t){this.kind="ArithmeticLogic16Instruction_3",this.ss=t,this.elements=(()=>[237,66|L(t,4)])()}}class As{constructor(t){this.kind="ArithmeticLogic16Instruction_4",this.pp=t,this.elements=(()=>[221,9|et(t,4)])()}}class Ss{constructor(t){this.kind="ArithmeticLogic16Instruction_5",this.rr=t,this.elements=(()=>[253,9|it(t,4)])()}}class ks{constructor(t){this.kind="ArithmeticLogic16Instruction_6",this.ss=t,this.elements=(()=>[3|L(t,4)])()}}class Rs{constructor(){this.kind="ArithmeticLogic16Instruction_7",this.elements=(()=>[221,35])()}}class Cs{constructor(){this.kind="ArithmeticLogic16Instruction_8",this.elements=(()=>[253,35])()}}class Fs{constructor(t){this.kind="ArithmeticLogic16Instruction_9",this.ss=t,this.elements=(()=>[11|L(t,4)])()}}class Ds{constructor(){this.kind="ArithmeticLogic16Instruction_10",this.elements=(()=>[221,43])()}}class Es{constructor(){this.kind="ArithmeticLogic16Instruction_11",this.elements=(()=>[253,43])()}}class vs{constructor(t){this.kind="FakeArithmetic16Instruction_1",this.ss=t,this.elements=(()=>[235,237,74|L(t,4),235])()}}class bs{constructor(t){this.kind="FakeArithmetic16Instruction_2",this.ss=t,this.elements=(()=>[235,9|L(t,4),235])()}}class qs{constructor(t){this.kind="FakeArithmetic16Instruction_3",this.ss=t,this.elements=(()=>[235,237,66|L(t,4),235])()}}class ys{constructor(t){this.kind="FakeArithmetic16Instruction_4",this.ss=t,this.elements=(()=>[183,237,66|L(t,4)])()}}class Bs{constructor(t){this.kind="FakeArithmetic16Instruction_5",this.ss=t,this.elements=(()=>[235,183,237,66|L(t,4),235])()}}class Os{constructor(t){this.kind="FakeLoadIncrement16Instruction_1",this.qq=t,this.elements=(()=>[70|u(t[1],3),35,70|u(t[0],3),35])()}}class Ns{constructor(t,n){this.kind="FakeLoadIncrement16Instruction_2",this.qq=t,this.i=n,this.elements=(()=>[221,70|u(t[1],3),c(n.offset),221,35,221,70|u(t[0],3),c(n.offset),221,35])()}}class Ps{constructor(t,n){this.kind="FakeLoadIncrement16Instruction_3",this.qq=t,this.i=n,this.elements=(()=>[253,70|u(t[1],3),c(n.offset),253,35,253,70|u(t[0],3),c(n.offset),253,35])()}}class Ms{constructor(t){this.kind="FakeLoadIncrement16Instruction_4",this.qq=t,this.elements=(()=>[112|u(t[1]),35,112|u(t[0]),35])()}}class Vs{constructor(t,n){this.kind="FakeLoadIncrement16Instruction_5",this.i=t,this.qq=n,this.elements=(()=>[221,112|u(n[1]),c(t.offset),221,35,221,112|u(n[0]),c(t.offset),221,35])()}}class Xs{constructor(t,n){this.kind="FakeLoadIncrement16Instruction_6",this.i=t,this.qq=n,this.elements=(()=>[253,112|u(n[1]),c(t.offset),253,35,253,112|u(n[0]),c(t.offset),253,35])()}}class Gs{constructor(){this.kind="FakeLoadIncrement8Instruction_1",this.elements=(()=>[10,3])()}}class Js{constructor(){this.kind="FakeLoadIncrement8Instruction_2",this.elements=(()=>[26,19])()}}class Ys{constructor(t){this.kind="FakeLoadIncrement8Instruction_3",this.r=t,this.elements=(()=>[70|u(t,3),35])()}}class js{constructor(t,n){this.kind="FakeLoadIncrement8Instruction_4",this.r=t,this.i=n,this.elements=(()=>[221,70|u(t,3),c(n.offset),221,35])()}}class Qs{constructor(t,n){this.kind="FakeLoadIncrement8Instruction_5",this.r=t,this.i=n,this.elements=(()=>[253,70|u(t,3),c(n.offset),253,35])()}}class Us{constructor(){this.kind="FakeLoadIncrement8Instruction_6",this.elements=(()=>[2,3])()}}class zs{constructor(){this.kind="FakeLoadIncrement8Instruction_7",this.elements=(()=>[18,19])()}}class Ws{constructor(t){this.kind="FakeLoadIncrement8Instruction_8",this.r=t,this.elements=(()=>[112|u(t),35])()}}class Hs{constructor(t,n){this.kind="FakeLoadIncrement8Instruction_9",this.i=t,this.r=n,this.elements=(()=>[221,112|u(n),c(t.offset),221,35])()}}class Zs{constructor(t,n){this.kind="FakeLoadIncrement8Instruction_10",this.i=t,this.r=n,this.elements=(()=>[253,112|u(n),c(t.offset),253,35])()}}class ps{constructor(t,n){this.kind="FakeLoadIncrement8Instruction_11",this.pos=t,this.n=n,this.elements=(()=>[54,I(t,n),35])()}}class Ts{constructor(t,n,e){this.kind="FakeLoadIncrement8Instruction_12",this.i=t,this.pos=n,this.n=e,this.elements=(()=>[221,54,c(t.offset),I(n,e),221,35])()}}class Ks{constructor(t,n,e){this.kind="FakeLoadIncrement8Instruction_13",this.i=t,this.pos=n,this.n=e,this.elements=(()=>[253,54,c(t.offset),I(n,e),253,35])()}}class ds{constructor(){this.kind="FakeLoadDecrement8Instruction_1",this.elements=(()=>[10,11])()}}class $s{constructor(){this.kind="FakeLoadDecrement8Instruction_2",this.elements=(()=>[26,27])()}}class tr{constructor(t){this.kind="FakeLoadDecrement8Instruction_3",this.r=t,this.elements=(()=>[70|u(t,3),43])()}}class nr{constructor(t,n){this.kind="FakeLoadDecrement8Instruction_4",this.r=t,this.i=n,this.elements=(()=>[221,70|u(t,3),c(n.offset),221,43])()}}class er{constructor(t,n){this.kind="FakeLoadDecrement8Instruction_5",this.r=t,this.i=n,this.elements=(()=>[253,70|u(t,3),c(n.offset),253,43])()}}class ir{constructor(){this.kind="FakeLoadDecrement8Instruction_6",this.elements=(()=>[2,11])()}}class sr{constructor(){this.kind="FakeLoadDecrement8Instruction_7",this.elements=(()=>[18,27])()}}class rr{constructor(t){this.kind="FakeLoadDecrement8Instruction_8",this.r=t,this.elements=(()=>[112|u(t),43])()}}class ur{constructor(t,n){this.kind="FakeLoadDecrement8Instruction_9",this.i=t,this.r=n,this.elements=(()=>[221,112|u(n),c(t.offset),221,43])()}}class lr{constructor(t,n){this.kind="FakeLoadDecrement8Instruction_10",this.i=t,this.r=n,this.elements=(()=>[253,112|u(n),c(t.offset),253,43])()}}class cr{constructor(t,n){this.kind="FakeLoadDecrement8Instruction_11",this.pos=t,this.n=n,this.elements=(()=>[54,I(t,n),43])()}}class or{constructor(t,n,e){this.kind="FakeLoadDecrement8Instruction_12",this.i=t,this.pos=n,this.n=e,this.elements=(()=>[221,54,c(t.offset),I(n,e),221,43])()}}class ar{constructor(t,n,e){this.kind="FakeLoadDecrement8Instruction_13",this.i=t,this.pos=n,this.n=e,this.elements=(()=>[253,54,c(t.offset),I(n,e),253,43])()}}class hr{constructor(){this.kind="RotateShiftInstruction_1",this.elements=(()=>[7])()}}class mr{constructor(){this.kind="RotateShiftInstruction_2",this.elements=(()=>[23])()}}class _r{constructor(){this.kind="RotateShiftInstruction_3",this.elements=(()=>[15])()}}class gr{constructor(){this.kind="RotateShiftInstruction_4",this.elements=(()=>[31])()}}class Ir{constructor(t){this.kind="RotateShiftInstruction_5",this.r=t,this.elements=(()=>[203,0|u(t)])()}}class wr{constructor(){this.kind="RotateShiftInstruction_6",this.elements=(()=>[203,6])()}}class xr{constructor(t){this.kind="RotateShiftInstruction_7",this.i=t,this.elements=(()=>[221,203,c(t.offset),6])()}}class fr{constructor(t){this.kind="RotateShiftInstruction_8",this.i=t,this.elements=(()=>[253,203,c(t.offset),6])()}}class Lr{constructor(t){this.kind="RotateShiftInstruction_9",this.r=t,this.elements=(()=>[203,16|u(t)])()}}class Ar{constructor(){this.kind="RotateShiftInstruction_10",this.elements=(()=>[203,22])()}}class Sr{constructor(t){this.kind="RotateShiftInstruction_11",this.i=t,this.elements=(()=>[221,203,c(t.offset),22])()}}class kr{constructor(t,n){this.kind="RotateShiftInstruction_12",this.i=t,this.r=n,this.elements=(()=>[221,203,c(t.offset),16+u(n)])()}}class Rr{constructor(t){this.kind="RotateShiftInstruction_13",this.i=t,this.elements=(()=>[253,203,c(t.offset),22])()}}class Cr{constructor(t,n){this.kind="RotateShiftInstruction_14",this.i=t,this.r=n,this.elements=(()=>[253,203,c(t.offset),16+u(n)])()}}class Fr{constructor(t){this.kind="RotateShiftInstruction_15",this.r=t,this.elements=(()=>[203,8|u(t)])()}}class Dr{constructor(){this.kind="RotateShiftInstruction_16",this.elements=(()=>[203,14])()}}class Er{constructor(t){this.kind="RotateShiftInstruction_17",this.i=t,this.elements=(()=>[221,203,c(t.offset),14])()}}class vr{constructor(t,n){this.kind="RotateShiftInstruction_18",this.i=t,this.r=n,this.elements=(()=>[221,203,c(t.offset),8+u(n)])()}}class br{constructor(t){this.kind="RotateShiftInstruction_19",this.i=t,this.elements=(()=>[253,203,c(t.offset),14])()}}class qr{constructor(t,n){this.kind="RotateShiftInstruction_20",this.i=t,this.r=n,this.elements=(()=>[253,203,c(t.offset),8+u(n)])()}}class yr{constructor(t){this.kind="RotateShiftInstruction_21",this.r=t,this.elements=(()=>[203,24|u(t)])()}}class Br{constructor(){this.kind="RotateShiftInstruction_22",this.elements=(()=>[203,30])()}}class Or{constructor(t){this.kind="RotateShiftInstruction_23",this.i=t,this.elements=(()=>[221,203,c(t.offset),30])()}}class Nr{constructor(t,n){this.kind="RotateShiftInstruction_24",this.i=t,this.r=n,this.elements=(()=>[221,203,c(t.offset),24+u(n)])()}}class Pr{constructor(t){this.kind="RotateShiftInstruction_25",this.i=t,this.elements=(()=>[253,203,c(t.offset),30])()}}class Mr{constructor(t,n){this.kind="RotateShiftInstruction_26",this.i=t,this.r=n,this.elements=(()=>[253,203,c(t.offset),24+u(n)])()}}class Vr{constructor(t){this.kind="RotateShiftInstruction_27",this.r=t,this.elements=(()=>[203,32|u(t)])()}}class Xr{constructor(){this.kind="RotateShiftInstruction_28",this.elements=(()=>[203,38])()}}class Gr{constructor(t){this.kind="RotateShiftInstruction_29",this.i=t,this.elements=(()=>[221,203,c(t.offset),38])()}}class Jr{constructor(t,n){this.kind="RotateShiftInstruction_30",this.i=t,this.r=n,this.elements=(()=>[221,203,c(t.offset),32+u(n)])()}}class Yr{constructor(t){this.kind="RotateShiftInstruction_31",this.i=t,this.elements=(()=>[253,203,c(t.offset),38])()}}class jr{constructor(t,n){this.kind="RotateShiftInstruction_32",this.i=t,this.r=n,this.elements=(()=>[253,203,c(t.offset),32+u(n)])()}}class Qr{constructor(t){this.kind="RotateShiftInstruction_33",this.r=t,this.elements=(()=>[203,48|u(t)])()}}class Ur{constructor(){this.kind="RotateShiftInstruction_34",this.elements=(()=>[203,54])()}}class zr{constructor(t){this.kind="RotateShiftInstruction_35",this.i=t,this.elements=(()=>[221,203,c(t.offset),54])()}}class Wr{constructor(t,n){this.kind="RotateShiftInstruction_36",this.i=t,this.r=n,this.elements=(()=>[221,203,c(t.offset),48+u(n)])()}}class Hr{constructor(t){this.kind="RotateShiftInstruction_37",this.i=t,this.elements=(()=>[253,203,c(t.offset),54])()}}class Zr{constructor(t,n){this.kind="RotateShiftInstruction_38",this.i=t,this.r=n,this.elements=(()=>[253,203,c(t.offset),48+u(n)])()}}class pr{constructor(t){this.kind="RotateShiftInstruction_39",this.r=t,this.elements=(()=>[203,40|u(t)])()}}class Tr{constructor(){this.kind="RotateShiftInstruction_40",this.elements=(()=>[203,46])()}}class Kr{constructor(t){this.kind="RotateShiftInstruction_41",this.i=t,this.elements=(()=>[221,203,c(t.offset),46])()}}class dr{constructor(t,n){this.kind="RotateShiftInstruction_42",this.i=t,this.r=n,this.elements=(()=>[221,203,c(t.offset),40+u(n)])()}}class $r{constructor(t){this.kind="RotateShiftInstruction_43",this.i=t,this.elements=(()=>[253,203,c(t.offset),46])()}}class tu{constructor(t,n){this.kind="RotateShiftInstruction_44",this.i=t,this.r=n,this.elements=(()=>[253,203,c(t.offset),40+u(n)])()}}class nu{constructor(t){this.kind="RotateShiftInstruction_45",this.r=t,this.elements=(()=>[203,56|u(t)])()}}class eu{constructor(){this.kind="RotateShiftInstruction_46",this.elements=(()=>[203,62])()}}class iu{constructor(t){this.kind="RotateShiftInstruction_47",this.i=t,this.elements=(()=>[221,203,c(t.offset),62])()}}class su{constructor(t,n){this.kind="RotateShiftInstruction_48",this.i=t,this.r=n,this.elements=(()=>[221,203,c(t.offset),56+u(n)])()}}class ru{constructor(t){this.kind="RotateShiftInstruction_49",this.i=t,this.elements=(()=>[253,203,c(t.offset),62])()}}class uu{constructor(t,n){this.kind="RotateShiftInstruction_50",this.i=t,this.r=n,this.elements=(()=>[253,203,c(t.offset),56+u(n)])()}}class lu{constructor(){this.kind="RotateShiftInstruction_51",this.elements=(()=>[237,111])()}}class cu{constructor(){this.kind="RotateShiftInstruction_52",this.elements=(()=>[237,103])()}}class ou{constructor(t){this.kind="FakeRotateShiftInstruction16_1",this.qq=t,this.elements=(()=>[203,16|u(t[0]),203,16|u(t[1])])()}}class au{constructor(t){this.kind="FakeRotateShiftInstruction16_2",this.qq=t,this.elements=(()=>[203,24|u(t[0]),203,24|u(t[1])])()}}class hu{constructor(t){this.kind="FakeRotateShiftInstruction16_3",this.qq=t,this.elements=(()=>[203,32|u(t[0]),203,32|u(t[1])])()}}class mu{constructor(t){this.kind="FakeRotateShiftInstruction16_4",this.qq=t,this.elements=(()=>[203,48|u(t[0]),203,48|u(t[1])])()}}class _u{constructor(t){this.kind="FakeRotateShiftInstruction16_5",this.qq=t,this.elements=(()=>[203,40|u(t[0]),203,40|u(t[1])])()}}class gu{constructor(t){this.kind="FakeRotateShiftInstruction16_6",this.qq=t,this.elements=(()=>[203,56|u(t[0]),203,56|u(t[1])])()}}class Iu{constructor(t,n){this.kind="BitManipulationInstruction_1",this.b=t,this.r=n,this.elements=(()=>[203,64|t.value<<3|u(n)])()}}class wu{constructor(t){this.kind="BitManipulationInstruction_2",this.b=t,this.elements=(()=>[203,70|t.value<<3])()}}class xu{constructor(t,n){this.kind="BitManipulationInstruction_3",this.b=t,this.i=n,this.elements=(()=>[221,203,c(n.offset),70|t.value<<3])()}}class fu{constructor(t,n){this.kind="BitManipulationInstruction_4",this.b=t,this.i=n,this.elements=(()=>[253,203,c(n.offset),70|t.value<<3])()}}class Lu{constructor(t,n){this.kind="BitManipulationInstruction_5",this.b=t,this.r=n,this.elements=(()=>[203,192|t.value<<3|u(n)])()}}class Au{constructor(t){this.kind="BitManipulationInstruction_6",this.b=t,this.elements=(()=>[203,198|t.value<<3])()}}class Su{constructor(t,n){this.kind="BitManipulationInstruction_7",this.b=t,this.i=n,this.elements=(()=>[221,203,c(n.offset),198|t.value<<3])()}}class ku{constructor(t,n){this.kind="BitManipulationInstruction_8",this.b=t,this.i=n,this.elements=(()=>[253,203,c(n.offset),198|t.value<<3])()}}class Ru{constructor(t,n){this.kind="BitManipulationInstruction_9",this.b=t,this.r=n,this.elements=(()=>[203,128|t.value<<3|u(n)])()}}class Cu{constructor(t){this.kind="BitManipulationInstruction_10",this.b=t,this.elements=(()=>[203,134|t.value<<3])()}}class Fu{constructor(t,n){this.kind="BitManipulationInstruction_11",this.b=t,this.i=n,this.elements=(()=>[221,203,c(n.offset),134|t.value<<3])()}}class Du{constructor(t,n){this.kind="BitManipulationInstruction_12",this.b=t,this.i=n,this.elements=(()=>[253,203,c(n.offset),134|t.value<<3])()}}class Eu{constructor(t,n){this.kind="Offset_1",this.pos=t,this.label=n,this.eval=(()=>W(t,n.name))()}}class vu{constructor(t){this.kind="Offset_2",this.e=t,this.eval=(()=>t.eval)()}}class bu{constructor(){this.kind="JumpInstruction_1",this.elements=(()=>[233])()}}class qu{constructor(){this.kind="JumpInstruction_2",this.elements=(()=>[221,233])()}}class yu{constructor(){this.kind="JumpInstruction_3",this.elements=(()=>[253,233])()}}class Bu{constructor(t,n){this.kind="JumpInstruction_4",this.pos=t,this.ee=n,this.elements=(()=>[195,w(t,n)])()}}class Ou{constructor(t,n,e){this.kind="JumpInstruction_5",this.cc=t,this.pos=n,this.ee=e,this.elements=(()=>[194|y(t,3),w(n,e)])()}}class Nu{constructor(t,n){this.kind="JumpInstruction_6",this.pos=t,this.label=n,this.elements=(()=>[E(),M(t,n.name)])()}}class Pu{constructor(t,n){this.kind="JumpInstruction_7",this.pos=t,this.e=n,this.elements=(()=>[E(),P(t,n)])()}}class Mu{constructor(t,n,e){this.kind="JumpInstruction_8",this.jj=t,this.pos=n,this.label=e,this.elements=(()=>[E(t),M(n,e.name)])()}}class Vu{constructor(t,n,e){this.kind="JumpInstruction_9",this.jj=t,this.pos=n,this.e=e,this.elements=(()=>[E(t),P(n,e)])()}}class Xu{constructor(t,n){this.kind="JumpInstruction_10",this.pos=t,this.label=n,this.elements=(()=>[16,M(t,n.name)])()}}class Gu{constructor(t,n){this.kind="JumpInstruction_11",this.pos=t,this.e=n,this.elements=(()=>[16,P(t,n)])()}}class Ju{constructor(t,n){this.kind="CallInstruction_1",this.pos=t,this.ee=n,this.elements=(()=>[205,w(t,n)])()}}class Yu{constructor(t,n,e){this.kind="CallInstruction_2",this.cc=t,this.pos=n,this.ee=e,this.elements=(()=>[196|y(t,3),w(n,e)])()}}class ju{constructor(){this.kind="ReturnInstruction_1",this.elements=(()=>[201])()}}class Qu{constructor(t){this.kind="ReturnInstruction_2",this.cc=t,this.elements=(()=>[192|y(t,3)])()}}class Uu{constructor(){this.kind="ReturnInstruction_3",this.elements=(()=>[237,77])()}}class zu{constructor(){this.kind="ReturnInstruction_4",this.elements=(()=>[237,69])()}}class Wu{constructor(t){this.kind="ReturnInstruction_5",this.p=t,this.elements=(()=>[199|st(t.value,3)])()}}class Hu{constructor(t){this.kind="InputInstruction_1",this.r=t,this.elements=(()=>[237,64|u(t,3)])()}}class Zu{constructor(t,n){this.kind="InputInstruction_2",this.pos=t,this.n=n,this.elements=(()=>[219,I(t,n)])()}}class pu{constructor(){this.kind="InputInstruction_3",this.elements=(()=>[237,112])()}}class Tu{constructor(){this.kind="InputInstruction_4",this.elements=(()=>[237,162])()}}class Ku{constructor(){this.kind="InputInstruction_5",this.elements=(()=>[237,178])()}}class du{constructor(){this.kind="InputInstruction_6",this.elements=(()=>[237,170])()}}class $u{constructor(){this.kind="InputInstruction_7",this.elements=(()=>[237,186])()}}class tl{constructor(){this.kind="OutputInstruction_1",this.elements=(()=>[237,113])()}}class nl{constructor(t){this.kind="OutputInstruction_2",this.r=t,this.elements=(()=>[237,65|u(t,3)])()}}class el{constructor(t,n){this.kind="OutputInstruction_3",this.pos=t,this.n=n,this.elements=(()=>[211,I(t,n)])()}}class il{constructor(){this.kind="OutputInstruction_4",this.elements=(()=>[237,163])()}}class sl{constructor(){this.kind="OutputInstruction_5",this.elements=(()=>[237,179])()}}class rl{constructor(){this.kind="OutputInstruction_6",this.elements=(()=>[237,171])()}}class ul{constructor(){this.kind="OutputInstruction_7",this.elements=(()=>[237,187])()}}class ll{constructor(t){this.kind="ByteValue_1",this.s=t,this.elements=(()=>t.elements)()}}class cl{constructor(t){this.kind="ByteValue_2",this.s=t,this.elements=(()=>t.elements)()}}class ol{constructor(t,n){this.kind="ByteValue_3",this.pos=t,this.e=n,this.elements=(()=>[I(t,n)])()}}class al{constructor(t,n){this.kind="WordValue",this.pos=t,this.e=n,this.elements=(()=>[w(t,n)])()}}class hl{constructor(t,n,e){this.kind="DataDirective_1",this.pos0=t,this.data0=n,this.data=e,this.elements=(()=>Bt(t,n,e))()}}class ml{constructor(t,n,e){this.kind="DataDirective_2",this.pos0=t,this.data0=n,this.data=e,this.elements=(()=>Ot(t,n,e))()}}class _l{constructor(t,n,e){this.kind="DataDirective_3",this.pos0=t,this.nn=n,this.data=e,this.elements=(()=>[Nt(t,n,e?.pos1,e?.b)])()}}class gl{constructor(t,n){this.kind="SimpleEscapeSequence",this.pos=t,this.raw=n,this.elements=(()=>Tt(t,n))()}}class Il{constructor(t,n){this.kind="OctalEscapeSequence",this.pos=t,this.raw=n,this.elements=(()=>Kt(t,n))()}}class wl{constructor(t,n){this.kind="HexadecimalEscapeSequence",this.pos=t,this.raw=n,this.elements=(()=>dt(t,n))()}}class xl{constructor(t,n){this.kind="NoQuoteChar",this.pos=t,this.raw=n,this.elements=(()=>tt(t,n))()}}class fl{constructor(t,n){this.kind="NoDoubleQuoteChar",this.pos=t,this.raw=n,this.elements=(()=>tt(t,n))()}}class Ll{constructor(t,n){this.kind="QuottedStr",this.pos=t,this.chars=n,this.elements=(()=>n.reduce((e,s)=>e.concat(s.elements),[]))()}}class Al{constructor(t,n){this.kind="DoubleQuottedStr",this.pos=t,this.chars=n,this.elements=(()=>n.reduce((e,s)=>e.concat(s.elements),[]))()}}class Sl{constructor(t,n){this.kind="IncludeDirective",this.pos=t,this.name=n,this.info=(()=>$(t,n.raw))()}}class kl{constructor(t,n){this.kind="OutputDirective",this.name=t,this.sld=n,this.void=(()=>{K(t.raw,n?.name.raw)})()}}class Rl{constructor(t,n){this.kind="DeviceDirective",this.pos=t,this.raw=n,this.void=(()=>{d(t,n)})()}}class Cl{constructor(t){this.negating=!1,this.memoSafe=!0,this.$scope$BitwiseOrExpression$memo=new Map,this.$scope$BitwiseXOrExpression$memo=new Map,this.$scope$BitwiseAndExpression$memo=new Map,this.$scope$ShiftExpression$memo=new Map,this.$scope$AdditiveExpression$memo=new Map,this.$scope$MultiplicativeExpression$memo=new Map,this.pos={overallPos:0,line:1,offset:0},this.input=t}reset(t){this.pos=t}finished(){return this.pos.overallPos===this.input.length}clearMemos(){this.$scope$BitwiseOrExpression$memo.clear(),this.$scope$BitwiseXOrExpression$memo.clear(),this.$scope$BitwiseAndExpression$memo.clear(),this.$scope$ShiftExpression$memo.clear(),this.$scope$AdditiveExpression$memo.clear(),this.$scope$MultiplicativeExpression$memo.clear()}matchstart(t,n){return this.run(t,()=>{let e,s=null;return(e=this.matchLines(t+1,n))!==null&&this.match$EOF(n)!==null&&(s={kind:"start",lines:e}),s})}matchr(t,n){return this.choice([()=>this.matchr_1(t+1,n),()=>this.matchr_2(t+1,n),()=>this.matchr_3(t+1,n),()=>this.matchr_4(t+1,n),()=>this.matchr_5(t+1,n),()=>this.matchr_6(t+1,n),()=>this.matchr_7(t+1,n)])}matchr_1(t,n){return this.regexAccept(String.raw`(?:a)`,"",t+1,n)}matchr_2(t,n){return this.regexAccept(String.raw`(?:b)`,"",t+1,n)}matchr_3(t,n){return this.regexAccept(String.raw`(?:c)`,"",t+1,n)}matchr_4(t,n){return this.regexAccept(String.raw`(?:d)`,"",t+1,n)}matchr_5(t,n){return this.regexAccept(String.raw`(?:e)`,"",t+1,n)}matchr_6(t,n){return this.regexAccept(String.raw`(?:h)`,"",t+1,n)}matchr_7(t,n){return this.regexAccept(String.raw`(?:l)`,"",t+1,n)}matchdd(t,n){return this.choice([()=>this.matchdd_1(t+1,n),()=>this.matchdd_2(t+1,n),()=>this.matchdd_3(t+1,n),()=>this.matchdd_4(t+1,n)])}matchdd_1(t,n){return this.regexAccept(String.raw`(?:bc)`,"",t+1,n)}matchdd_2(t,n){return this.regexAccept(String.raw`(?:de)`,"",t+1,n)}matchdd_3(t,n){return this.regexAccept(String.raw`(?:hl)`,"",t+1,n)}matchdd_4(t,n){return this.regexAccept(String.raw`(?:sp)`,"",t+1,n)}matchss(t,n){return this.matchdd(t+1,n)}matchqq(t,n){return this.choice([()=>this.matchqq_1(t+1,n),()=>this.matchqq_2(t+1,n),()=>this.matchqq_3(t+1,n),()=>this.matchqq_4(t+1,n)])}matchqq_1(t,n){return this.regexAccept(String.raw`(?:bc)`,"",t+1,n)}matchqq_2(t,n){return this.regexAccept(String.raw`(?:de)`,"",t+1,n)}matchqq_3(t,n){return this.regexAccept(String.raw`(?:hl)`,"",t+1,n)}matchqq_4(t,n){return this.regexAccept(String.raw`(?:af)`,"",t+1,n)}matchpp(t,n){return this.choice([()=>this.matchpp_1(t+1,n),()=>this.matchpp_2(t+1,n),()=>this.matchpp_3(t+1,n),()=>this.matchpp_4(t+1,n)])}matchpp_1(t,n){return this.regexAccept(String.raw`(?:bc)`,"",t+1,n)}matchpp_2(t,n){return this.regexAccept(String.raw`(?:de)`,"",t+1,n)}matchpp_3(t,n){return this.regexAccept(String.raw`(?:ix)`,"",t+1,n)}matchpp_4(t,n){return this.regexAccept(String.raw`(?:sp)`,"",t+1,n)}matchrr(t,n){return this.choice([()=>this.matchrr_1(t+1,n),()=>this.matchrr_2(t+1,n),()=>this.matchrr_3(t+1,n),()=>this.matchrr_4(t+1,n)])}matchrr_1(t,n){return this.regexAccept(String.raw`(?:bc)`,"",t+1,n)}matchrr_2(t,n){return this.regexAccept(String.raw`(?:de)`,"",t+1,n)}matchrr_3(t,n){return this.regexAccept(String.raw`(?:iy)`,"",t+1,n)}matchrr_4(t,n){return this.regexAccept(String.raw`(?:sp)`,"",t+1,n)}matchrx(t,n){return this.choice([()=>this.matchrx_1(t+1,n),()=>this.matchrx_2(t+1,n),()=>this.matchrx_3(t+1,n),()=>this.matchrx_4(t+1,n),()=>this.matchrx_5(t+1,n),()=>this.matchrx_6(t+1,n),()=>this.matchrx_7(t+1,n),()=>this.matchrx_8(t+1,n),()=>this.matchrx_9(t+1,n)])}matchrx_1(t,n){return this.regexAccept(String.raw`(?:a)`,"",t+1,n)}matchrx_2(t,n){return this.regexAccept(String.raw`(?:b)`,"",t+1,n)}matchrx_3(t,n){return this.regexAccept(String.raw`(?:c)`,"",t+1,n)}matchrx_4(t,n){return this.regexAccept(String.raw`(?:d)`,"",t+1,n)}matchrx_5(t,n){return this.regexAccept(String.raw`(?:e)`,"",t+1,n)}matchrx_6(t,n){return this.regexAccept(String.raw`(?:ixh)`,"",t+1,n)}matchrx_7(t,n){return this.regexAccept(String.raw`(?:ixl)`,"",t+1,n)}matchrx_8(t,n){return this.regexAccept(String.raw`(?:xh)`,"",t+1,n)}matchrx_9(t,n){return this.regexAccept(String.raw`(?:xl)`,"",t+1,n)}matchry(t,n){return this.choice([()=>this.matchry_1(t+1,n),()=>this.matchry_2(t+1,n),()=>this.matchry_3(t+1,n),()=>this.matchry_4(t+1,n),()=>this.matchry_5(t+1,n),()=>this.matchry_6(t+1,n),()=>this.matchry_7(t+1,n),()=>this.matchry_8(t+1,n),()=>this.matchry_9(t+1,n)])}matchry_1(t,n){return this.regexAccept(String.raw`(?:a)`,"",t+1,n)}matchry_2(t,n){return this.regexAccept(String.raw`(?:b)`,"",t+1,n)}matchry_3(t,n){return this.regexAccept(String.raw`(?:c)`,"",t+1,n)}matchry_4(t,n){return this.regexAccept(String.raw`(?:d)`,"",t+1,n)}matchry_5(t,n){return this.regexAccept(String.raw`(?:e)`,"",t+1,n)}matchry_6(t,n){return this.regexAccept(String.raw`(?:iyh)`,"",t+1,n)}matchry_7(t,n){return this.regexAccept(String.raw`(?:iyl)`,"",t+1,n)}matchry_8(t,n){return this.regexAccept(String.raw`(?:yh)`,"",t+1,n)}matchry_9(t,n){return this.regexAccept(String.raw`(?:yl)`,"",t+1,n)}matchixy8(t,n){return this.choice([()=>this.matchixy8_1(t+1,n),()=>this.matchixy8_2(t+1,n),()=>this.matchixy8_3(t+1,n),()=>this.matchixy8_4(t+1,n),()=>this.matchixy8_5(t+1,n),()=>this.matchixy8_6(t+1,n),()=>this.matchixy8_7(t+1,n),()=>this.matchixy8_8(t+1,n)])}matchixy8_1(t,n){return this.regexAccept(String.raw`(?:ixh)`,"",t+1,n)}matchixy8_2(t,n){return this.regexAccept(String.raw`(?:ixl)`,"",t+1,n)}matchixy8_3(t,n){return this.regexAccept(String.raw`(?:iyh)`,"",t+1,n)}matchixy8_4(t,n){return this.regexAccept(String.raw`(?:iyl)`,"",t+1,n)}matchixy8_5(t,n){return this.regexAccept(String.raw`(?:xh)`,"",t+1,n)}matchixy8_6(t,n){return this.regexAccept(String.raw`(?:xl)`,"",t+1,n)}matchixy8_7(t,n){return this.regexAccept(String.raw`(?:yh)`,"",t+1,n)}matchixy8_8(t,n){return this.regexAccept(String.raw`(?:yl)`,"",t+1,n)}matchn(t,n){return this.choice([()=>this.matchn_1(t+1,n),()=>this.matchn_2(t+1,n),()=>this.matchn_3(t+1,n),()=>this.matchn_4(t+1,n)])}matchn_1(t,n){return this.run(t,()=>{let e,s,r=null;return(e=this.mark())!==null&&(s=this.matchbinary(t+1,n))!==null&&(r=new nn(e,s)),r})}matchn_2(t,n){return this.run(t,()=>{let e,s,r=null;return(e=this.mark())!==null&&(s=this.matchhexadecimal(t+1,n))!==null&&(r=new en(e,s)),r})}matchn_3(t,n){return this.run(t,()=>{let e,s,r=null;return(e=this.mark())!==null&&(s=this.matchoctal(t+1,n))!==null&&(r=new sn(e,s)),r})}matchn_4(t,n){return this.run(t,()=>{let e,s,r=null;return(e=this.mark())!==null&&(s=this.matchdecimal(t+1,n))!==null&&(r=new rn(e,s)),r})}matchnn(t,n){return this.choice([()=>this.matchnn_1(t+1,n),()=>this.matchnn_2(t+1,n),()=>this.matchnn_3(t+1,n),()=>this.matchnn_4(t+1,n)])}matchnn_1(t,n){return this.run(t,()=>{let e,s,r=null;return(e=this.mark())!==null&&(s=this.matchbinary(t+1,n))!==null&&(r=new un(e,s)),r})}matchnn_2(t,n){return this.run(t,()=>{let e,s,r=null;return(e=this.mark())!==null&&(s=this.matchhexadecimal(t+1,n))!==null&&(r=new ln(e,s)),r})}matchnn_3(t,n){return this.run(t,()=>{let e,s,r=null;return(e=this.mark())!==null&&(s=this.matchoctal(t+1,n))!==null&&(r=new cn(e,s)),r})}matchnn_4(t,n){return this.run(t,()=>{let e,s,r=null;return(e=this.mark())!==null&&(s=this.matchdecimal(t+1,n))!==null&&(r=new on(e,s)),r})}matchdecimal(t,n){return this.run(t,()=>{let e,s=null;return(e=this.regexAccept(String.raw`(?:[0-9]+)`,"",t+1,n))!==null&&(this.regexAccept(String.raw`(?:d)`,"",t+1,n)||!0)&&(s={kind:"decimal",raw:e}),s})}matchbinary(t,n){return this.choice([()=>this.matchbinary_1(t+1,n),()=>this.matchbinary_2(t+1,n)])}matchbinary_1(t,n){return this.run(t,()=>{let e,s=null;return this.matchbinary_$0(t+1,n)!==null&&(e=this.regexAccept(String.raw`(?:[0-1]+)`,"",t+1,n))!==null&&(s={kind:"binary_1",raw:e}),s})}matchbinary_2(t,n){return this.run(t,()=>{let e,s=null;return(e=this.regexAccept(String.raw`(?:[0-1]+)`,"",t+1,n))!==null&&this.regexAccept(String.raw`(?:b)`,"",t+1,n)!==null&&(s={kind:"binary_2",raw:e}),s})}matchbinary_$0(t,n){return this.choice([()=>this.matchbinary_$0_1(t+1,n),()=>this.matchbinary_$0_2(t+1,n)])}matchbinary_$0_1(t,n){return this.regexAccept(String.raw`(?:0b)`,"",t+1,n)}matchbinary_$0_2(t,n){return this.regexAccept(String.raw`(?:%)`,"",t+1,n)}matchoctal(t,n){return this.choice([()=>this.matchoctal_1(t+1,n),()=>this.matchoctal_2(t+1,n)])}matchoctal_1(t,n){return this.run(t,()=>{let e,s=null;return this.matchoctal_$0(t+1,n)!==null&&(e=this.regexAccept(String.raw`(?:[0-7]+)`,"",t+1,n))!==null&&(s={kind:"octal_1",raw:e}),s})}matchoctal_2(t,n){return this.run(t,()=>{let e,s=null;return(e=this.regexAccept(String.raw`(?:[0-7]+)`,"",t+1,n))!==null&&this.matchoctal_$1(t+1,n)!==null&&(s={kind:"octal_2",raw:e}),s})}matchoctal_$0(t,n){return this.choice([()=>this.matchoctal_$0_1(t+1,n),()=>this.matchoctal_$0_2(t+1,n),()=>this.matchoctal_$0_3(t+1,n)])}matchoctal_$0_1(t,n){return this.regexAccept(String.raw`(?:0q)`,"",t+1,n)}matchoctal_$0_2(t,n){return this.regexAccept(String.raw`(?:0o)`,"",t+1,n)}matchoctal_$0_3(t,n){return this.regexAccept(String.raw`(?:@)`,"",t+1,n)}matchoctal_$1(t,n){return this.choice([()=>this.matchoctal_$1_1(t+1,n),()=>this.matchoctal_$1_2(t+1,n)])}matchoctal_$1_1(t,n){return this.regexAccept(String.raw`(?:q)`,"",t+1,n)}matchoctal_$1_2(t,n){return this.regexAccept(String.raw`(?:o)`,"",t+1,n)}matchhexadecimal(t,n){return this.choice([()=>this.matchhexadecimal_1(t+1,n),()=>this.matchhexadecimal_2(t+1,n)])}matchhexadecimal_1(t,n){return this.run(t,()=>{let e,s=null;return this.matchhexadecimal_$0(t+1,n)!==null&&(e=this.regexAccept(String.raw`(?:[0-9a-f]+)`,"",t+1,n))!==null&&(s={kind:"hexadecimal_1",raw:e}),s})}matchhexadecimal_2(t,n){return this.run(t,()=>{let e,s=null;return(e=this.regexAccept(String.raw`(?:[0-9a-f]+)`,"",t+1,n))!==null&&this.regexAccept(String.raw`(?:h)`,"",t+1,n)!==null&&this.negate(()=>this.regexAccept(String.raw`(?:[0-9a-z])`,"",t+1,n))!==null&&(s={kind:"hexadecimal_2",raw:e}),s})}matchhexadecimal_$0(t,n){return this.choice([()=>this.matchhexadecimal_$0_1(t+1,n),()=>this.matchhexadecimal_$0_2(t+1,n),()=>this.matchhexadecimal_$0_3(t+1,n)])}matchhexadecimal_$0_1(t,n){return this.regexAccept(String.raw`(?:0x)`,"",t+1,n)}matchhexadecimal_$0_2(t,n){return this.regexAccept(String.raw`(?:\$)`,"",t+1,n)}matchhexadecimal_$0_3(t,n){return this.regexAccept(String.raw`(?:#)`,"",t+1,n)}matchd(t,n){return this.matchn(t+1,n)}matche(t,n){return this.matchn(t+1,n)}matchp(t,n){return this.matchn(t+1,n)}matchb(t,n){return this.run(t,()=>{let e,s=null;return(e=this.regexAccept(String.raw`(?:[0-7])`,"",t+1,n))!==null&&(s=new an(e)),s})}matchcc(t,n){return this.choice([()=>this.matchcc_1(t+1,n),()=>this.matchcc_2(t+1,n),()=>this.matchcc_3(t+1,n),()=>this.matchcc_4(t+1,n),()=>this.matchcc_5(t+1,n),()=>this.matchcc_6(t+1,n),()=>this.matchcc_7(t+1,n),()=>this.matchcc_8(t+1,n),()=>this.matchcc_9(t+1,n)])}matchcc_1(t,n){return this.regexAccept(String.raw`(?:nz)`,"",t+1,n)}matchcc_2(t,n){return this.regexAccept(String.raw`(?:z)`,"",t+1,n)}matchcc_3(t,n){return this.regexAccept(String.raw`(?:nc)`,"",t+1,n)}matchcc_4(t,n){return this.regexAccept(String.raw`(?:c)`,"",t+1,n)}matchcc_5(t,n){return this.regexAccept(String.raw`(?:po)`,"",t+1,n)}matchcc_6(t,n){return this.regexAccept(String.raw`(?:pe)`,"",t+1,n)}matchcc_7(t,n){return this.regexAccept(String.raw`(?:p)`,"",t+1,n)}matchcc_8(t,n){return this.regexAccept(String.raw`(?:m)`,"",t+1,n)}matchcc_9(t,n){return this.regexAccept(String.raw`(?:s)`,"",t+1,n)}matchjj(t,n){return this.choice([()=>this.matchjj_1(t+1,n),()=>this.matchjj_2(t+1,n),()=>this.matchjj_3(t+1,n),()=>this.matchjj_4(t+1,n)])}matchjj_1(t,n){return this.regexAccept(String.raw`(?:c)`,"",t+1,n)}matchjj_2(t,n){return this.regexAccept(String.raw`(?:nc)`,"",t+1,n)}matchjj_3(t,n){return this.regexAccept(String.raw`(?:z)`,"",t+1,n)}matchjj_4(t,n){return this.regexAccept(String.raw`(?:nz)`,"",t+1,n)}match__(t,n){return this.regexAccept(String.raw`(?:[ \t]+)`,"",t+1,n)}match_(t,n){return this.regexAccept(String.raw`(?:[ \t]*)`,"",t+1,n)}matcheos(t,n){return this.regexAccept(String.raw`(?:[ \t]*(;|\r\n|\n|//))`,"",t+1,n)}matcheol(t,n){return this.regexAccept(String.raw`(?:\r\n|\n)`,"",t+1,n)}matchLines(t,n){return this.loop(()=>this.matchLine(t+1,n),0,-1)}matchLine(t,n){return this.choice([()=>this.matchLine_1(t+1,n),()=>this.matchLine_2(t+1,n)])}matchLine_1(t,n){return this.matchLineEqual(t+1,n)}matchLine_2(t,n){return this.matchLineStatement(t+1,n)}matchLineEqual(t,n){return this.run(t,()=>{let e,s,r,l=null;return(e=this.matchLabelDeclaration(t+1,n))!==null&&this.match_(t+1,n)!==null&&(s=this.matchEqualDirective(t+1,n))!==null&&this.match_(t+1,n)!==null&&((r=this.matchComment(t+1,n))||!0)&&this.matcheol(t+1,n)!==null&&(l={kind:"LineEqual",label:e,equal:s,comment:r}),l})}matchLineStatement(t,n){return this.run(t,()=>{let e,s,r,l=null;return((e=this.matchLabelDeclaration(t+1,n))||!0)&&this.match_(t+1,n)!==null&&((s=this.matchStatement(t+1,n))||!0)&&this.match_(t+1,n)!==null&&((r=this.matchComment(t+1,n))||!0)&&this.matcheol(t+1,n)!==null&&(l={kind:"LineStatement",label:e,statement:s,comment:r}),l})}matchStatement(t,n){return this.choice([()=>this.matchStatement_1(t+1,n),()=>this.matchStatement_2(t+1,n),()=>this.matchStatement_3(t+1,n)])}matchStatement_1(t,n){return this.run(t,()=>{let e,s=null;return(e=this.matchIncludeDirective(t+1,n))!==null&&(s=new hn(e)),s})}matchStatement_2(t,n){return this.run(t,()=>{let e,s=null;return(e=this.matchInstruction(t+1,n))!==null&&(s=new mn(e)),s})}matchStatement_3(t,n){return this.run(t,()=>{let e,s=null;return(e=this.matchDirective(t+1,n))!==null&&(s=new _n(e)),s})}matchEqualDirective(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:\.?equ|eq|=)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchExpression(t+1,n))!==null&&(s={kind:"EqualDirective",e}),s})}matchDirective(t,n){return this.choice([()=>this.matchDirective_1(t+1,n),()=>this.matchDirective_2(t+1,n),()=>this.matchDirective_3(t+1,n),()=>this.matchDirective_4(t+1,n),()=>this.matchDirective_5(t+1,n)])}matchDirective_1(t,n){return this.run(t,()=>{let e,s=null;return(e=this.matchDataDirective(t+1,n))!==null&&(s=new gn(e)),s})}matchDirective_2(t,n){return this.run(t,()=>{let e,s=null;return(e=this.matchOriginDirective(t+1,n))!==null&&(s=new In(e)),s})}matchDirective_3(t,n){return this.run(t,()=>{let e,s=null;return(e=this.matchOutputDirective(t+1,n))!==null&&(s=new wn(e)),s})}matchDirective_4(t,n){return this.run(t,()=>{let e,s=null;return(e=this.matchDeviceDirective(t+1,n))!==null&&(s=new xn(e)),s})}matchDirective_5(t,n){return this.run(t,()=>{let e,s=null;return(e=this.matchEndDirective(t+1,n))!==null&&(s=new fn(e)),s})}matchForbiddenNames(t,n){return this.choice([()=>this.matchForbiddenNames_1(t+1,n),()=>this.matchForbiddenNames_2(t+1,n),()=>this.matchForbiddenNames_3(t+1,n),()=>this.matchForbiddenNames_4(t+1,n),()=>this.matchForbiddenNames_5(t+1,n)])}matchForbiddenNames_1(t,n){return this.regexAccept(String.raw`(?:\.?block|\.?equ|\.?org|\.?include|\.?output|\.?device|\.?end|\.?byte)`,"",t+1,n)}matchForbiddenNames_2(t,n){return this.regexAccept(String.raw`(?:call|cpdr|cpir|defb|defm|defs|defw|djnz|eq|halt|indr|inir|lddr|ldir|otdr|otir|outd|outi|push|reti|retn|rlca|rrca|\.?word)`,"",t+1,n)}matchForbiddenNames_3(t,n){return this.regexAccept(String.raw`(?:adc|add|and|bit|ccf|cpd|cpi|cpl|daa|dec|exx|inc|ind|ini|ldd|ldi|neg|nop|org|out|pop|res|ret|rla)`,"",t+1,n)}matchForbiddenNames_4(t,n){return this.regexAccept(String.raw`(?:rlc|rld|rra|rrc|rrd|rst|sbc|scf|set|sla|sll|sli|sra|srl|sub|xor)`,"",t+1,n)}matchForbiddenNames_5(t,n){return this.regexAccept(String.raw`(?:cp|db|di|dm|ds|dw|ei|eq|ex|im|in|jp|jr|ld|or|rl|rr|ldi|ldd)`,"",t+1,n)}matchForbiddenLabel(t,n){return this.run(t,()=>{let e=null;return this.matchForbiddenNames(t+1,n)!==null&&this.regexAccept(String.raw`(?:[ \t:\r\n])`,"",t+1,n)!==null&&(e={kind:"ForbiddenLabel"}),e})}matchLabel(t,n){return this.run(t,()=>{let e,s,r=null;return this.negate(()=>this.matchForbiddenLabel(t+1,n))!==null&&(e=this.mark())!==null&&(s=this.regexAccept(String.raw`(?:[a-z_\.][a-z0-9_!\?#@\.\$]*|\$)`,"",t+1,n))!==null&&(r={kind:"Label",pos:e,name:s}),r})}matchLabelDeclaration(t,n){return this.run(t,()=>{let e,s,r=null;return this.negate(()=>this.matchForbiddenLabel(t+1,n))!==null&&(e=this.mark())!==null&&(s=this.regexAccept(String.raw`(?:[a-z_\.][a-z0-9_!\?#@\.\$]*)`,"",t+1,n))!==null&&(this.regexAccept(String.raw`(?:\:)`,"",t+1,n)||!0)&&(r={kind:"LabelDeclaration",pos:e,name:s}),r})}matchExpression(t,n){return this.run(t,()=>{let e,s=null;return(e=this.matchBitwiseOrExpression(t+1,n))!==null&&(s=new Ln(e)),s})}matchBitwiseOrExpression(t,n){const e=()=>this.run(t,()=>{let g,m,x=null;return((g=this.matchBitwiseOrExpression_$0(t+1,n))||!0)&&this.match_(t+1,n)!==null&&(m=this.matchBitwiseXOrExpression(t+1,n))!==null&&(x=new An(g,m)),x}),s=this.mark(),r=this.$scope$BitwiseOrExpression$memo.get(s.overallPos);if(r!==void 0)return this.reset(r[1]),r[0];const l=this.memoSafe;this.memoSafe=!1,this.$scope$BitwiseOrExpression$memo.set(s.overallPos,[null,s]);let o=null,_=s;for(;;){this.reset(s);const g=e(),m=this.mark();if(m.overallPos<=_.overallPos)break;o=g,_=m,this.$scope$BitwiseOrExpression$memo.set(s.overallPos,[o,_])}return this.reset(_),this.memoSafe=l,o}matchBitwiseOrExpression_$0(t,n){return this.run(t,()=>{let e,s=null;return(e=this.matchBitwiseOrExpression(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\|)`,"",t+1,n)!==null&&(s={kind:"BitwiseOrExpression_$0",e}),s})}matchBitwiseXOrExpression(t,n){const e=()=>this.run(t,()=>{let g,m,x=null;return((g=this.matchBitwiseXOrExpression_$0(t+1,n))||!0)&&this.match_(t+1,n)!==null&&(m=this.matchBitwiseAndExpression(t+1,n))!==null&&(x=new Sn(g,m)),x}),s=this.mark(),r=this.$scope$BitwiseXOrExpression$memo.get(s.overallPos);if(r!==void 0)return this.reset(r[1]),r[0];const l=this.memoSafe;this.memoSafe=!1,this.$scope$BitwiseXOrExpression$memo.set(s.overallPos,[null,s]);let o=null,_=s;for(;;){this.reset(s);const g=e(),m=this.mark();if(m.overallPos<=_.overallPos)break;o=g,_=m,this.$scope$BitwiseXOrExpression$memo.set(s.overallPos,[o,_])}return this.reset(_),this.memoSafe=l,o}matchBitwiseXOrExpression_$0(t,n){return this.run(t,()=>{let e,s=null;return(e=this.matchBitwiseXOrExpression(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\^)`,"",t+1,n)!==null&&(s={kind:"BitwiseXOrExpression_$0",e}),s})}matchBitwiseAndExpression(t,n){const e=()=>this.run(t,()=>{let g,m,x=null;return((g=this.matchBitwiseAndExpression_$0(t+1,n))||!0)&&this.match_(t+1,n)!==null&&(m=this.matchShiftExpression(t+1,n))!==null&&(x=new kn(g,m)),x}),s=this.mark(),r=this.$scope$BitwiseAndExpression$memo.get(s.overallPos);if(r!==void 0)return this.reset(r[1]),r[0];const l=this.memoSafe;this.memoSafe=!1,this.$scope$BitwiseAndExpression$memo.set(s.overallPos,[null,s]);let o=null,_=s;for(;;){this.reset(s);const g=e(),m=this.mark();if(m.overallPos<=_.overallPos)break;o=g,_=m,this.$scope$BitwiseAndExpression$memo.set(s.overallPos,[o,_])}return this.reset(_),this.memoSafe=l,o}matchBitwiseAndExpression_$0(t,n){return this.run(t,()=>{let e,s=null;return(e=this.matchBitwiseAndExpression(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\&)`,"",t+1,n)!==null&&(s={kind:"BitwiseAndExpression_$0",e}),s})}matchShiftExpression(t,n){const e=()=>this.run(t,()=>{let g,m,x=null;return((g=this.matchShiftExpression_$0(t+1,n))||!0)&&this.match_(t+1,n)!==null&&(m=this.matchAdditiveExpression(t+1,n))!==null&&(x=new Rn(g,m)),x}),s=this.mark(),r=this.$scope$ShiftExpression$memo.get(s.overallPos);if(r!==void 0)return this.reset(r[1]),r[0];const l=this.memoSafe;this.memoSafe=!1,this.$scope$ShiftExpression$memo.set(s.overallPos,[null,s]);let o=null,_=s;for(;;){this.reset(s);const g=e(),m=this.mark();if(m.overallPos<=_.overallPos)break;o=g,_=m,this.$scope$ShiftExpression$memo.set(s.overallPos,[o,_])}return this.reset(_),this.memoSafe=l,o}matchShiftExpression_$0(t,n){return this.run(t,()=>{let e,s,r=null;return(e=this.matchShiftExpression(t+1,n))!==null&&this.match_(t+1,n)!==null&&(s=this.matchShiftExpression_$0_$0(t+1,n))!==null&&(r={kind:"ShiftExpression_$0",e,op:s}),r})}matchShiftExpression_$0_$0(t,n){return this.choice([()=>this.matchShiftExpression_$0_$0_1(t+1,n),()=>this.matchShiftExpression_$0_$0_2(t+1,n)])}matchShiftExpression_$0_$0_1(t,n){return this.regexAccept(String.raw`(?:<<)`,"",t+1,n)}matchShiftExpression_$0_$0_2(t,n){return this.regexAccept(String.raw`(?:>>)`,"",t+1,n)}matchAdditiveExpression(t,n){const e=()=>this.run(t,()=>{let g,m,x=null;return((g=this.matchAdditiveExpression_$0(t+1,n))||!0)&&this.match_(t+1,n)!==null&&(m=this.matchMultiplicativeExpression(t+1,n))!==null&&(x=new Cn(g,m)),x}),s=this.mark(),r=this.$scope$AdditiveExpression$memo.get(s.overallPos);if(r!==void 0)return this.reset(r[1]),r[0];const l=this.memoSafe;this.memoSafe=!1,this.$scope$AdditiveExpression$memo.set(s.overallPos,[null,s]);let o=null,_=s;for(;;){this.reset(s);const g=e(),m=this.mark();if(m.overallPos<=_.overallPos)break;o=g,_=m,this.$scope$AdditiveExpression$memo.set(s.overallPos,[o,_])}return this.reset(_),this.memoSafe=l,o}matchAdditiveExpression_$0(t,n){return this.run(t,()=>{let e,s,r=null;return(e=this.matchAdditiveExpression(t+1,n))!==null&&this.match_(t+1,n)!==null&&(s=this.matchAdditiveExpression_$0_$0(t+1,n))!==null&&(r={kind:"AdditiveExpression_$0",e,op:s}),r})}matchAdditiveExpression_$0_$0(t,n){return this.choice([()=>this.matchAdditiveExpression_$0_$0_1(t+1,n),()=>this.matchAdditiveExpression_$0_$0_2(t+1,n)])}matchAdditiveExpression_$0_$0_1(t,n){return this.regexAccept(String.raw`(?:\+)`,"",t+1,n)}matchAdditiveExpression_$0_$0_2(t,n){return this.regexAccept(String.raw`(?:\-)`,"",t+1,n)}matchMultiplicativeExpression(t,n){const e=()=>this.run(t,()=>{let g,m,x=null;return((g=this.matchMultiplicativeExpression_$0(t+1,n))||!0)&&this.match_(t+1,n)!==null&&(m=this.matchUnaryExpression(t+1,n))!==null&&(x=new Fn(g,m)),x}),s=this.mark(),r=this.$scope$MultiplicativeExpression$memo.get(s.overallPos);if(r!==void 0)return this.reset(r[1]),r[0];const l=this.memoSafe;this.memoSafe=!1,this.$scope$MultiplicativeExpression$memo.set(s.overallPos,[null,s]);let o=null,_=s;for(;;){this.reset(s);const g=e(),m=this.mark();if(m.overallPos<=_.overallPos)break;o=g,_=m,this.$scope$MultiplicativeExpression$memo.set(s.overallPos,[o,_])}return this.reset(_),this.memoSafe=l,o}matchMultiplicativeExpression_$0(t,n){return this.run(t,()=>{let e,s,r=null;return(e=this.matchMultiplicativeExpression(t+1,n))!==null&&this.match_(t+1,n)!==null&&(s=this.matchMultiplicativeExpression_$0_$0(t+1,n))!==null&&(r={kind:"MultiplicativeExpression_$0",e,op:s}),r})}matchMultiplicativeExpression_$0_$0(t,n){return this.choice([()=>this.matchMultiplicativeExpression_$0_$0_1(t+1,n),()=>this.matchMultiplicativeExpression_$0_$0_2(t+1,n),()=>this.matchMultiplicativeExpression_$0_$0_3(t+1,n)])}matchMultiplicativeExpression_$0_$0_1(t,n){return this.regexAccept(String.raw`(?:\*)`,"",t+1,n)}matchMultiplicativeExpression_$0_$0_2(t,n){return this.regexAccept(String.raw`(?:%)`,"",t+1,n)}matchMultiplicativeExpression_$0_$0_3(t,n){return this.regexAccept(String.raw`(?:/)`,"",t+1,n)}matchUnaryExpression(t,n){return this.choice([()=>this.matchUnaryExpression_1(t+1,n),()=>this.matchUnaryExpression_2(t+1,n)])}matchUnaryExpression_1(t,n){return this.run(t,()=>{let e,s,r=null;return(e=this.matchUnaryExpression_$0(t+1,n))!==null&&this.match_(t+1,n)!==null&&(s=this.matchPrimaryExpression(t+1,n))!==null&&(r=new Dn(e,s)),r})}matchUnaryExpression_2(t,n){return this.run(t,()=>{let e,s=null;return(e=this.matchPrimaryExpression(t+1,n))!==null&&(s=new En(e)),s})}matchUnaryExpression_$0(t,n){return this.choice([()=>this.matchUnaryExpression_$0_1(t+1,n),()=>this.matchUnaryExpression_$0_2(t+1,n),()=>this.matchUnaryExpression_$0_3(t+1,n)])}matchUnaryExpression_$0_1(t,n){return this.regexAccept(String.raw`(?:~)`,"",t+1,n)}matchUnaryExpression_$0_2(t,n){return this.regexAccept(String.raw`(?:\+)`,"",t+1,n)}matchUnaryExpression_$0_3(t,n){return this.regexAccept(String.raw`(?:\-)`,"",t+1,n)}matchPrimaryExpression(t,n){return this.choice([()=>this.matchPrimaryExpression_1(t+1,n),()=>this.matchPrimaryExpression_2(t+1,n),()=>this.matchPrimaryExpression_3(t+1,n)])}matchPrimaryExpression_1(t,n){return this.run(t,()=>{let e,s=null;return(e=this.matchnn(t+1,n))!==null&&(s=new vn(e)),s})}matchPrimaryExpression_2(t,n){return this.run(t,()=>{let e,s,r=null;return(e=this.mark())!==null&&(s=this.matchLabel(t+1,n))!==null&&(r=new bn(e,s)),r})}matchPrimaryExpression_3(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&(e=this.matchBitwiseOrExpression(t+1,n))!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&(s=new qn(e)),s})}matchReg8(t,n){return this.run(t,()=>{let e,s=null;return(e=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.regexAccept(String.raw`(?:[^a-z0-9_!\?#@\.])`,"",t+1,n))!==null&&(s={kind:"Reg8",reg:e}),s})}matchReg16(t,n){return this.run(t,()=>{let e,s=null;return(e=this.matchqq(t+1,n))!==null&&this.noConsume(()=>this.regexAccept(String.raw`(?:[^a-z0-9_!\?#@\.])`,"",t+1,n))!==null&&(s={kind:"Reg16",reg:e}),s})}matchRegX8(t,n){return this.run(t,()=>{let e,s=null;return(e=this.matchrx(t+1,n))!==null&&this.noConsume(()=>this.regexAccept(String.raw`(?:[^a-z0-9_!\?#@\.])`,"",t+1,n))!==null&&(s={kind:"RegX8",reg:e}),s})}matchRegY8(t,n){return this.run(t,()=>{let e,s=null;return(e=this.matchry(t+1,n))!==null&&this.noConsume(()=>this.regexAccept(String.raw`(?:[^a-z0-9_!\?#@\.])`,"",t+1,n))!==null&&(s={kind:"RegY8",reg:e}),s})}matchIX(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:ix)`,"",t+1,n)!==null&&((e=this.matchIX_$0(t+1,n))||!0)&&(s={kind:"IX",offset:e}),s})}matchIX_$0(t,n){return this.run(t,()=>{let e,s,r,l=null;return this.match_(t+1,n)!==null&&(e=this.matchIX_$0_$0(t+1,n))!==null&&this.match_(t+1,n)!==null&&(s=this.mark())!==null&&(r=this.matchExpression(t+1,n))!==null&&(l={kind:"IX_$0",s:e,pos:s,d:r}),l})}matchIX_$0_$0(t,n){return this.choice([()=>this.matchIX_$0_$0_1(t+1,n),()=>this.matchIX_$0_$0_2(t+1,n)])}matchIX_$0_$0_1(t,n){return this.regexAccept(String.raw`(?:\+)`,"",t+1,n)}matchIX_$0_$0_2(t,n){return this.regexAccept(String.raw`(?:\-)`,"",t+1,n)}matchIY(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:iy)`,"",t+1,n)!==null&&((e=this.matchIY_$0(t+1,n))||!0)&&(s={kind:"IY",offset:e}),s})}matchIY_$0(t,n){return this.run(t,()=>{let e,s,r,l=null;return this.match_(t+1,n)!==null&&(e=this.matchIY_$0_$0(t+1,n))!==null&&this.match_(t+1,n)!==null&&(s=this.mark())!==null&&(r=this.matchExpression(t+1,n))!==null&&(l={kind:"IY_$0",s:e,pos:s,d:r}),l})}matchIY_$0_$0(t,n){return this.choice([()=>this.matchIY_$0_$0_1(t+1,n),()=>this.matchIY_$0_$0_2(t+1,n)])}matchIY_$0_$0_1(t,n){return this.regexAccept(String.raw`(?:\+)`,"",t+1,n)}matchIY_$0_$0_2(t,n){return this.regexAccept(String.raw`(?:\-)`,"",t+1,n)}matchInstruction(t,n){return this.choice([()=>this.matchInstruction_1(t+1,n),()=>this.matchInstruction_2(t+1,n),()=>this.matchInstruction_3(t+1,n),()=>this.matchInstruction_4(t+1,n),()=>this.matchInstruction_5(t+1,n),()=>this.matchInstruction_6(t+1,n),()=>this.matchInstruction_7(t+1,n),()=>this.matchInstruction_8(t+1,n),()=>this.matchInstruction_9(t+1,n),()=>this.matchInstruction_10(t+1,n),()=>this.matchInstruction_11(t+1,n),()=>this.matchInstruction_12(t+1,n),()=>this.matchInstruction_13(t+1,n),()=>this.matchInstruction_14(t+1,n),()=>this.matchInstruction_15(t+1,n),()=>this.matchInstruction_16(t+1,n),()=>this.matchInstruction_17(t+1,n),()=>this.matchInstruction_18(t+1,n),()=>this.matchInstruction_19(t+1,n),()=>this.matchInstruction_20(t+1,n),()=>this.matchInstruction_21(t+1,n),()=>this.matchInstruction_22(t+1,n)])}matchInstruction_1(t,n){return this.matchFakeLoad16Instruction(t+1,n)}matchInstruction_2(t,n){return this.matchLoad8Instruction(t+1,n)}matchInstruction_3(t,n){return this.matchLoad16Instruction(t+1,n)}matchInstruction_4(t,n){return this.matchExchangeInstruction(t+1,n)}matchInstruction_5(t,n){return this.matchBlockInstruction(t+1,n)}matchInstruction_6(t,n){return this.matchArithmeticLogic8Instruction(t+1,n)}matchInstruction_7(t,n){return this.matchIncrementDecrement8Instruction(t+1,n)}matchInstruction_8(t,n){return this.matchGeneralPurposeArithmeticInstruction(t+1,n)}matchInstruction_9(t,n){return this.matchArithmeticLogic16Instruction(t+1,n)}matchInstruction_10(t,n){return this.matchFakeArithmetic16Instruction(t+1,n)}matchInstruction_11(t,n){return this.matchFakeLoadIncrement16Instruction(t+1,n)}matchInstruction_12(t,n){return this.matchFakeLoadIncrement8Instruction(t+1,n)}matchInstruction_13(t,n){return this.matchFakeLoadDecrement8Instruction(t+1,n)}matchInstruction_14(t,n){return this.matchRotateShiftInstruction(t+1,n)}matchInstruction_15(t,n){return this.matchFakeRotateShiftInstruction16(t+1,n)}matchInstruction_16(t,n){return this.matchBitManipulationInstruction(t+1,n)}matchInstruction_17(t,n){return this.matchJumpInstruction(t+1,n)}matchInstruction_18(t,n){return this.matchCallInstruction(t+1,n)}matchInstruction_19(t,n){return this.matchReturnInstruction(t+1,n)}matchInstruction_20(t,n){return this.matchInputInstruction(t+1,n)}matchInstruction_21(t,n){return this.matchOutputInstruction(t+1,n)}matchInstruction_22(t,n){return this.matchCpuControlGroupInstruction(t+1,n)}matchLoad8Instruction(t,n){return this.choice([()=>this.matchLoad8Instruction_1(t+1,n),()=>this.matchLoad8Instruction_2(t+1,n),()=>this.matchLoad8Instruction_3(t+1,n),()=>this.matchLoad8Instruction_4(t+1,n),()=>this.matchLoad8Instruction_5(t+1,n),()=>this.matchLoad8Instruction_6(t+1,n),()=>this.matchLoad8Instruction_7(t+1,n),()=>this.matchLoad8Instruction_8(t+1,n),()=>this.matchLoad8Instruction_9(t+1,n),()=>this.matchLoad8Instruction_10(t+1,n),()=>this.matchLoad8Instruction_11(t+1,n),()=>this.matchLoad8Instruction_12(t+1,n),()=>this.matchLoad8Instruction_13(t+1,n),()=>this.matchLoad8Instruction_14(t+1,n),()=>this.matchLoad8Instruction_15(t+1,n),()=>this.matchLoad8Instruction_16(t+1,n),()=>this.matchLoad8Instruction_17(t+1,n),()=>this.matchLoad8Instruction_18(t+1,n),()=>this.matchLoad8Instruction_19(t+1,n),()=>this.matchLoad8Instruction_20(t+1,n),()=>this.matchLoad8Instruction_21(t+1,n),()=>this.matchLoad8Instruction_22(t+1,n),()=>this.matchLoad8Instruction_23(t+1,n),()=>this.matchLoad8Instruction_24(t+1,n),()=>this.matchLoad8Instruction_25(t+1,n),()=>this.matchLoad8Instruction_26(t+1,n),()=>this.matchLoad8Instruction_27(t+1,n),()=>this.matchLoad8Instruction_28(t+1,n),()=>this.matchLoad8Instruction_29(t+1,n),()=>this.matchLoad8Instruction_30(t+1,n),()=>this.matchLoad8Instruction_31(t+1,n),()=>this.matchLoad8Instruction_32(t+1,n),()=>this.matchLoad8Instruction_33(t+1,n)])}matchLoad8Instruction_1(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchReg8(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.matchReg8(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new yn(e,s)),r})}matchLoad8Instruction_2(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchReg8(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:ixh)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Bn(e)),s})}matchLoad8Instruction_3(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchReg8(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:ixl)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new On(e)),s})}matchLoad8Instruction_4(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchReg8(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:iyh)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Nn(e)),s})}matchLoad8Instruction_5(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchReg8(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:iyl)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Pn(e)),s})}matchLoad8Instruction_6(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:ixh)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchRegX8(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Mn(e)),s})}matchLoad8Instruction_7(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:ixl)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchRegX8(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Vn(e)),s})}matchLoad8Instruction_8(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:iyh)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchRegY8(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Xn(e)),s})}matchLoad8Instruction_9(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:iyl)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchRegY8(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Gn(e)),s})}matchLoad8Instruction_10(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:ixh)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Jn(e,s)),r})}matchLoad8Instruction_11(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:ixl)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Yn(e,s)),r})}matchLoad8Instruction_12(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:iyh)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new jn(e,s)),r})}matchLoad8Instruction_13(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:iyl)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Qn(e,s)),r})}matchLoad8Instruction_14(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchr(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Un(e)),s})}matchLoad8Instruction_15(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchr(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new zn(e,s)),r})}matchLoad8Instruction_16(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchr(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Wn(e,s)),r})}matchLoad8Instruction_17(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Hn(e)),s})}matchLoad8Instruction_18(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Zn(e,s)),r})}matchLoad8Instruction_19(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new pn(e,s)),r})}matchLoad8Instruction_20(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Tn(e,s)),r})}matchLoad8Instruction_21(t,n){return this.run(t,()=>{let e,s,r,l=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.mark())!==null&&(r=this.matchExpression(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(l=new Kn(e,s,r)),l})}matchLoad8Instruction_22(t,n){return this.run(t,()=>{let e,s,r,l=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.mark())!==null&&(r=this.matchExpression(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(l=new dn(e,s,r)),l})}matchLoad8Instruction_23(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:bc)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new $n),e})}matchLoad8Instruction_24(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:de)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new te),e})}matchLoad8Instruction_25(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new ne(e,s)),r})}matchLoad8Instruction_26(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:bc)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new ee),e})}matchLoad8Instruction_27(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:de)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new ie),e})}matchLoad8Instruction_28(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new se(e,s)),r})}matchLoad8Instruction_29(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:i)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new re),e})}matchLoad8Instruction_30(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:r)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new ue),e})}matchLoad8Instruction_31(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:i)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new le),e})}matchLoad8Instruction_32(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:r)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new ce),e})}matchLoad8Instruction_33(t,n){return this.run(t,()=>{let e,s,r,l=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchReg8(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.mark())!==null&&(r=this.matchExpression(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(l=new oe(e,s,r)),l})}matchLoad16Instruction(t,n){return this.choice([()=>this.matchLoad16Instruction_1(t+1,n),()=>this.matchLoad16Instruction_2(t+1,n),()=>this.matchLoad16Instruction_3(t+1,n),()=>this.matchLoad16Instruction_4(t+1,n),()=>this.matchLoad16Instruction_5(t+1,n),()=>this.matchLoad16Instruction_6(t+1,n),()=>this.matchLoad16Instruction_7(t+1,n),()=>this.matchLoad16Instruction_8(t+1,n),()=>this.matchLoad16Instruction_9(t+1,n),()=>this.matchLoad16Instruction_10(t+1,n),()=>this.matchLoad16Instruction_11(t+1,n),()=>this.matchLoad16Instruction_12(t+1,n),()=>this.matchLoad16Instruction_13(t+1,n),()=>this.matchLoad16Instruction_14(t+1,n),()=>this.matchLoad16Instruction_15(t+1,n),()=>this.matchLoad16Instruction_16(t+1,n),()=>this.matchLoad16Instruction_17(t+1,n),()=>this.matchLoad16Instruction_18(t+1,n),()=>this.matchLoad16Instruction_19(t+1,n),()=>this.matchLoad16Instruction_20(t+1,n)])}matchLoad16Instruction_1(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:ix)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new ae(e,s)),r})}matchLoad16Instruction_2(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:iy)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new he(e,s)),r})}matchLoad16Instruction_3(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:ix)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new me(e,s)),r})}matchLoad16Instruction_4(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:iy)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new _e(e,s)),r})}matchLoad16Instruction_5(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new ge(e,s)),r})}matchLoad16Instruction_6(t,n){return this.run(t,()=>{let e,s,r,l=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchdd(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.mark())!==null&&(r=this.matchExpression(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(l=new Ie(e,s,r)),l})}matchLoad16Instruction_7(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new we(e,s)),r})}matchLoad16Instruction_8(t,n){return this.run(t,()=>{let e,s,r,l=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(r=this.matchdd(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(l=new xe(e,s,r)),l})}matchLoad16Instruction_9(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:ix)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new fe(e,s)),r})}matchLoad16Instruction_10(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:iy)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Le(e,s)),r})}matchLoad16Instruction_11(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:sp)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new Ae),e})}matchLoad16Instruction_12(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:sp)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:ix)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new Se),e})}matchLoad16Instruction_13(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:sp)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:iy)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new ke),e})}matchLoad16Instruction_14(t,n){return this.run(t,()=>{let e,s,r,l=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchdd(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.mark())!==null&&(r=this.matchExpression(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(l=new Re(e,s,r)),l})}matchLoad16Instruction_15(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:push)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchqq(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Ce(e)),s})}matchLoad16Instruction_16(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:push)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:ix)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new Fe),e})}matchLoad16Instruction_17(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:push)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:iy)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new De),e})}matchLoad16Instruction_18(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:pop)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchqq(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Ee(e)),s})}matchLoad16Instruction_19(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:pop)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:ix)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new ve),e})}matchLoad16Instruction_20(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:pop)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:iy)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new be),e})}matchFakeLoad16Instruction(t,n){return this.choice([()=>this.matchFakeLoad16Instruction_1(t+1,n),()=>this.matchFakeLoad16Instruction_2(t+1,n),()=>this.matchFakeLoad16Instruction_3(t+1,n),()=>this.matchFakeLoad16Instruction_4(t+1,n),()=>this.matchFakeLoad16Instruction_5(t+1,n),()=>this.matchFakeLoad16Instruction_6(t+1,n),()=>this.matchFakeLoad16Instruction_7(t+1,n),()=>this.matchFakeLoad16Instruction_8(t+1,n),()=>this.matchFakeLoad16Instruction_9(t+1,n),()=>this.matchFakeLoad16Instruction_10(t+1,n),()=>this.matchFakeLoad16Instruction_11(t+1,n),()=>this.matchFakeLoad16Instruction_12(t+1,n),()=>this.matchFakeLoad16Instruction_13(t+1,n)])}matchFakeLoad16Instruction_1(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchReg16(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.matchReg16(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new qe(e,s)),r})}matchFakeLoad16Instruction_2(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchReg16(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:ix)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new ye(e)),s})}matchFakeLoad16Instruction_3(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchReg16(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:iy)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Be(e)),s})}matchFakeLoad16Instruction_4(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchqq(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Oe(e)),s})}matchFakeLoad16Instruction_5(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchqq(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Ne(e,s)),r})}matchFakeLoad16Instruction_6(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchqq(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Pe(e,s)),r})}matchFakeLoad16Instruction_7(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:ix)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchqq(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Me(e)),s})}matchFakeLoad16Instruction_8(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:iy)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchqq(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Ve(e)),s})}matchFakeLoad16Instruction_9(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:ix)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:iy)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new Xe),e})}matchFakeLoad16Instruction_10(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:iy)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:ix)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new Ge),e})}matchFakeLoad16Instruction_11(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchqq(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Je(e)),s})}matchFakeLoad16Instruction_12(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.matchqq(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Ye(e,s)),r})}matchFakeLoad16Instruction_13(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:ld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.matchqq(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new je(e,s)),r})}matchExchangeInstruction(t,n){return this.choice([()=>this.matchExchangeInstruction_1(t+1,n),()=>this.matchExchangeInstruction_2(t+1,n),()=>this.matchExchangeInstruction_3(t+1,n),()=>this.matchExchangeInstruction_4(t+1,n),()=>this.matchExchangeInstruction_5(t+1,n),()=>this.matchExchangeInstruction_6(t+1,n)])}matchExchangeInstruction_1(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:ex)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:de)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new Qe),e})}matchExchangeInstruction_2(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:ex)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:af)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:af\')`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new Ue),e})}matchExchangeInstruction_3(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:exx)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new ze),e})}matchExchangeInstruction_4(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:ex)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.regexAccept(String.raw`(?:sp)`,"",t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new We),e})}matchExchangeInstruction_5(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:ex)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.regexAccept(String.raw`(?:sp)`,"",t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:ix)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new He),e})}matchExchangeInstruction_6(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:ex)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.regexAccept(String.raw`(?:sp)`,"",t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:iy)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new Ze),e})}matchBlockInstruction(t,n){return this.choice([()=>this.matchBlockInstruction_1(t+1,n),()=>this.matchBlockInstruction_2(t+1,n),()=>this.matchBlockInstruction_3(t+1,n),()=>this.matchBlockInstruction_4(t+1,n),()=>this.matchBlockInstruction_5(t+1,n),()=>this.matchBlockInstruction_6(t+1,n),()=>this.matchBlockInstruction_7(t+1,n),()=>this.matchBlockInstruction_8(t+1,n)])}matchBlockInstruction_1(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:ldir)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new pe),e})}matchBlockInstruction_2(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:ldi)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new Te),e})}matchBlockInstruction_3(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:lddr)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new Ke),e})}matchBlockInstruction_4(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:ldd)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new de),e})}matchBlockInstruction_5(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:cpir)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new $e),e})}matchBlockInstruction_6(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:cpi)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new ti),e})}matchBlockInstruction_7(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:cpdr)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new ni),e})}matchBlockInstruction_8(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:cpd)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new ei),e})}matchArithmeticLogic8Instruction(t,n){return this.choice([()=>this.matchArithmeticLogic8Instruction_1(t+1,n),()=>this.matchArithmeticLogic8Instruction_2(t+1,n),()=>this.matchArithmeticLogic8Instruction_3(t+1,n),()=>this.matchArithmeticLogic8Instruction_4(t+1,n),()=>this.matchArithmeticLogic8Instruction_5(t+1,n),()=>this.matchArithmeticLogic8Instruction_6(t+1,n),()=>this.matchArithmeticLogic8Instruction_7(t+1,n),()=>this.matchArithmeticLogic8Instruction_8(t+1,n),()=>this.matchArithmeticLogic8Instruction_9(t+1,n),()=>this.matchArithmeticLogic8Instruction_10(t+1,n),()=>this.matchArithmeticLogic8Instruction_11(t+1,n),()=>this.matchArithmeticLogic8Instruction_12(t+1,n),()=>this.matchArithmeticLogic8Instruction_13(t+1,n),()=>this.matchArithmeticLogic8Instruction_14(t+1,n),()=>this.matchArithmeticLogic8Instruction_15(t+1,n),()=>this.matchArithmeticLogic8Instruction_16(t+1,n),()=>this.matchArithmeticLogic8Instruction_17(t+1,n),()=>this.matchArithmeticLogic8Instruction_18(t+1,n),()=>this.matchArithmeticLogic8Instruction_19(t+1,n),()=>this.matchArithmeticLogic8Instruction_20(t+1,n),()=>this.matchArithmeticLogic8Instruction_21(t+1,n),()=>this.matchArithmeticLogic8Instruction_22(t+1,n),()=>this.matchArithmeticLogic8Instruction_23(t+1,n),()=>this.matchArithmeticLogic8Instruction_24(t+1,n),()=>this.matchArithmeticLogic8Instruction_25(t+1,n),()=>this.matchArithmeticLogic8Instruction_26(t+1,n),()=>this.matchArithmeticLogic8Instruction_27(t+1,n),()=>this.matchArithmeticLogic8Instruction_28(t+1,n),()=>this.matchArithmeticLogic8Instruction_29(t+1,n),()=>this.matchArithmeticLogic8Instruction_30(t+1,n),()=>this.matchArithmeticLogic8Instruction_31(t+1,n),()=>this.matchArithmeticLogic8Instruction_32(t+1,n),()=>this.matchArithmeticLogic8Instruction_33(t+1,n),()=>this.matchArithmeticLogic8Instruction_34(t+1,n),()=>this.matchArithmeticLogic8Instruction_35(t+1,n),()=>this.matchArithmeticLogic8Instruction_36(t+1,n),()=>this.matchArithmeticLogic8Instruction_37(t+1,n),()=>this.matchArithmeticLogic8Instruction_38(t+1,n),()=>this.matchArithmeticLogic8Instruction_39(t+1,n),()=>this.matchArithmeticLogic8Instruction_40(t+1,n),()=>this.matchArithmeticLogic8Instruction_41(t+1,n),()=>this.matchArithmeticLogic8Instruction_42(t+1,n),()=>this.matchArithmeticLogic8Instruction_43(t+1,n),()=>this.matchArithmeticLogic8Instruction_44(t+1,n),()=>this.matchArithmeticLogic8Instruction_45(t+1,n),()=>this.matchArithmeticLogic8Instruction_46(t+1,n),()=>this.matchArithmeticLogic8Instruction_47(t+1,n),()=>this.matchArithmeticLogic8Instruction_48(t+1,n)])}matchArithmeticLogic8Instruction_1(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:add)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$0(t+1,n)||!0)&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new ii),e})}matchArithmeticLogic8Instruction_2(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:add)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$1(t+1,n)||!0)&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new si(e)),s})}matchArithmeticLogic8Instruction_3(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:add)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$2(t+1,n)||!0)&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new ri(e)),s})}matchArithmeticLogic8Instruction_4(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:add)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$3(t+1,n)||!0)&&(e=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new ui(e)),s})}matchArithmeticLogic8Instruction_5(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:add)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$4(t+1,n)||!0)&&(e=this.matchixy8(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new li(e)),s})}matchArithmeticLogic8Instruction_6(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:add)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$5(t+1,n)||!0)&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new ci(e,s)),r})}matchArithmeticLogic8Instruction_7(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:adc)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$6(t+1,n)||!0)&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new oi),e})}matchArithmeticLogic8Instruction_8(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:adc)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$7(t+1,n)||!0)&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new ai(e)),s})}matchArithmeticLogic8Instruction_9(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:adc)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$8(t+1,n)||!0)&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new hi(e)),s})}matchArithmeticLogic8Instruction_10(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:adc)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$9(t+1,n)||!0)&&(e=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new mi(e)),s})}matchArithmeticLogic8Instruction_11(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:adc)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$10(t+1,n)||!0)&&(e=this.matchixy8(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new _i(e)),s})}matchArithmeticLogic8Instruction_12(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:adc)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$11(t+1,n)||!0)&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new gi(e,s)),r})}matchArithmeticLogic8Instruction_13(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:sub)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$12(t+1,n)||!0)&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new Ii),e})}matchArithmeticLogic8Instruction_14(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:sub)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$13(t+1,n)||!0)&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new wi(e)),s})}matchArithmeticLogic8Instruction_15(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:sub)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$14(t+1,n)||!0)&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new xi(e)),s})}matchArithmeticLogic8Instruction_16(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:sub)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$15(t+1,n)||!0)&&(e=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new fi(e)),s})}matchArithmeticLogic8Instruction_17(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:sub)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$16(t+1,n)||!0)&&(e=this.matchixy8(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Li(e)),s})}matchArithmeticLogic8Instruction_18(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:sub)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$17(t+1,n)||!0)&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Ai(e,s)),r})}matchArithmeticLogic8Instruction_19(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:sbc)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$18(t+1,n)||!0)&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new Si),e})}matchArithmeticLogic8Instruction_20(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:sbc)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$19(t+1,n)||!0)&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new ki(e)),s})}matchArithmeticLogic8Instruction_21(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:sbc)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$20(t+1,n)||!0)&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Ri(e)),s})}matchArithmeticLogic8Instruction_22(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:sbc)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$21(t+1,n)||!0)&&(e=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Ci(e)),s})}matchArithmeticLogic8Instruction_23(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:sbc)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$22(t+1,n)||!0)&&(e=this.matchixy8(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Fi(e)),s})}matchArithmeticLogic8Instruction_24(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:sbc)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$23(t+1,n)||!0)&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Di(e,s)),r})}matchArithmeticLogic8Instruction_25(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:and)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$24(t+1,n)||!0)&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new Ei),e})}matchArithmeticLogic8Instruction_26(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:and)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$25(t+1,n)||!0)&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new vi(e)),s})}matchArithmeticLogic8Instruction_27(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:and)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$26(t+1,n)||!0)&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new bi(e)),s})}matchArithmeticLogic8Instruction_28(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:and)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$27(t+1,n)||!0)&&(e=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new qi(e)),s})}matchArithmeticLogic8Instruction_29(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:and)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$28(t+1,n)||!0)&&(e=this.matchixy8(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new yi(e)),s})}matchArithmeticLogic8Instruction_30(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:and)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$29(t+1,n)||!0)&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Bi(e,s)),r})}matchArithmeticLogic8Instruction_31(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:or)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$30(t+1,n)||!0)&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new Oi),e})}matchArithmeticLogic8Instruction_32(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:or)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$31(t+1,n)||!0)&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Ni(e)),s})}matchArithmeticLogic8Instruction_33(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:or)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$32(t+1,n)||!0)&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Pi(e)),s})}matchArithmeticLogic8Instruction_34(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:or)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$33(t+1,n)||!0)&&(e=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Mi(e)),s})}matchArithmeticLogic8Instruction_35(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:or)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$34(t+1,n)||!0)&&(e=this.matchixy8(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Vi(e)),s})}matchArithmeticLogic8Instruction_36(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:or)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$35(t+1,n)||!0)&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Xi(e,s)),r})}matchArithmeticLogic8Instruction_37(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:xor)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$36(t+1,n)||!0)&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new Gi),e})}matchArithmeticLogic8Instruction_38(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:xor)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$37(t+1,n)||!0)&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Ji(e)),s})}matchArithmeticLogic8Instruction_39(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:xor)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$38(t+1,n)||!0)&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Yi(e)),s})}matchArithmeticLogic8Instruction_40(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:xor)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$39(t+1,n)||!0)&&(e=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new ji(e)),s})}matchArithmeticLogic8Instruction_41(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:xor)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$40(t+1,n)||!0)&&(e=this.matchixy8(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Qi(e)),s})}matchArithmeticLogic8Instruction_42(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:xor)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$41(t+1,n)||!0)&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Ui(e,s)),r})}matchArithmeticLogic8Instruction_43(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:cp)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$42(t+1,n)||!0)&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new zi),e})}matchArithmeticLogic8Instruction_44(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:cp)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$43(t+1,n)||!0)&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Wi(e)),s})}matchArithmeticLogic8Instruction_45(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:cp)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$44(t+1,n)||!0)&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Hi(e)),s})}matchArithmeticLogic8Instruction_46(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:cp)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$45(t+1,n)||!0)&&(e=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Zi(e)),s})}matchArithmeticLogic8Instruction_47(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:cp)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$46(t+1,n)||!0)&&(e=this.matchixy8(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new pi(e)),s})}matchArithmeticLogic8Instruction_48(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:cp)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchArithmeticLogic8Instruction_$47(t+1,n)||!0)&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Ti(e,s)),r})}matchArithmeticLogic8Instruction_$0(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$0"}),e})}matchArithmeticLogic8Instruction_$1(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$1"}),e})}matchArithmeticLogic8Instruction_$2(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$2"}),e})}matchArithmeticLogic8Instruction_$3(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$3"}),e})}matchArithmeticLogic8Instruction_$4(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$4"}),e})}matchArithmeticLogic8Instruction_$5(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$5"}),e})}matchArithmeticLogic8Instruction_$6(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$6"}),e})}matchArithmeticLogic8Instruction_$7(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$7"}),e})}matchArithmeticLogic8Instruction_$8(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$8"}),e})}matchArithmeticLogic8Instruction_$9(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$9"}),e})}matchArithmeticLogic8Instruction_$10(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$10"}),e})}matchArithmeticLogic8Instruction_$11(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$11"}),e})}matchArithmeticLogic8Instruction_$12(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$12"}),e})}matchArithmeticLogic8Instruction_$13(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$13"}),e})}matchArithmeticLogic8Instruction_$14(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$14"}),e})}matchArithmeticLogic8Instruction_$15(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$15"}),e})}matchArithmeticLogic8Instruction_$16(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$16"}),e})}matchArithmeticLogic8Instruction_$17(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$17"}),e})}matchArithmeticLogic8Instruction_$18(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$18"}),e})}matchArithmeticLogic8Instruction_$19(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$19"}),e})}matchArithmeticLogic8Instruction_$20(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$20"}),e})}matchArithmeticLogic8Instruction_$21(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$21"}),e})}matchArithmeticLogic8Instruction_$22(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$22"}),e})}matchArithmeticLogic8Instruction_$23(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$23"}),e})}matchArithmeticLogic8Instruction_$24(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$24"}),e})}matchArithmeticLogic8Instruction_$25(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$25"}),e})}matchArithmeticLogic8Instruction_$26(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$26"}),e})}matchArithmeticLogic8Instruction_$27(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$27"}),e})}matchArithmeticLogic8Instruction_$28(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$28"}),e})}matchArithmeticLogic8Instruction_$29(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$29"}),e})}matchArithmeticLogic8Instruction_$30(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$30"}),e})}matchArithmeticLogic8Instruction_$31(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$31"}),e})}matchArithmeticLogic8Instruction_$32(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$32"}),e})}matchArithmeticLogic8Instruction_$33(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$33"}),e})}matchArithmeticLogic8Instruction_$34(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$34"}),e})}matchArithmeticLogic8Instruction_$35(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$35"}),e})}matchArithmeticLogic8Instruction_$36(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$36"}),e})}matchArithmeticLogic8Instruction_$37(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$37"}),e})}matchArithmeticLogic8Instruction_$38(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$38"}),e})}matchArithmeticLogic8Instruction_$39(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$39"}),e})}matchArithmeticLogic8Instruction_$40(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$40"}),e})}matchArithmeticLogic8Instruction_$41(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$41"}),e})}matchArithmeticLogic8Instruction_$42(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$42"}),e})}matchArithmeticLogic8Instruction_$43(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$43"}),e})}matchArithmeticLogic8Instruction_$44(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$44"}),e})}matchArithmeticLogic8Instruction_$45(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$45"}),e})}matchArithmeticLogic8Instruction_$46(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$46"}),e})}matchArithmeticLogic8Instruction_$47(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"ArithmeticLogic8Instruction_$47"}),e})}matchIncrementDecrement8Instruction(t,n){return this.choice([()=>this.matchIncrementDecrement8Instruction_1(t+1,n),()=>this.matchIncrementDecrement8Instruction_2(t+1,n),()=>this.matchIncrementDecrement8Instruction_3(t+1,n),()=>this.matchIncrementDecrement8Instruction_4(t+1,n),()=>this.matchIncrementDecrement8Instruction_5(t+1,n),()=>this.matchIncrementDecrement8Instruction_6(t+1,n),()=>this.matchIncrementDecrement8Instruction_7(t+1,n),()=>this.matchIncrementDecrement8Instruction_8(t+1,n),()=>this.matchIncrementDecrement8Instruction_9(t+1,n),()=>this.matchIncrementDecrement8Instruction_10(t+1,n)])}matchIncrementDecrement8Instruction_1(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:inc)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Ki(e)),s})}matchIncrementDecrement8Instruction_2(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:inc)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchIncrementDecrement8Instruction_$0(t+1,n)||!0)&&(e=this.matchixy8(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new di(e)),s})}matchIncrementDecrement8Instruction_3(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:inc)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new $i),e})}matchIncrementDecrement8Instruction_4(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:inc)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new ts(e)),s})}matchIncrementDecrement8Instruction_5(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:inc)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new ns(e)),s})}matchIncrementDecrement8Instruction_6(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:dec)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new es(e)),s})}matchIncrementDecrement8Instruction_7(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:dec)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(this.matchIncrementDecrement8Instruction_$1(t+1,n)||!0)&&(e=this.matchixy8(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new is(e)),s})}matchIncrementDecrement8Instruction_8(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:dec)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new ss),e})}matchIncrementDecrement8Instruction_9(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:dec)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new rs(e)),s})}matchIncrementDecrement8Instruction_10(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:dec)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new us(e)),s})}matchIncrementDecrement8Instruction_$0(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"IncrementDecrement8Instruction_$0"}),e})}matchIncrementDecrement8Instruction_$1(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e={kind:"IncrementDecrement8Instruction_$1"}),e})}matchGeneralPurposeArithmeticInstruction(t,n){return this.choice([()=>this.matchGeneralPurposeArithmeticInstruction_1(t+1,n),()=>this.matchGeneralPurposeArithmeticInstruction_2(t+1,n),()=>this.matchGeneralPurposeArithmeticInstruction_3(t+1,n),()=>this.matchGeneralPurposeArithmeticInstruction_4(t+1,n),()=>this.matchGeneralPurposeArithmeticInstruction_5(t+1,n)])}matchGeneralPurposeArithmeticInstruction_1(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:daa)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new ls),e})}matchGeneralPurposeArithmeticInstruction_2(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:cpl)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new cs),e})}matchGeneralPurposeArithmeticInstruction_3(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:neg)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new os),e})}matchGeneralPurposeArithmeticInstruction_4(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:ccf)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new as),e})}matchGeneralPurposeArithmeticInstruction_5(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:scf)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new hs),e})}matchCpuControlGroupInstruction(t,n){return this.choice([()=>this.matchCpuControlGroupInstruction_1(t+1,n),()=>this.matchCpuControlGroupInstruction_2(t+1,n),()=>this.matchCpuControlGroupInstruction_3(t+1,n),()=>this.matchCpuControlGroupInstruction_4(t+1,n),()=>this.matchCpuControlGroupInstruction_5(t+1,n)])}matchCpuControlGroupInstruction_1(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:nop)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new ms),e})}matchCpuControlGroupInstruction_2(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:halt)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new _s),e})}matchCpuControlGroupInstruction_3(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:di)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new gs),e})}matchCpuControlGroupInstruction_4(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:ei)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new Is),e})}matchCpuControlGroupInstruction_5(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:im)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.regexAccept(String.raw`(?:[012])`,"",t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new ws(e)),s})}matchArithmeticLogic16Instruction(t,n){return this.choice([()=>this.matchArithmeticLogic16Instruction_1(t+1,n),()=>this.matchArithmeticLogic16Instruction_2(t+1,n),()=>this.matchArithmeticLogic16Instruction_3(t+1,n),()=>this.matchArithmeticLogic16Instruction_4(t+1,n),()=>this.matchArithmeticLogic16Instruction_5(t+1,n),()=>this.matchArithmeticLogic16Instruction_6(t+1,n),()=>this.matchArithmeticLogic16Instruction_7(t+1,n),()=>this.matchArithmeticLogic16Instruction_8(t+1,n),()=>this.matchArithmeticLogic16Instruction_9(t+1,n),()=>this.matchArithmeticLogic16Instruction_10(t+1,n),()=>this.matchArithmeticLogic16Instruction_11(t+1,n)])}matchArithmeticLogic16Instruction_1(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:add)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchss(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new xs(e)),s})}matchArithmeticLogic16Instruction_2(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:adc)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchss(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new fs(e)),s})}matchArithmeticLogic16Instruction_3(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:sbc)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchss(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Ls(e)),s})}matchArithmeticLogic16Instruction_4(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:add)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:ix)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchpp(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new As(e)),s})}matchArithmeticLogic16Instruction_5(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:add)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:iy)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchrr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Ss(e)),s})}matchArithmeticLogic16Instruction_6(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:inc)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchss(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new ks(e)),s})}matchArithmeticLogic16Instruction_7(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:inc)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:ix)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new Rs),e})}matchArithmeticLogic16Instruction_8(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:inc)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:iy)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new Cs),e})}matchArithmeticLogic16Instruction_9(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:dec)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchss(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Fs(e)),s})}matchArithmeticLogic16Instruction_10(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:dec)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:ix)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new Ds),e})}matchArithmeticLogic16Instruction_11(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:dec)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:iy)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new Es),e})}matchFakeArithmetic16Instruction(t,n){return this.choice([()=>this.matchFakeArithmetic16Instruction_1(t+1,n),()=>this.matchFakeArithmetic16Instruction_2(t+1,n),()=>this.matchFakeArithmetic16Instruction_3(t+1,n),()=>this.matchFakeArithmetic16Instruction_4(t+1,n),()=>this.matchFakeArithmetic16Instruction_5(t+1,n)])}matchFakeArithmetic16Instruction_1(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:adc)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:de)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchss(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new vs(e)),s})}matchFakeArithmetic16Instruction_2(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:add)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:de)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchss(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new bs(e)),s})}matchFakeArithmetic16Instruction_3(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:sbc)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:de)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchss(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new qs(e)),s})}matchFakeArithmetic16Instruction_4(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:sub)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchss(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new ys(e)),s})}matchFakeArithmetic16Instruction_5(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:sub)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:de)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchss(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Bs(e)),s})}matchFakeLoadIncrement16Instruction(t,n){return this.choice([()=>this.matchFakeLoadIncrement16Instruction_1(t+1,n),()=>this.matchFakeLoadIncrement16Instruction_2(t+1,n),()=>this.matchFakeLoadIncrement16Instruction_3(t+1,n),()=>this.matchFakeLoadIncrement16Instruction_4(t+1,n),()=>this.matchFakeLoadIncrement16Instruction_5(t+1,n),()=>this.matchFakeLoadIncrement16Instruction_6(t+1,n)])}matchFakeLoadIncrement16Instruction_1(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:ldi)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchqq(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Os(e)),s})}matchFakeLoadIncrement16Instruction_2(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:ldi)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchqq(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Ns(e,s)),r})}matchFakeLoadIncrement16Instruction_3(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:ldi)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchqq(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Ps(e,s)),r})}matchFakeLoadIncrement16Instruction_4(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:ldi)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchqq(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Ms(e)),s})}matchFakeLoadIncrement16Instruction_5(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:ldi)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.matchqq(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Vs(e,s)),r})}matchFakeLoadIncrement16Instruction_6(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:ldi)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.matchqq(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Xs(e,s)),r})}matchFakeLoadIncrement8Instruction(t,n){return this.choice([()=>this.matchFakeLoadIncrement8Instruction_1(t+1,n),()=>this.matchFakeLoadIncrement8Instruction_2(t+1,n),()=>this.matchFakeLoadIncrement8Instruction_3(t+1,n),()=>this.matchFakeLoadIncrement8Instruction_4(t+1,n),()=>this.matchFakeLoadIncrement8Instruction_5(t+1,n),()=>this.matchFakeLoadIncrement8Instruction_6(t+1,n),()=>this.matchFakeLoadIncrement8Instruction_7(t+1,n),()=>this.matchFakeLoadIncrement8Instruction_8(t+1,n),()=>this.matchFakeLoadIncrement8Instruction_9(t+1,n),()=>this.matchFakeLoadIncrement8Instruction_10(t+1,n),()=>this.matchFakeLoadIncrement8Instruction_11(t+1,n),()=>this.matchFakeLoadIncrement8Instruction_12(t+1,n),()=>this.matchFakeLoadIncrement8Instruction_13(t+1,n)])}matchFakeLoadIncrement8Instruction_1(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:ldi)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:bc)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new Gs),e})}matchFakeLoadIncrement8Instruction_2(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:ldi)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:de)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new Js),e})}matchFakeLoadIncrement8Instruction_3(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:ldi)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchr(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Ys(e)),s})}matchFakeLoadIncrement8Instruction_4(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:ldi)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchr(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new js(e,s)),r})}matchFakeLoadIncrement8Instruction_5(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:ldi)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchr(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Qs(e,s)),r})}matchFakeLoadIncrement8Instruction_6(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:ldi)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:bc)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new Us),e})}matchFakeLoadIncrement8Instruction_7(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:ldi)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:de)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new zs),e})}matchFakeLoadIncrement8Instruction_8(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:ldi)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Ws(e)),s})}matchFakeLoadIncrement8Instruction_9(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:ldi)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Hs(e,s)),r})}matchFakeLoadIncrement8Instruction_10(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:ldi)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Zs(e,s)),r})}matchFakeLoadIncrement8Instruction_11(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:ldi)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new ps(e,s)),r})}matchFakeLoadIncrement8Instruction_12(t,n){return this.run(t,()=>{let e,s,r,l=null;return this.regexAccept(String.raw`(?:ldi)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.mark())!==null&&(r=this.matchExpression(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(l=new Ts(e,s,r)),l})}matchFakeLoadIncrement8Instruction_13(t,n){return this.run(t,()=>{let e,s,r,l=null;return this.regexAccept(String.raw`(?:ldi)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.mark())!==null&&(r=this.matchExpression(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(l=new Ks(e,s,r)),l})}matchFakeLoadDecrement8Instruction(t,n){return this.choice([()=>this.matchFakeLoadDecrement8Instruction_1(t+1,n),()=>this.matchFakeLoadDecrement8Instruction_2(t+1,n),()=>this.matchFakeLoadDecrement8Instruction_3(t+1,n),()=>this.matchFakeLoadDecrement8Instruction_4(t+1,n),()=>this.matchFakeLoadDecrement8Instruction_5(t+1,n),()=>this.matchFakeLoadDecrement8Instruction_6(t+1,n),()=>this.matchFakeLoadDecrement8Instruction_7(t+1,n),()=>this.matchFakeLoadDecrement8Instruction_8(t+1,n),()=>this.matchFakeLoadDecrement8Instruction_9(t+1,n),()=>this.matchFakeLoadDecrement8Instruction_10(t+1,n),()=>this.matchFakeLoadDecrement8Instruction_11(t+1,n),()=>this.matchFakeLoadDecrement8Instruction_12(t+1,n),()=>this.matchFakeLoadDecrement8Instruction_13(t+1,n)])}matchFakeLoadDecrement8Instruction_1(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:ldd)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:bc)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new ds),e})}matchFakeLoadDecrement8Instruction_2(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:ldd)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:de)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new $s),e})}matchFakeLoadDecrement8Instruction_3(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:ldd)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchr(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new tr(e)),s})}matchFakeLoadDecrement8Instruction_4(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:ldd)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchr(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new nr(e,s)),r})}matchFakeLoadDecrement8Instruction_5(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:ldd)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchr(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new er(e,s)),r})}matchFakeLoadDecrement8Instruction_6(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:ldd)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:bc)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new ir),e})}matchFakeLoadDecrement8Instruction_7(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:ldd)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:de)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new sr),e})}matchFakeLoadDecrement8Instruction_8(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:ldd)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new rr(e)),s})}matchFakeLoadDecrement8Instruction_9(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:ldd)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new ur(e,s)),r})}matchFakeLoadDecrement8Instruction_10(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:ldd)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new lr(e,s)),r})}matchFakeLoadDecrement8Instruction_11(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:ldd)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new cr(e,s)),r})}matchFakeLoadDecrement8Instruction_12(t,n){return this.run(t,()=>{let e,s,r,l=null;return this.regexAccept(String.raw`(?:ldd)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.mark())!==null&&(r=this.matchExpression(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(l=new or(e,s,r)),l})}matchFakeLoadDecrement8Instruction_13(t,n){return this.run(t,()=>{let e,s,r,l=null;return this.regexAccept(String.raw`(?:ldd)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.mark())!==null&&(r=this.matchExpression(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(l=new ar(e,s,r)),l})}matchRotateShiftInstruction(t,n){return this.choice([()=>this.matchRotateShiftInstruction_1(t+1,n),()=>this.matchRotateShiftInstruction_2(t+1,n),()=>this.matchRotateShiftInstruction_3(t+1,n),()=>this.matchRotateShiftInstruction_4(t+1,n),()=>this.matchRotateShiftInstruction_5(t+1,n),()=>this.matchRotateShiftInstruction_6(t+1,n),()=>this.matchRotateShiftInstruction_7(t+1,n),()=>this.matchRotateShiftInstruction_8(t+1,n),()=>this.matchRotateShiftInstruction_9(t+1,n),()=>this.matchRotateShiftInstruction_10(t+1,n),()=>this.matchRotateShiftInstruction_11(t+1,n),()=>this.matchRotateShiftInstruction_12(t+1,n),()=>this.matchRotateShiftInstruction_13(t+1,n),()=>this.matchRotateShiftInstruction_14(t+1,n),()=>this.matchRotateShiftInstruction_15(t+1,n),()=>this.matchRotateShiftInstruction_16(t+1,n),()=>this.matchRotateShiftInstruction_17(t+1,n),()=>this.matchRotateShiftInstruction_18(t+1,n),()=>this.matchRotateShiftInstruction_19(t+1,n),()=>this.matchRotateShiftInstruction_20(t+1,n),()=>this.matchRotateShiftInstruction_21(t+1,n),()=>this.matchRotateShiftInstruction_22(t+1,n),()=>this.matchRotateShiftInstruction_23(t+1,n),()=>this.matchRotateShiftInstruction_24(t+1,n),()=>this.matchRotateShiftInstruction_25(t+1,n),()=>this.matchRotateShiftInstruction_26(t+1,n),()=>this.matchRotateShiftInstruction_27(t+1,n),()=>this.matchRotateShiftInstruction_28(t+1,n),()=>this.matchRotateShiftInstruction_29(t+1,n),()=>this.matchRotateShiftInstruction_30(t+1,n),()=>this.matchRotateShiftInstruction_31(t+1,n),()=>this.matchRotateShiftInstruction_32(t+1,n),()=>this.matchRotateShiftInstruction_33(t+1,n),()=>this.matchRotateShiftInstruction_34(t+1,n),()=>this.matchRotateShiftInstruction_35(t+1,n),()=>this.matchRotateShiftInstruction_36(t+1,n),()=>this.matchRotateShiftInstruction_37(t+1,n),()=>this.matchRotateShiftInstruction_38(t+1,n),()=>this.matchRotateShiftInstruction_39(t+1,n),()=>this.matchRotateShiftInstruction_40(t+1,n),()=>this.matchRotateShiftInstruction_41(t+1,n),()=>this.matchRotateShiftInstruction_42(t+1,n),()=>this.matchRotateShiftInstruction_43(t+1,n),()=>this.matchRotateShiftInstruction_44(t+1,n),()=>this.matchRotateShiftInstruction_45(t+1,n),()=>this.matchRotateShiftInstruction_46(t+1,n),()=>this.matchRotateShiftInstruction_47(t+1,n),()=>this.matchRotateShiftInstruction_48(t+1,n),()=>this.matchRotateShiftInstruction_49(t+1,n),()=>this.matchRotateShiftInstruction_50(t+1,n),()=>this.matchRotateShiftInstruction_51(t+1,n),()=>this.matchRotateShiftInstruction_52(t+1,n)])}matchRotateShiftInstruction_1(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:rlca)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new hr),e})}matchRotateShiftInstruction_2(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:rla)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new mr),e})}matchRotateShiftInstruction_3(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:rrca)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new _r),e})}matchRotateShiftInstruction_4(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:rra)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new gr),e})}matchRotateShiftInstruction_5(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:rlc)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Ir(e)),s})}matchRotateShiftInstruction_6(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:rlc)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:hl)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new wr),e})}matchRotateShiftInstruction_7(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:rlc)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new xr(e)),s})}matchRotateShiftInstruction_8(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:rlc)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new fr(e)),s})}matchRotateShiftInstruction_9(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:rl)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Lr(e)),s})}matchRotateShiftInstruction_10(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:rl)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\(hl\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new Ar),e})}matchRotateShiftInstruction_11(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:rl)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Sr(e)),s})}matchRotateShiftInstruction_12(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:rl)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new kr(e,s)),r})}matchRotateShiftInstruction_13(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:rl)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Rr(e)),s})}matchRotateShiftInstruction_14(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:rl)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Cr(e,s)),r})}matchRotateShiftInstruction_15(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:rrc)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Fr(e)),s})}matchRotateShiftInstruction_16(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:rrc)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\(hl\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new Dr),e})}matchRotateShiftInstruction_17(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:rrc)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Er(e)),s})}matchRotateShiftInstruction_18(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:rrc)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new vr(e,s)),r})}matchRotateShiftInstruction_19(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:rrc)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new br(e)),s})}matchRotateShiftInstruction_20(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:rrc)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new qr(e,s)),r})}matchRotateShiftInstruction_21(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:rr)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new yr(e)),s})}matchRotateShiftInstruction_22(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:rr)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\(hl\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new Br),e})}matchRotateShiftInstruction_23(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:rr)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Or(e)),s})}matchRotateShiftInstruction_24(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:rr)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Nr(e,s)),r})}matchRotateShiftInstruction_25(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:rr)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Pr(e)),s})}matchRotateShiftInstruction_26(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:rr)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Mr(e,s)),r})}matchRotateShiftInstruction_27(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:sla)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Vr(e)),s})}matchRotateShiftInstruction_28(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:sla)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\(hl\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new Xr),e})}matchRotateShiftInstruction_29(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:sla)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Gr(e)),s})}matchRotateShiftInstruction_30(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:sla)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Jr(e,s)),r})}matchRotateShiftInstruction_31(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:sla)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Yr(e)),s})}matchRotateShiftInstruction_32(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:sla)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new jr(e,s)),r})}matchRotateShiftInstruction_33(t,n){return this.run(t,()=>{let e,s=null;return this.matchRotateShiftInstruction_$0(t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Qr(e)),s})}matchRotateShiftInstruction_34(t,n){return this.run(t,()=>{let e=null;return this.matchRotateShiftInstruction_$1(t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\(hl\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new Ur),e})}matchRotateShiftInstruction_35(t,n){return this.run(t,()=>{let e,s=null;return this.matchRotateShiftInstruction_$2(t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new zr(e)),s})}matchRotateShiftInstruction_36(t,n){return this.run(t,()=>{let e,s,r=null;return this.matchRotateShiftInstruction_$3(t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Wr(e,s)),r})}matchRotateShiftInstruction_37(t,n){return this.run(t,()=>{let e,s=null;return this.matchRotateShiftInstruction_$4(t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Hr(e)),s})}matchRotateShiftInstruction_38(t,n){return this.run(t,()=>{let e,s,r=null;return this.matchRotateShiftInstruction_$5(t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Zr(e,s)),r})}matchRotateShiftInstruction_39(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:sra)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new pr(e)),s})}matchRotateShiftInstruction_40(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:sra)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\(hl\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new Tr),e})}matchRotateShiftInstruction_41(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:sra)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Kr(e)),s})}matchRotateShiftInstruction_42(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:sra)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new dr(e,s)),r})}matchRotateShiftInstruction_43(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:sra)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new $r(e)),s})}matchRotateShiftInstruction_44(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:sra)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new tu(e,s)),r})}matchRotateShiftInstruction_45(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:srl)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new nu(e)),s})}matchRotateShiftInstruction_46(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:srl)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\(hl\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new eu),e})}matchRotateShiftInstruction_47(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:srl)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new iu(e)),s})}matchRotateShiftInstruction_48(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:srl)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new su(e,s)),r})}matchRotateShiftInstruction_49(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:srl)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new ru(e)),s})}matchRotateShiftInstruction_50(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:srl)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new uu(e,s)),r})}matchRotateShiftInstruction_51(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:rld)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new lu),e})}matchRotateShiftInstruction_52(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:rrd)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new cu),e})}matchRotateShiftInstruction_$0(t,n){return this.choice([()=>this.matchRotateShiftInstruction_$0_1(t+1,n),()=>this.matchRotateShiftInstruction_$0_2(t+1,n)])}matchRotateShiftInstruction_$0_1(t,n){return this.regexAccept(String.raw`(?:sll)`,"",t+1,n)}matchRotateShiftInstruction_$0_2(t,n){return this.regexAccept(String.raw`(?:sli)`,"",t+1,n)}matchRotateShiftInstruction_$1(t,n){return this.choice([()=>this.matchRotateShiftInstruction_$1_1(t+1,n),()=>this.matchRotateShiftInstruction_$1_2(t+1,n)])}matchRotateShiftInstruction_$1_1(t,n){return this.regexAccept(String.raw`(?:sll)`,"",t+1,n)}matchRotateShiftInstruction_$1_2(t,n){return this.regexAccept(String.raw`(?:sli)`,"",t+1,n)}matchRotateShiftInstruction_$2(t,n){return this.choice([()=>this.matchRotateShiftInstruction_$2_1(t+1,n),()=>this.matchRotateShiftInstruction_$2_2(t+1,n)])}matchRotateShiftInstruction_$2_1(t,n){return this.regexAccept(String.raw`(?:sll)`,"",t+1,n)}matchRotateShiftInstruction_$2_2(t,n){return this.regexAccept(String.raw`(?:sli)`,"",t+1,n)}matchRotateShiftInstruction_$3(t,n){return this.choice([()=>this.matchRotateShiftInstruction_$3_1(t+1,n),()=>this.matchRotateShiftInstruction_$3_2(t+1,n)])}matchRotateShiftInstruction_$3_1(t,n){return this.regexAccept(String.raw`(?:sll)`,"",t+1,n)}matchRotateShiftInstruction_$3_2(t,n){return this.regexAccept(String.raw`(?:sli)`,"",t+1,n)}matchRotateShiftInstruction_$4(t,n){return this.choice([()=>this.matchRotateShiftInstruction_$4_1(t+1,n),()=>this.matchRotateShiftInstruction_$4_2(t+1,n)])}matchRotateShiftInstruction_$4_1(t,n){return this.regexAccept(String.raw`(?:sll)`,"",t+1,n)}matchRotateShiftInstruction_$4_2(t,n){return this.regexAccept(String.raw`(?:sli)`,"",t+1,n)}matchRotateShiftInstruction_$5(t,n){return this.choice([()=>this.matchRotateShiftInstruction_$5_1(t+1,n),()=>this.matchRotateShiftInstruction_$5_2(t+1,n)])}matchRotateShiftInstruction_$5_1(t,n){return this.regexAccept(String.raw`(?:sll)`,"",t+1,n)}matchRotateShiftInstruction_$5_2(t,n){return this.regexAccept(String.raw`(?:sli)`,"",t+1,n)}matchFakeRotateShiftInstruction16(t,n){return this.choice([()=>this.matchFakeRotateShiftInstruction16_1(t+1,n),()=>this.matchFakeRotateShiftInstruction16_2(t+1,n),()=>this.matchFakeRotateShiftInstruction16_3(t+1,n),()=>this.matchFakeRotateShiftInstruction16_4(t+1,n),()=>this.matchFakeRotateShiftInstruction16_5(t+1,n),()=>this.matchFakeRotateShiftInstruction16_6(t+1,n)])}matchFakeRotateShiftInstruction16_1(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:rl)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchqq(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new ou(e)),s})}matchFakeRotateShiftInstruction16_2(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:rr)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchqq(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new au(e)),s})}matchFakeRotateShiftInstruction16_3(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:sla)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchqq(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new hu(e)),s})}matchFakeRotateShiftInstruction16_4(t,n){return this.run(t,()=>{let e,s=null;return this.matchFakeRotateShiftInstruction16_$0(t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchqq(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new mu(e)),s})}matchFakeRotateShiftInstruction16_5(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:sra)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchqq(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new _u(e)),s})}matchFakeRotateShiftInstruction16_6(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:srl)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchqq(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new gu(e)),s})}matchFakeRotateShiftInstruction16_$0(t,n){return this.choice([()=>this.matchFakeRotateShiftInstruction16_$0_1(t+1,n),()=>this.matchFakeRotateShiftInstruction16_$0_2(t+1,n)])}matchFakeRotateShiftInstruction16_$0_1(t,n){return this.regexAccept(String.raw`(?:sll)`,"",t+1,n)}matchFakeRotateShiftInstruction16_$0_2(t,n){return this.regexAccept(String.raw`(?:sli)`,"",t+1,n)}matchBitManipulationInstruction(t,n){return this.choice([()=>this.matchBitManipulationInstruction_1(t+1,n),()=>this.matchBitManipulationInstruction_2(t+1,n),()=>this.matchBitManipulationInstruction_3(t+1,n),()=>this.matchBitManipulationInstruction_4(t+1,n),()=>this.matchBitManipulationInstruction_5(t+1,n),()=>this.matchBitManipulationInstruction_6(t+1,n),()=>this.matchBitManipulationInstruction_7(t+1,n),()=>this.matchBitManipulationInstruction_8(t+1,n),()=>this.matchBitManipulationInstruction_9(t+1,n),()=>this.matchBitManipulationInstruction_10(t+1,n),()=>this.matchBitManipulationInstruction_11(t+1,n),()=>this.matchBitManipulationInstruction_12(t+1,n)])}matchBitManipulationInstruction_1(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:bit)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchb(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Iu(e,s)),r})}matchBitManipulationInstruction_2(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:bit)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchb(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\(hl\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new wu(e)),s})}matchBitManipulationInstruction_3(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:bit)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchb(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new xu(e,s)),r})}matchBitManipulationInstruction_4(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:bit)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchb(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new fu(e,s)),r})}matchBitManipulationInstruction_5(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:set)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchb(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Lu(e,s)),r})}matchBitManipulationInstruction_6(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:set)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchb(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\(hl\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Au(e)),s})}matchBitManipulationInstruction_7(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:set)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchb(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Su(e,s)),r})}matchBitManipulationInstruction_8(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:set)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchb(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new ku(e,s)),r})}matchBitManipulationInstruction_9(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:res)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchb(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Ru(e,s)),r})}matchBitManipulationInstruction_10(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:res)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchb(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\(hl\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Cu(e)),s})}matchBitManipulationInstruction_11(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:res)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchb(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.matchIX(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Fu(e,s)),r})}matchBitManipulationInstruction_12(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:res)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchb(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.matchIY(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Du(e,s)),r})}matchOffset(t,n){return this.choice([()=>this.matchOffset_1(t+1,n),()=>this.matchOffset_2(t+1,n)])}matchOffset_1(t,n){return this.run(t,()=>{let e,s,r=null;return(e=this.mark())!==null&&(s=this.matchLabel(t+1,n))!==null&&(r=new Eu(e,s)),r})}matchOffset_2(t,n){return this.run(t,()=>{let e,s=null;return(e=this.matchExpression(t+1,n))!==null&&(s=new vu(e)),s})}matchJumpInstruction(t,n){return this.choice([()=>this.matchJumpInstruction_1(t+1,n),()=>this.matchJumpInstruction_2(t+1,n),()=>this.matchJumpInstruction_3(t+1,n),()=>this.matchJumpInstruction_4(t+1,n),()=>this.matchJumpInstruction_5(t+1,n),()=>this.matchJumpInstruction_6(t+1,n),()=>this.matchJumpInstruction_7(t+1,n),()=>this.matchJumpInstruction_8(t+1,n),()=>this.matchJumpInstruction_9(t+1,n),()=>this.matchJumpInstruction_10(t+1,n),()=>this.matchJumpInstruction_11(t+1,n)])}matchJumpInstruction_1(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:jp)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\(hl\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new bu),e})}matchJumpInstruction_2(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:jp)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:ix)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new qu),e})}matchJumpInstruction_3(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:jp)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:iy)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new yu),e})}matchJumpInstruction_4(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:jp)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Bu(e,s)),r})}matchJumpInstruction_5(t,n){return this.run(t,()=>{let e,s,r,l=null;return this.regexAccept(String.raw`(?:jp)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchcc(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.mark())!==null&&(r=this.matchExpression(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(l=new Ou(e,s,r)),l})}matchJumpInstruction_6(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:jr)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.mark())!==null&&(s=this.matchLabel(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Nu(e,s)),r})}matchJumpInstruction_7(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:jr)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Pu(e,s)),r})}matchJumpInstruction_8(t,n){return this.run(t,()=>{let e,s,r,l=null;return this.regexAccept(String.raw`(?:jr)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchjj(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.mark())!==null&&(r=this.matchLabel(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(l=new Mu(e,s,r)),l})}matchJumpInstruction_9(t,n){return this.run(t,()=>{let e,s,r,l=null;return this.regexAccept(String.raw`(?:jr)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchjj(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.mark())!==null&&(r=this.matchExpression(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(l=new Vu(e,s,r)),l})}matchJumpInstruction_10(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:djnz)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.mark())!==null&&(s=this.matchLabel(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Xu(e,s)),r})}matchJumpInstruction_11(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:djnz)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Gu(e,s)),r})}matchCallInstruction(t,n){return this.choice([()=>this.matchCallInstruction_1(t+1,n),()=>this.matchCallInstruction_2(t+1,n)])}matchCallInstruction_1(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:call)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Ju(e,s)),r})}matchCallInstruction_2(t,n){return this.run(t,()=>{let e,s,r,l=null;return this.regexAccept(String.raw`(?:call)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchcc(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(s=this.mark())!==null&&(r=this.matchExpression(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(l=new Yu(e,s,r)),l})}matchReturnInstruction(t,n){return this.choice([()=>this.matchReturnInstruction_1(t+1,n),()=>this.matchReturnInstruction_2(t+1,n),()=>this.matchReturnInstruction_3(t+1,n),()=>this.matchReturnInstruction_4(t+1,n),()=>this.matchReturnInstruction_5(t+1,n)])}matchReturnInstruction_1(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:ret)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new ju),e})}matchReturnInstruction_2(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:ret)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchcc(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Qu(e)),s})}matchReturnInstruction_3(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:reti)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new Uu),e})}matchReturnInstruction_4(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:retn)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new zu),e})}matchReturnInstruction_5(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:rst)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchp(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Wu(e)),s})}matchInputInstruction(t,n){return this.choice([()=>this.matchInputInstruction_1(t+1,n),()=>this.matchInputInstruction_2(t+1,n),()=>this.matchInputInstruction_3(t+1,n),()=>this.matchInputInstruction_4(t+1,n),()=>this.matchInputInstruction_5(t+1,n),()=>this.matchInputInstruction_6(t+1,n),()=>this.matchInputInstruction_7(t+1,n)])}matchInputInstruction_1(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:in)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchr(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.regexAccept(String.raw`(?:c)`,"",t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new Hu(e)),s})}matchInputInstruction_2(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:in)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Zu(e,s)),r})}matchInputInstruction_3(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:in)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:f)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.regexAccept(String.raw`(?:c)`,"",t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new pu),e})}matchInputInstruction_4(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:ini)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new Tu),e})}matchInputInstruction_5(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:inir)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new Ku),e})}matchInputInstruction_6(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:ind)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new du),e})}matchInputInstruction_7(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:indr)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new $u),e})}matchOutputInstruction(t,n){return this.choice([()=>this.matchOutputInstruction_1(t+1,n),()=>this.matchOutputInstruction_2(t+1,n),()=>this.matchOutputInstruction_3(t+1,n),()=>this.matchOutputInstruction_4(t+1,n),()=>this.matchOutputInstruction_5(t+1,n),()=>this.matchOutputInstruction_6(t+1,n),()=>this.matchOutputInstruction_7(t+1,n)])}matchOutputInstruction_1(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:out)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.regexAccept(String.raw`(?:c)`,"",t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:0)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new tl),e})}matchOutputInstruction_2(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:out)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.regexAccept(String.raw`(?:c)`,"",t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchr(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(s=new nl(e)),s})}matchOutputInstruction_3(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:out)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&this.regexAccept(String.raw`(?:\()`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:\))`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:a)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new el(e,s)),r})}matchOutputInstruction_4(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:outi)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new il),e})}matchOutputInstruction_5(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:otir)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new sl),e})}matchOutputInstruction_6(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:outd)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new rl),e})}matchOutputInstruction_7(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:otdr)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(e=new ul),e})}matchByteDirective(t,n){return this.choice([()=>this.matchByteDirective_1(t+1,n),()=>this.matchByteDirective_2(t+1,n),()=>this.matchByteDirective_3(t+1,n),()=>this.matchByteDirective_4(t+1,n),()=>this.matchByteDirective_5(t+1,n)])}matchByteDirective_1(t,n){return this.regexAccept(String.raw`(?:db)`,"",t+1,n)}matchByteDirective_2(t,n){return this.regexAccept(String.raw`(?:dm)`,"",t+1,n)}matchByteDirective_3(t,n){return this.regexAccept(String.raw`(?:\.?byte)`,"",t+1,n)}matchByteDirective_4(t,n){return this.regexAccept(String.raw`(?:defb)`,"",t+1,n)}matchByteDirective_5(t,n){return this.regexAccept(String.raw`(?:defm)`,"",t+1,n)}matchWordDirective(t,n){return this.choice([()=>this.matchWordDirective_1(t+1,n),()=>this.matchWordDirective_2(t+1,n),()=>this.matchWordDirective_3(t+1,n)])}matchWordDirective_1(t,n){return this.regexAccept(String.raw`(?:dw)`,"",t+1,n)}matchWordDirective_2(t,n){return this.regexAccept(String.raw`(?:\.?word)`,"",t+1,n)}matchWordDirective_3(t,n){return this.regexAccept(String.raw`(?:defw)`,"",t+1,n)}matchBlockDirective(t,n){return this.choice([()=>this.matchBlockDirective_1(t+1,n),()=>this.matchBlockDirective_2(t+1,n),()=>this.matchBlockDirective_3(t+1,n)])}matchBlockDirective_1(t,n){return this.regexAccept(String.raw`(?:\.?block)`,"",t+1,n)}matchBlockDirective_2(t,n){return this.regexAccept(String.raw`(?:defs)`,"",t+1,n)}matchBlockDirective_3(t,n){return this.regexAccept(String.raw`(?:ds)`,"",t+1,n)}matchByteValue(t,n){return this.choice([()=>this.matchByteValue_1(t+1,n),()=>this.matchByteValue_2(t+1,n),()=>this.matchByteValue_3(t+1,n)])}matchByteValue_1(t,n){return this.run(t,()=>{let e,s=null;return(e=this.matchQuottedStr(t+1,n))!==null&&(s=new ll(e)),s})}matchByteValue_2(t,n){return this.run(t,()=>{let e,s=null;return(e=this.matchDoubleQuottedStr(t+1,n))!==null&&(s=new cl(e)),s})}matchByteValue_3(t,n){return this.run(t,()=>{let e,s,r=null;return(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&(r=new ol(e,s)),r})}matchWordValue(t,n){return this.run(t,()=>{let e,s,r=null;return(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&(r=new al(e,s)),r})}matchDataDirective(t,n){return this.choice([()=>this.matchDataDirective_1(t+1,n),()=>this.matchDataDirective_2(t+1,n),()=>this.matchDataDirective_3(t+1,n)])}matchDataDirective_1(t,n){return this.run(t,()=>{let e,s,r,l=null;return this.matchByteDirective(t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.mark())!==null&&(s=this.matchByteValue(t+1,n))!==null&&(r=this.loop(()=>this.matchDataDirective_$0(t+1,n),0,-1))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(l=new hl(e,s,r)),l})}matchDataDirective_2(t,n){return this.run(t,()=>{let e,s,r,l=null;return this.matchWordDirective(t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.mark())!==null&&(s=this.matchWordValue(t+1,n))!==null&&(r=this.loop(()=>this.matchDataDirective_$1(t+1,n),0,-1))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(l=new ml(e,s,r)),l})}matchDataDirective_3(t,n){return this.run(t,()=>{let e,s,r,l=null;return this.matchBlockDirective(t+1,n)!==null&&this.match__(t+1,n)!==null&&this.mark()!==null&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&((r=this.matchDataDirective_$2(t+1,n))||!0)&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(l=new _l(e,s,r)),l})}matchDataDirective_$0(t,n){return this.run(t,()=>{let e,s=null;return this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchByteValue(t+1,n))!==null&&(s={kind:"DataDirective_$0",inner:e}),s})}matchDataDirective_$1(t,n){return this.run(t,()=>{let e,s=null;return this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.matchWordValue(t+1,n))!==null&&(s={kind:"DataDirective_$1",inner:e}),s})}matchDataDirective_$2(t,n){return this.run(t,()=>{let e,s,r=null;return this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&(e=this.mark())!==null&&(s=this.matchExpression(t+1,n))!==null&&(r={kind:"DataDirective_$2",pos1:e,b:s}),r})}matchEscapeSequence(t,n){return this.choice([()=>this.matchEscapeSequence_1(t+1,n),()=>this.matchEscapeSequence_2(t+1,n),()=>this.matchEscapeSequence_3(t+1,n)])}matchEscapeSequence_1(t,n){return this.matchSimpleEscapeSequence(t+1,n)}matchEscapeSequence_2(t,n){return this.matchOctalEscapeSequence(t+1,n)}matchEscapeSequence_3(t,n){return this.matchHexadecimalEscapeSequence(t+1,n)}matchSimpleEscapeSequence(t,n){return this.run(t,()=>{let e,s,r=null;return(e=this.mark())!==null&&this.regexAccept(String.raw`(?:\\)`,"",t+1,n)!==null&&(s=this.matchSimpleEscapeSequence_$0(t+1,n))!==null&&(r=new gl(e,s)),r})}matchSimpleEscapeSequence_$0(t,n){return this.choice([()=>this.matchSimpleEscapeSequence_$0_1(t+1,n),()=>this.matchSimpleEscapeSequence_$0_2(t+1,n)])}matchSimpleEscapeSequence_$0_1(t,n){return this.regexAccept(String.raw`(?:")`,"",t+1,n)}matchSimpleEscapeSequence_$0_2(t,n){return this.regexAccept(String.raw`(?:n)`,"",t+1,n)}matchOctalEscapeSequence(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:\\)`,"",t+1,n)!==null&&(e=this.mark())!==null&&(s=this.regexAccept(String.raw`(?:[0-7]{1,3})`,"",t+1,n))!==null&&(r=new Il(e,s)),r})}matchHexadecimalEscapeSequence(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:\\x)`,"",t+1,n)!==null&&(e=this.mark())!==null&&(s=this.regexAccept(String.raw`(?:[0-9a-f]{1,2})`,"",t+1,n))!==null&&(r=new wl(e,s)),r})}matchNoQuoteChar(t,n){return this.run(t,()=>{let e,s,r=null;return(e=this.mark())!==null&&(s=this.regexAccept(String.raw`(?:[^\'\\\n])`,"",t+1,n))!==null&&(r=new xl(e,s)),r})}matchNoDoubleQuoteChar(t,n){return this.run(t,()=>{let e,s,r=null;return(e=this.mark())!==null&&(s=this.regexAccept(String.raw`(?:[^\"\\\n])`,"",t+1,n))!==null&&(r=new fl(e,s)),r})}matchQuottedStr(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:\')`,"",t+1,n)!==null&&(e=this.mark())!==null&&(s=this.loopPlus(()=>this.matchQuottedStr_$0(t+1,n)))!==null&&this.regexAccept(String.raw`(?:\')`,"",t+1,n)!==null&&(r=new Ll(e,s)),r})}matchQuottedStr_$0(t,n){return this.choice([()=>this.matchQuottedStr_$0_1(t+1,n),()=>this.matchQuottedStr_$0_2(t+1,n)])}matchQuottedStr_$0_1(t,n){return this.matchNoQuoteChar(t+1,n)}matchQuottedStr_$0_2(t,n){return this.matchEscapeSequence(t+1,n)}matchDoubleQuottedStr(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:\")`,"",t+1,n)!==null&&(e=this.mark())!==null&&(s=this.loopPlus(()=>this.matchDoubleQuottedStr_$0(t+1,n)))!==null&&this.regexAccept(String.raw`(?:\")`,"",t+1,n)!==null&&(r=new Al(e,s)),r})}matchDoubleQuottedStr_$0(t,n){return this.choice([()=>this.matchDoubleQuottedStr_$0_1(t+1,n),()=>this.matchDoubleQuottedStr_$0_2(t+1,n)])}matchDoubleQuottedStr_$0_1(t,n){return this.matchNoDoubleQuoteChar(t+1,n)}matchDoubleQuottedStr_$0_2(t,n){return this.matchEscapeSequence(t+1,n)}matchComment(t,n){return this.regexAccept(String.raw`(?:(//|;)[^\r\n]*)`,"",t+1,n)}matchOriginDirective(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:\.?org)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchnn(t+1,n))!==null&&(s={kind:"OriginDirective",address:e}),s})}matchFilename(t,n){return this.choice([()=>this.matchFilename_1(t+1,n),()=>this.matchFilename_2(t+1,n)])}matchFilename_1(t,n){return this.run(t,()=>{let e,s=null;return this.regexAccept(String.raw`(?:")`,"",t+1,n)!==null&&(e=this.regexAccept(String.raw`(?:[^"\\:\*\?<>\|%#\$,]+)`,"",t+1,n))!==null&&this.regexAccept(String.raw`(?:")`,"",t+1,n)!==null&&(s={kind:"Filename_1",raw:e}),s})}matchFilename_2(t,n){return this.run(t,()=>{let e,s=null;return(e=this.regexAccept(String.raw`(?:[^ \t\r\n"\\:\*\?<>\|%#\$,]+)`,"",t+1,n))!==null&&(s={kind:"Filename_2",raw:e}),s})}matchIncludeDirective(t,n){return this.run(t,()=>{let e,s,r=null;return(e=this.mark())!==null&&this.regexAccept(String.raw`(?:\.?include)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(s=this.matchFilename(t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Sl(e,s)),r})}matchOutputDirective(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:\.?output)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchFilename(t+1,n))!==null&&((s=this.matchOutputDirective_$0(t+1,n))||!0)&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new kl(e,s)),r})}matchOutputDirective_$0(t,n){return this.run(t,()=>{let e,s=null;return this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:,)`,"",t+1,n)!==null&&this.match_(t+1,n)!==null&&this.regexAccept(String.raw`(?:sld)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.matchFilename(t+1,n))!==null&&(s={kind:"OutputDirective_$0",name:e}),s})}matchDeviceDirective(t,n){return this.run(t,()=>{let e,s,r=null;return this.regexAccept(String.raw`(?:\.?device)`,"",t+1,n)!==null&&this.match__(t+1,n)!==null&&(e=this.mark())!==null&&(s=this.regexAccept(String.raw`(?:[a-zA-Z][0-9a-zA-Z]*)`,"",t+1,n))!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&(r=new Rl(e,s)),r})}matchEndDirective(t,n){return this.run(t,()=>{let e=null;return this.regexAccept(String.raw`(?:\.?end)`,"",t+1,n)!==null&&this.noConsume(()=>this.matcheos(t+1,n))!==null&&this.regexAccept(String.raw`(?:.*)`,"",t+1,n)!==null&&(e={kind:"EndDirective"}),e})}test(){const t=this.mark(),e=this.matchstart(0)!==null;return this.reset(t),e}parse(){const t=this.mark(),n=this.matchstart(0);if(n)return{ast:n,errs:[]};this.reset(t);const e=new Fl;this.clearMemos(),this.matchstart(0,e);const s=e.getErr();return{ast:n,errs:s!==null?[s]:[]}}mark(){return this.pos}loopPlus(t){return this.loop(t,1,-1)}loop(t,n,e){const s=this.mark(),r=[];for(;e===-1||r.length<e;){const l=this.mark(),o=t();if(o===null||this.pos.overallPos===l.overallPos)break;r.push(o)}return r.length>=n?r:(this.reset(s),null)}run(t,n){const e=this.mark(),s=n();return s!==null?s:(this.reset(e),null)}choice(t){for(const n of t){const e=n();if(e!==null)return e}return null}regexAccept(t,n,e,s){return this.run(e,()=>{const r=new RegExp(t,"yi"+n),l=this.mark();r.lastIndex=l.overallPos;const o=this.tryConsume(r);return s&&s.record(l,o,{kind:"RegexMatch",literal:t.substring(3,t.length-1),negated:this.negating}),o})}tryConsume(t){const n=t.exec(this.input);if(n){let e=0,s=-1;for(let r=0;r<n[0].length;++r)n[0][r]===`
312
+ `&&(++e,s=r);return this.pos={overallPos:t.lastIndex,line:this.pos.line+e,offset:s===-1?this.pos.offset+n[0].length:n[0].length-s-1},n[0]}return null}noConsume(t){const n=this.mark(),e=t();return this.reset(n),e}negate(t){const n=this.mark(),e=this.negating;this.negating=!e;const s=t();return this.negating=e,this.reset(n),s===null?!0:null}memoise(t,n){const e=this.mark(),s=n.get(e.overallPos);if(this.memoSafe&&s!==void 0)return this.reset(s[1]),s[0];const r=t();return this.memoSafe&&n.set(e.overallPos,[r,this.mark()]),r}match$EOF(t){const n=this.finished()?{kind:"$EOF"}:null;return t&&t.record(this.mark(),n,{kind:"EOF",negated:this.negating}),n}}class nt{constructor(t,n){this.pos=t,this.expmatches=[...n]}toString(){return`Syntax Error at line ${this.pos.line}:${this.pos.offset}. Expected one of ${this.expmatches.map(t=>t.kind==="EOF"?" EOF":` ${t.negated?"not ":""}'${t.literal}'`)}`}}class Fl{constructor(){this.mxpos={overallPos:-1,line:-1,offset:-1},this.regexset=new Set,this.pmatches=[]}record(t,n,e){n===null!==e.negated&&(t.overallPos>this.mxpos.overallPos&&(this.mxpos=t,this.pmatches=[],this.regexset.clear()),this.mxpos.overallPos===t.overallPos&&(e.kind==="RegexMatch"?(this.regexset.has(e.literal)||this.pmatches.push(e),this.regexset.add(e.literal)):this.pmatches.push(e)))}getErr(){return this.mxpos.overallPos!==-1?new nt(this.mxpos,this.pmatches):null}}class h extends Error{constructor(t,n){super(n),this.position=t}toString(){return`File '${this.position.filename}', Line ${this.position.pos.line}:${this.position.pos.offset+1} - ${this.message}`}static formatMatch(t){if(t.kind==="EOF")return" end of code";const n=t.negated?"not ":"",e=t.literal.replace(/\\([^\\])/g,"$1").replace(/\\\\/g,"\\");return` ${n}${e}`}static formatError(t){if(t.expmatches.length===1){const n=t.expmatches[0],e=n.kind==="EOF"?"the end of the code":n.literal;return`${n.negated?"Does not expect ":"Expect "}${e}`}return`Syntax error, expected one of: ${t.expmatches.map(n=>h.formatMatch(n))}`}static fromSyntaxErr(t,n){return new h({filename:t,pos:n.pos},this.formatError(n))}static fromAny(t,n){return n instanceof h?n:n instanceof nt?this.fromSyntaxErr(t,n):new h({filename:t,pos:{line:1,offset:0,overallPos:0}},n.toString())}static is(t){return t.position!==void 0}static isArray(t){const n=t;return n.length!==void 0&&(n.length===0||n[0].position!==void 0)}}function Dl(i,t){let n=[],e=0;for(;e<i.length;){const s=i.slice(e,e+t);n=n.concat({address:e.toString(16).padStart(4,"0"),bytes:s.map(r=>r.toString(16).padStart(2,"0")).join(" ")}),e+=t}return n}exports.CompilationError=h;exports.Device=F;exports.compile=Zt;exports.computeLabels=V;exports.formatBytes=Dl;exports.generate=p;exports.includeFile=$;exports.parseData=a;exports.setDevice=d;exports.setOutputName=K;