What is zero-address instruction format?
The instruction of zero-address format has no address field. A stack-organized
computer does not use an address field for the instructions like ADD and MUL.
However, instructions like PUSH and POP need an address field to specify the
operand, which is used with the stack.
|