dbanks12 / instruction-set-gen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generate bit-format diagrams for an instruction set

python isa_gen.py InstructionBitFormats.json
for diag in gen/*diag; do
    packetdiag --no-transparency --font ubuntu.mono-bold.ttf $diag;
done

About


Languages

Language:Python 100.0%