I am looking for a way to convert some code into it's y86 equivalent. The problem is I am having trouble finding a good list of y86 functions. I can find some functions but not a good list of the main functions available. Does anyone know where I could find such a list?
List of y86 commands?
11.7k Views Asked by Eman At
2
There are 2 best solutions below
1

This is easily the best resource I've found.
The document includes the instructions and their corresponding hex values, as well as setup code for someone writing y86 from scratch.
See Chapter 4: Processor Design (Preview) which is from Computer Systems: A Programmers Perspective1 which has a great reference of all of the available functions. You have to scroll down a ways to find the reference. But it is there.
The instructions listed are:
1 This was authored by Randal E. Bryant and David R. O’Hallaron, who wrote an earlier paper that omitted the Data Transfer Conditional operators.