add PowerISA decoder #7

Merged
programmerjake merged 35 commits from programmerjake/cpu:add-powerisa-decoder into master 2026-01-29 02:22:14 +00:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit 305d7b0ae6 - Show all commits

View file

@ -3,7 +3,7 @@
pub mod config;
pub mod instruction;
pub mod next_pc;
pub mod powerisa;
pub mod powerisa_instructions_xml;
pub mod reg_alloc;
pub mod register;
pub mod unit;