HOME
BASIC TYPES
|
J Instruction formats have the following machine code format
- J Instructions are used when jump needs to be performed.
- J Instructions has the most space for an immediate value,because addresses are large numbers
- opcode:The 6 bit opcode coressponds to particular jump command (26 to31)
- Adress: 26 bit address of the destination
|