@andrivet/z80-assembler 1.3.2 → 1.4.1

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,6 +1,6 @@
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 l(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 l(n,`Label '${t}' is undetermined (too many recursions)`);if(t==="$")return i;const r=L.get(t);if(!r){if(s)throw new l(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 l(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 l(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: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 l(this.position0,"Unknown size for the data block");if(t<0)throw new l(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 l(this.position1,"Not able to determine a value");if(n<-256||n>255)throw new l(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:a.fileName,pos:t}}get size(){return 2}generate(t){let n=this.expression.eval(t,!0);if(n==null)throw new l(this.position,"Not able to determine the 16-bits value");if(n<-65536||n>65535)throw new l(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:a.fileName,pos:t}}get size(){return 1}generate(t){let n=this.expression.eval(t,!0);if(n==null)throw new l(this.position,"Not able to determine the 8-bits value");if(n<-256||n>255)throw new l(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:a.fileName,pos:t}}get size(){return 1}generate(t){let n=this.expression.eval(t,!0);if(n==null)throw new l(this.position,"Not able to determine the 8-bits value");if(n=-n,n<-256||n>255)throw new l(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:a.fileName,pos:t}}get size(){return 1}generate(t){let n=this.expression.eval(t,!0);if(n==null)throw new l(this.position,"Not able to determine the offset value");if(n<-126||n>129)throw new l(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:a.fileName,pos:t}}get size(){return 1}generate(t){if(t==null)throw new l(this.position,"Not able to determine PC value");const n=D(t,this.label,this.position,!0,!0);if(n==null)throw new l(this.position,`Not able to determine the value of label '${this.label}'`);let e=n-t;if(e<-126||e>129)throw new l(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:a.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:a.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 _(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
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 h of r.lines){if(h.kind!==x.LineStatement||!h.statement){e+=M(r.filename,u,i,h),u+=1;continue}switch(h.statement?.kind){case x.Statement_1:{const m=Y(i,[h.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,h.statement.elements)),e+=M(r.filename,u,i,h),i=Q(i,h.statement);break}if(h.statement.kind===x.Statement_3&&h.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 M(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=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":""}
4
4
  `:`${i}|${t}||0|0|${s}|L|,${n.label.name},${r?",+used":""}
5
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
6
  `:""}const Nt=`__ equ $00
@@ -193,7 +193,7 @@ _UNPLOT equ $FC
193
193
  _CLEAR equ $FD
194
194
  _RETURN equ $FE
195
195
  _COPY equ $FF
196
- `,Mt=`
196
+ `,Pt=`
197
197
  ERR_NR equ $4000
198
198
  FLAGS equ $4001
199
199
  ERR_SP equ $4002
@@ -239,7 +239,7 @@ PRBUF: block $20
239
239
  byte _NL
240
240
  MEMBOT: block $1e
241
241
  SPARE2: word 0
242
- `,Pt=`basic_line1:
242
+ `,Mt=`basic_line1:
243
243
  byte 0,1
244
244
  word basic_line1_end-basic_line1-4
245
245
  byte _REM
@@ -306,7 +306,7 @@ basic_line2_end:
306
306
  variables_end:
307
307
  byte $80
308
308
  edit_line:
309
- `,a={outputName:"",sldName:"",deviceName:"",basePath:"",fileName:"",getFileCode:()=>""};function z(i,t){a.outputName=i,a.sldName=t||i.replace(/\.P$/,".sld")}function W(i){a.deviceName=i.toLowerCase()}function H(i,t){const n=a.basePath+t,e=a.getFileCode(n);return A(n,e)}function A(i,t){const n=a.fileName;a.fileName=i,t.endsWith(`
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(`
310
310
  `)||(t+=`
311
- `);const s=new vr(t).parse();if(a.fileName=n,s.errs.length>0)throw l.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){a.outputName=i.replace(/\..*$/,"")+".P",a.sldName=a.outputName.replace(/\.P$/,".sld"),a.basePath=Gt(i),a.getFileCode=n;try{nt();const e=Xt(A(i,t));O(0,e);const s=U(i,0,e);return{outputName:a.outputName,bytes:s.bytes,sld:s.sld,errs:[]}}catch(e){return{outputName:a.outputName,bytes:[],sld:"",errs:[l.fromAny(a.fileName,e)]}}}function Xt(i){return a.deviceName!=="zx81"?[i]:[A("@internal/characters.zx81",Nt),A("@internal/system-variables.zx81",Mt),A("@internal/basic-line1.zx81",Pt),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 l({filename:a.fileName,pos:i},`Number '${t}' is invalid in base ${n}.`);switch(e){case 1:if(s>255||s<-256)throw new l({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 l({filename:a.fileName,pos:i},`Number '${t}' does not fit into a word.`);s<0&&(s=65536+s);break;default:throw new l({filename:a.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 l({filename:a.fileName,pos:i},`Invalid escape: \\${t}`)}}function Qt(i,t){const n=parseInt(t,8);if(n>255)throw new l({filename:a.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 l({filename:a.fileName,pos:i},`Number '${t}' in hexadecimal escape sequence does not fit into a byte.`);return[n]}const P=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(!P.has(t))throw new l({filename:a.fileName,pos:i},`Invalid ZX81 character: ${t}`);return[P.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 Mn{constructor(){this.kind="Load8Instruction_14",this.elements=(()=>[2])()}}class Pn{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 Me{constructor(t){this.kind="ArithmeticLogic8Instruction_13",this.i=t,this.elements=(()=>[253,150,c(t.offset)])()}}class Pe{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 Mi{constructor(t){this.kind="ArithmeticLogic16Instruction_9",this.ss=t,this.elements=(()=>[11|k(t,4)])()}}class Pi{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 Ms{constructor(t,n){this.kind="JumpInstruction_4",this.pos=t,this.ee=n,this.elements=(()=>[195,I(t,n)])()}}class Ps{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)}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,o,w=null;return((g=this.matchBitwiseOrExpression_$0(t+1,n))||!0)&&this.match_(t+1,n)!==null&&(o=this.matchBitwiseXOrExpression(t+1,n))!==null&&(w=new an(g,o)),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 h=null,m=s;for(;;){this.reset(s);const g=e(),o=this.mark();if(o.overallPos<=m.overallPos)break;h=g,m=o,this.$scope$BitwiseOrExpression$memo.set(s.overallPos,[h,m])}return this.reset(m),this.memoSafe=u,h}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,o,w=null;return((g=this.matchBitwiseXOrExpression_$0(t+1,n))||!0)&&this.match_(t+1,n)!==null&&(o=this.matchBitwiseAndExpression(t+1,n))!==null&&(w=new hn(g,o)),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 h=null,m=s;for(;;){this.reset(s);const g=e(),o=this.mark();if(o.overallPos<=m.overallPos)break;h=g,m=o,this.$scope$BitwiseXOrExpression$memo.set(s.overallPos,[h,m])}return this.reset(m),this.memoSafe=u,h}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,o,w=null;return((g=this.matchBitwiseAndExpression_$0(t+1,n))||!0)&&this.match_(t+1,n)!==null&&(o=this.matchShiftExpression(t+1,n))!==null&&(w=new mn(g,o)),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 h=null,m=s;for(;;){this.reset(s);const g=e(),o=this.mark();if(o.overallPos<=m.overallPos)break;h=g,m=o,this.$scope$BitwiseAndExpression$memo.set(s.overallPos,[h,m])}return this.reset(m),this.memoSafe=u,h}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,o,w=null;return((g=this.matchShiftExpression_$0(t+1,n))||!0)&&this.match_(t+1,n)!==null&&(o=this.matchAdditiveExpression(t+1,n))!==null&&(w=new _n(g,o)),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 h=null,m=s;for(;;){this.reset(s);const g=e(),o=this.mark();if(o.overallPos<=m.overallPos)break;h=g,m=o,this.$scope$ShiftExpression$memo.set(s.overallPos,[h,m])}return this.reset(m),this.memoSafe=u,h}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,o,w=null;return((g=this.matchAdditiveExpression_$0(t+1,n))||!0)&&this.match_(t+1,n)!==null&&(o=this.matchMultiplicativeExpression(t+1,n))!==null&&(w=new gn(g,o)),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 h=null,m=s;for(;;){this.reset(s);const g=e(),o=this.mark();if(o.overallPos<=m.overallPos)break;h=g,m=o,this.$scope$AdditiveExpression$memo.set(s.overallPos,[h,m])}return this.reset(m),this.memoSafe=u,h}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,o,w=null;return((g=this.matchMultiplicativeExpression_$0(t+1,n))||!0)&&this.match_(t+1,n)!==null&&(o=this.matchUnaryExpression(t+1,n))!==null&&(w=new In(g,o)),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 h=null,m=s;for(;;){this.reset(s);const g=e(),o=this.mark();if(o.overallPos<=m.overallPos)break;h=g,m=o,this.$scope$MultiplicativeExpression$memo.set(s.overallPos,[h,m])}return this.reset(m),this.memoSafe=u,h}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 Mn),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 Pn),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 Me(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 Pe(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 Mi(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 Pi),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 Ms(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 Ps(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))!==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))!==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.loop(()=>this.matchQuottedStr_$0(t+1,n),!1))!==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.loop(()=>this.matchDoubleQuottedStr_$0(t+1,n),!1))!==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}loop(t,n=!1){const e=this.mark(),s=[];for(;;){const r=this.mark(),u=t();if(u===null||this.pos.overallPos===r.overallPos)break;s.push(u)}return n||s.length>0?s:(this.reset(e),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){return this.run(n,()=>{const s=new RegExp(t,"yi"),r=this.mark();s.lastIndex=r.overallPos;const u=this.tryConsume(s);return e&&e.record(r,u,{kind:"RegexMatch",literal:t.substring(3,t.length-1),negated:this.negating}),u})}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 l 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=>l.formatMatch(n))}`}static fromSyntaxErr(t,n){return new l({filename:t,pos:n.pos},this.formatError(n))}static fromAny(t,n){return n instanceof l?n:n instanceof T?this.fromSyntaxErr(t,n):new l({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=l;exports.compile=Jt;exports.computeLabels=O;exports.formatBytes=br;exports.generate=U;exports.includeFile=H;exports.parseData=a;exports.setDevice=W;exports.setOutputName=z;
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;