# sys

Calls a system function.

This is an internal function and should not be used in user code as function names and implementations depend on the version and specific platform. Use bl instead.

# Syntax

sys <function>
# Parameters
  • function required Type: Name

# Example

sys printf

# History

  • 0.1 added