Status: Tags: Links: A Instruction (CPU)
C Instruction (CPU)
Chart
Notes
Performs a compution on a certain destination
- comp is a logical/arithmetic computation !600
- dest refers to RAM[A]
- null, M, D, MD, A, AM, AD, AMD
- jump is flow control
- null, JGT, JEQ, JGE, JLT, JNE, JLE, JMP Semantics:
- Computes value of comp and stores it in dest
- If the jump is true, it exectures the instruction stored in ROM[A] Examples:
|
|
References: