Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ```
- lhu x8, %lo(ep0_rx_setup)(x30)
- lhu x8, 0xc0(x30)
- ```
-
- Given that `ep0_rx_setup` is resolved by the linker as `0xc0 = 192`, I would expect both of theses to yield the same ... And yet :
-
- ```
- 68: 0c005403 lhu s0,192(zero) # c0 <ep0_rx_setup>
- 6c: 0c0f5403 lhu s0,192(t5)
- ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement