This is a pet project to explore general VLIW ISAs.
Tentatively, my plan is to define a VLIW ISA, write various programs/algorithms in the new ISA by hand and finally implement a naive compiler/assembler which implements algorithmic scheduling.
The point here isn't to come up with any novel or useful. This is purely for my own learning.