Module zink::ffi::asm

source ·
Expand description

Assembly FFI.

Functions§

  • Push a 8-bit signed integer to the stack.
  • Push a 16-bit signed integer to the stack.
  • Push a 32-bit signed integer to the stack.
  • Push a 64-bit signed integer to the stack.
  • Push a 8-bit unsigned integer to the stack.
  • Push a 16-bit unsigned integer to the stack.
  • Push a 32-bit unsigned integer to the stack.
  • Push a 64-bit unsigned integer to the stack.
  • Load a 8-bit signed integer from the storage.
  • Load a 16-bit signed integer from the storage.
  • Load a 32-bit signed integer from the storage.
  • Load a 64-bit signed integer from the storage.
  • Load a 8-bit unsigned integer from the storage.
  • Load a 16-bit unsigned integer from the storage.
  • Load a 32-bit unsigned integer from the storage.
  • Load a 64-bit unsigned integer from the storage.