Classifying ISA
Stack architecture: Operands are implicit. They are on the top of the stack. For example, a binary operation, pops top two elements of the stack, applies the operation and pushes the result back on the stack.
Accumulator architecture: One of the operands is implicitly the accumulator. Usually one of the source operand and the destination operand is assumed to be the accumulator.