Architecture Generation
Right now, yasm architectures are hand-generated. Ultimately, we'd like to generate them from databook-style instruction description files. We're a long way from this right now; although a start has been made at generating the .c and .gap files needed, no work has been done yet in generating the actual parsing and other boilerplate code required.
Attachments
-
gen_arch.py
(20.1 kB) - added by peter@…
17 months ago.
First cut of architecture generation (Python)
-
gen_lc3b_arch.py
(6.1 kB) - added by peter@…
17 months ago.
Example LC-3b generator (uses gen_arch.py)
-
gen_ppc_arch.py
(51.3 kB) - added by peter@…
17 months ago.
Example PPC generator (uses gen_arch.py)
