opcodes
Represents a single instruction that takes one or more ticks (CPU cycles) to complete a fundamental level of work in a given ISA
This can include jumping to a new memory address, adding a number, pushing a register, etc.
Represents a single instruction that takes one or more ticks (CPU cycles) to complete a fundamental level of work in a given ISA
This can include jumping to a new memory address, adding a number, pushing a register, etc.