Skip to content

Commit

Permalink
Update mir
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokathor authored Dec 31, 2024
1 parent d314aff commit 9bdd7e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/mir/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ pub enum Mir {

/// `reg16 = imm16`
AssignReg16Imm16(Reg16, u16),

/// `reg16 = label`
AssignReg16Label(Reg16, StrID),
}

#[derive(Debug, Clone)]
Expand Down

0 comments on commit 9bdd7e0

Please sign in to comment.