mirror of
https://github.com/Zenithsiz/dcb.git
synced 2026-02-13 05:13:10 +00:00
Added pseudo::Decodable trait for decoding pseudo instructions.
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user