Added pseudo::Decodable trait for decoding pseudo instructions.

This commit is contained in:
2021-01-10 15:01:16 +00:00
parent 543283f04f
commit affd7034e6
5 changed files with 89 additions and 58 deletions

View File

@@ -113,6 +113,7 @@ impl Raw {
/// All basic instructions
#[derive(PartialEq, Eq, Clone, Copy, Debug)]
#[derive(derive_more::TryInto)]
pub enum Inst {
/// Alu
Alu(alu::Inst),