mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-18 08:28:51 +00:00
Update skeleton
This commit is contained in:
@@ -523,6 +523,8 @@ pub enum UType {
|
||||
/// https://riscv.org/specifications/isa-spec-pdf/ (139p)
|
||||
#[derive(Debug, Clone, PartialEq)]
|
||||
pub enum Pseudo {
|
||||
/// la rd, symbol
|
||||
La { rd: Register, symbol: Label },
|
||||
/// li rd, immediate
|
||||
Li {
|
||||
rd: Register,
|
||||
|
||||
Reference in New Issue
Block a user