Add a Processor Layer to an Assembly Instruction Set
Easily Get Premade Assembly Instructions
Usage
add_processor(x)
get_premade(
x = c("jump", "set", "add", "subtract", "multiply", "divide", "modulo")
)
Value
A list of vectors of length two. The first item is "proc"
and the
second is the original instruction in x.
A list of functions.
Examples
if (FALSE) { # \dontrun{
get_premade(c("add", "prod" = "multiply"))
} # }