Mojo function
sendmsg
sendmsg(opcode: SIMD[int32, 1], msg: SIMD[int32, 1])
Send a message to fixed function hardware. Refer to the specific ISA manual for the ops and messages.
Args:
- opcode (
SIMD[int32, 1]
): The operation to perform. - msg (
SIMD[int32, 1]
): The message to send.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!