Re: BUG: non-fixed-length ISAs are unsupported for now

"Frank Ch. Eigler via Cgen" <[email protected]> Wed, 12 Aug 2020 15:21:15 -0400
Newsgroups gmane.comp.tools.cgen.devel
Message-ID <[email protected]>
Hi -

> But Zilog eZ80 CPU has instructions up to 6 bytes long: like ld.il bc,(Mmn)
> (lil/sil prefix 0xed prefix <opcode> <n> <m> <M>) .

You don't have to include pure operands in those 6.  Just the
opcode-containing bytes that tell cgen-level instructions apart.

- FChE