Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LPC4/Full-Stack
/ encode
Method
encode
crates/asm-to-binary/src/real.rs:396–398 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
394
395
impl RealInstruction {
396
pub fn encode(&self) -> u32 {
397
delegate!(self, encode)
398
}
399
pub fn to_asm(&self) -> String {
400
delegate!(self, to_asm)
401
}
Callers
10
encode_words
Method · 0.45
decode_lui
Function · 0.45
decode_addi
Function · 0.45
decode_add
Function · 0.45
decode_sub
Function · 0.45
decode_mul
Function · 0.45
decode_lw
Function · 0.45
decode_sw
Function · 0.45
decode_beq
Function · 0.45
decode_ecall
Function · 0.45
Calls
no outgoing calls
Tested by
9
decode_lui
Function · 0.36
decode_addi
Function · 0.36
decode_add
Function · 0.36
decode_sub
Function · 0.36
decode_mul
Function · 0.36
decode_lw
Function · 0.36
decode_sw
Function · 0.36
decode_beq
Function · 0.36
decode_ecall
Function · 0.36