rrthomas / pforth

A portable Forth compiler
GNU General Public License v3.0
11 stars 1 forks source link

SMite: update back-end for new word-aligned word encoding #13

Closed rrthomas closed 5 years ago

rrthomas commented 5 years ago

For now, primitives are not inlined, as this requires a more complex assembler, owing to the 6-bit packed opcodes, which normal , and C, cannot deal with neatly.