instructions property

List<String>? instructions
getter/setter pair

instructions is the list of instructions supported by the CPU.

Implementation

List<String>? instructions;