Sujet : Split instruction and immediate stream
De : tkoenig (at) *nospam* netcologne.de (Thomas Koenig)
Groupes : comp.archDate : 08. Mar 2025, 15:21:51
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vqhjpv$65am$1@dont-email.me>
User-Agent : slrn/1.0.3 (Linux)
There was a recent post to the gcc mailing list which showed
interesting concept of dealing with large constants in an ISA:
Splitting a the instruction and constant stream. It can be found
at
https://github.com/michaeljclark/glyph/ , and is named "glyph".
I think the problem the author is trying to solve is better addressed by
My 66000 (and I would absolutely _hate_ to write an assembler for it).
Still, I thought it worth mentioning.