mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-16 07:28:52 +00:00
Update
This commit is contained in:
@@ -434,8 +434,8 @@ impl WriteString for Immediate {
|
||||
impl WriteString for RelocationFunction {
|
||||
fn write_string(&self) -> String {
|
||||
match self {
|
||||
Self::HI20 => "%hi",
|
||||
Self::LO12 => "%lo",
|
||||
Self::Hi20 => "%hi",
|
||||
Self::Lo12 => "%lo",
|
||||
}
|
||||
.to_string()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user