Skip to main content

Mojo function

sendmsg

sendmsg(opcode: Int32, msg: Int32)

Send a message to fixed function hardware. Refer to the specific ISA manual for the ops and messages.

Args:

  • opcode (Int32): The operation to perform.
  • msg (Int32): The message to send.

Was this page helpful?