next up previous contents index
Next: JUMP Up: SaM Instruction Set Architecture Previous: ISNEG   Contents   Index

Jumps

Jumps are special instructions used for transferring control to other pieces of code. They are useful for such things as loops and, especially, functions. Jumps can use labels or integer addresses for their operands. Labels are translated to the correct address at assemby and/or linking time.



Subsections

David Levitan 2006-02-12