Return Status Argument

Each DAL function returns a condition value in R0 after performing its operation. The condition value indicates the status of the operation. This value may be used by the caller to determine whether the operation completed successfully. GT.M has write-only access to R0. GT.M passes the condition by value. GT.M writes the actual condition value directly into the 32 bit register R0.