Skip to content

Adding an Instruction Set

jbw3 edited this page Feb 25, 2017 · 1 revision

Perform the following steps to add an instruction set:

  1. Create an InstructionSet instance defining the instruction set. An example file is in the doc directory

  2. Add the instruction set's .hpp file to the libiset library's makefile

  3. Add the instruction set to the map in InstructionSetRegister's constructor

Clone this wiki locally