Update skeleton

This commit is contained in:
Chunmyong Park
2020-07-02 14:28:58 +00:00
parent 5395c1e9ba
commit e4eec1e81d
33 changed files with 34 additions and 32 deletions

View File

@@ -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,