# mod

Applys the modulo operator. result = x % y.

# Syntax

mod <result> <x> <y>
# Parameters

# Example

mod r0, r1, 5
mod r2, r2, -7
mod r0, r0, r4

# History

  • 0.1 added