You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`LDI`: Loads an immediate `i` into the first (h=0) or upper (h=1) 16 bits of `d`
276
-
*`LRA`: Loads the address `IP + o` (`o` is a signed immediate) into `d`. `IP` is taken from the beginning of the next instruction
277
+
*`LRA`: Loads the address `IP + o` (`o` is a signed immediate if `x` is true, and an unsigned immediate otherwise) into `d`. `IP` is taken from the beginning of the next instruction
0 commit comments