Advertisement
Guest User

Untitled

a guest
May 23rd, 2021
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. ```
  2. lhu x8, %lo(ep0_rx_setup)(x30)
  3. lhu x8, 0xc0(x30)
  4. ```
  5. 
  6. 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 :
  7. 
  8. ```
  9. 68: 0c005403 lhu s0,192(zero) # c0 <ep0_rx_setup>
  10. 6c: 0c0f5403 lhu s0,192(t5)
  11. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement